django-markdown-editor
django-markdown-editor copied to clipboard
Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI
With current implementation, the upload url has to be set via settings.py. In case the upload url has to be changed dynamically in certain scenarios, controlling it via MartorWidget(upload_url="https://some-url") would...
Having a hook for the paste event would be really helpful in order to upload images directly from clipboard. I created a view in my project and added the below...
**🚀 Calling all passionate developers and contributors!** Step into the success story of [django-markdown-editor](https://github.com/agusmakmun/django-markdown-editor) or called **martor**, a thriving open-source project with a remarkable track record. Our repository has garnered...
Preview mode is broken on both bootstrap/semantic when system is using dark mode. ## Details - OS (Operating System) version: MacOS 14.5 - Browser and browser version: Safari 17.5 -...
### Discussed in https://github.com/agusmakmun/django-markdown-editor/discussions/258 Originally posted by **JElgar** August 19, 2024 Hey! I'm trying to find a markdown editor to use in the django admin. This one looks awesome and...
When I edit a md text that is wider than the editor window, then this text is not shown/cut off in the preview. Also when I have a md text...
## Synopsis **Inception** is a 2010 science fiction film directed by Christopher Nolan. It stars Leonardo DiCaprio as Dom Cobb, a professional thief who steals information by infiltrating the subconscious...
Hey, I want to use martor on different forms of my websites. One of the form I want to use it on is a public form for which I would...
I recently upgrade my `django version`, as well as `django-markdown-editor` It looks like this bug was introduced in version 1.6.27. This [commit](https://github.com/agusmakmun/django-markdown-editor/commit/fda88434f71950903c834f6f8ebe8e4e04775d96#diff-cb0dd1c8120f67b46961c9ad2031c1bb4f1c9db31018cad49231332b6ee7c16eR44) changes the `"data-markdownfy-url"` value to a hardcoded value....