Skip to main content

Prose editor for the Django admin based on ProseMirror

Project description

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,
        "Link": True,
    },
    sanitize=True,  # Server side sanitization is strongly recommended.
)

Check the documentation.

Project details


Release history Release notifications | RSS feed

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.15.0.tar.gz (656.3 kB view details)

Uploaded Source

Built Distribution

django_prose_editor-0.15.0-py3-none-any.whl (669.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_prose_editor-0.15.0.tar.gz
  • Upload date:
  • Size: 656.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for django_prose_editor-0.15.0.tar.gz
Algorithm Hash digest
SHA256 bfffaf9b9a1b1c90cd503c6fa673bb96ab2e8d624901dcdd2c5b4cb942172ce8
MD5 025aabf5a219bc163abb361daf756fcc
BLAKE2b-256 334940499b3ac92ad66dc7fa7b72b76d76a8408ff48b1fe55eb833b952d1bd71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_prose_editor-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e685ea0e02df3615b08abace834fab60164219ff71f7114e9359874a0653dc15
MD5 fdc676c48e794f88064a63f2b113ed22
BLAKE2b-256 4921e70c4686f3e0f805e43ed6fa66fc0b2736381832e703fb079d82f8c2d42f

See more details on using hashes here.

Supported by

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