Skip to main content

Prose editor for the Django admin based on ProseMirror and Tiptap. Announcement blog post.

Intro

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

from django_prose_editor.fields import ProseEditorField

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

Check the documentation.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_prose_editor-0.27.0.tar.gz (840.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_prose_editor-0.27.0-py3-none-any.whl (862.8 kB view details)

Uploaded Python 3

File details

Details for the file django_prose_editor-0.27.0.tar.gz.

File metadata

  • Download URL: django_prose_editor-0.27.0.tar.gz
  • Upload date:
  • Size: 840.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for django_prose_editor-0.27.0.tar.gz
Algorithm Hash digest
SHA256 8cf8ccb48cf1422373cc924ae08e987d2ed11f6c0256c556323d6d4d49eebdc8
MD5 f8f87182c9e59badb5e9836d41c9a695
BLAKE2b-256 2883d99dc76daa458645c62525ee826c0dc45b3a79bfe6f783acca69cb768023

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_prose_editor-0.27.0.tar.gz:

Publisher: publish.yml on feincms/django-prose-editor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_prose_editor-0.27.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_prose_editor-0.27.0-py3-none-any.whl
Algorithm Hash digest
SHA256 14d5fb02c7c807dbfef1ca45d3de2fc1d589415b2f06905276ed529c37b83b98
MD5 08459d3743caf558814f7798f7ae65cb
BLAKE2b-256 ce0c9110938b96855c544527f37379861c23de8dea7fe08f91e647967110756d

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_prose_editor-0.27.0-py3-none-any.whl:

Publisher: publish.yml on feincms/django-prose-editor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page