Socket
Book a DemoInstallSign in
Socket

django-prose-editor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-prose-editor

Prose editor for the Django admin based on ProseMirror

0.10.3
pipPyPI
Maintainers
1

=================== django-prose-editor

Prose editor for the Django admin based on ProseMirror and Tiptap. Announcement blog post <https://406.ch/writing/django-prose-editor-prose-editing-component-for-the-django-admin/>__.

Intro

After installing the package (using pip install django-prose-editor[sanitize]) the following should get you started:

.. code-block:: python

from django_prose_editor.fields import ProseEditorField

content = ProseEditorField(
    extensions={
        "Bold": True,
        "Italic": True,
        "BulletList": True,
        "Link": True,
    },
    sanitize=True,  # Server side sanitization is strongly recommended.
)

Check the documentation <https://django-prose-editor.readthedocs.io>__.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.