
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
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/>
__.
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,
"ListItem": True,
"Link": True,
},
sanitize=True, # Server side sanitization is strongly recommended.
)
Check the documentation <https://django-prose-editor.readthedocs.io>
__.
FAQs
Prose editor for the Django admin based on ProseMirror
We found that django-prose-editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.