django-markdown-editor icon indicating copy to clipboard operation
django-markdown-editor copied to clipboard

Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI

Results 70 django-markdown-editor issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi there, First of all, great library. It's been helping a ton as I'm working on a project to import large documents into an editable web interface. However, I've recently...

There are incompatibilities with Markdown 3.4. @agusmakmun Can you take a look at these? https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/release-3.4.md I suggest releasing this as `v1.7.0` (bump the minor version).

I have a `admin.StackedInline` in which I have an AdminMartorWidget. When the admin change view is rendered all of the inlines render correctly. However, when I try to create an...

Address Issue 224 and 225

Hello, I get tis error: ` jquery.js:8625 POST http://*:8000/martor/markdownify/ 404 (Not Found) `

## Details - OS (Operating System) version: - Browser and browser version: - Django version: >4.0 - Martor version & theme: 1.6.28 ### Steps to reproduce 1. Let two different...

![image](https://github.com/agusmakmun/django-markdown-editor/assets/119043105/639aa4cf-80a5-4729-a91f-14be8825c31c) 1. the full-screen button and back-to-normal button show at the same time on its first load. 2. I'd like to see the toolbar has the same width as the...

Currently unable to upgrade other dependencies due to usage of this library. Example: ``` INFO:pipenv.patched.pip._internal.resolution.resolvelib.factory: The conflict is caused by: martor 1.6.28 depends on importlib-metadata= "3.8" ``` ## Details -...

When using custom admins like Grappelli martor admin CSS should be disabled using ```MARTOR_ENABLE_ADMIN_CSS=False # default is true```