django-markdownfield
django-markdownfield copied to clipboard
A simple custom field for Django that can safely render Markdown and store it in the database.
I picked up this package for my demo site and was really struggling to include internal links into markdown files, at least in my development environment. I want to be...
Title says it all. Just isn't obvious, and I'm having to work it out as best possible. Be nice to have a little doc on it, or a mention in...
Fixes #20
#33 by @kavdev fixed a layout issue with django-markdownfield in newer versions of Django, but has caused a minor regression in Django 3.2.  This issue isn't as impactful as...
Hi, Since [bleach is deprecated](https://github.com/mozilla/bleach/issues/698), I think its better if we switch to [`nh3`](https://github.com/messense/nh3) apologies i am not familiar with how `bleach` integrates with `django-markdownfield`
https://github.com/dmptrluke/django-markdownfield/blob/af70be72fff549cf28ec988fbcb1e316fce27eb1/markdownfield/static/markdownfield/easymde/easymde.min.js#L2 Currently in this project it uses easymde version `2.14.0` [But the latest one is `2.18.0`](https://github.com/Ionaru/easy-markdown-editor/blob/abead2a06809a9003ab8500cb3d1f1bb19fe16ea/package.json#L3) Please consider updating `easymde`. Thanks in advance
Since this project has been more widely-adopted, the assumption that django-csp is being used should be removed from widget.html. Support for CSP_NONCE should be maintained, but the `nonce` attribute should...
This (from documentation): ``` {{ post.text_rendered | safe }} ``` fails to render images, renders the text with a link to the image instead. Is there a renderer that will...
I do see the performance advantage of storing rendered Markdown, but also wonder why there is no documented means for avoiding it. It seems a perfectly valid and common use...
I've already written readme files, I just want to store source code of markdown files, is there a way we can do this?