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

I have observed that semantic-ui loads external google static files (fonts), is there a way for this project to local host that font or other external static files. This is...

Is there support for Tailwind coming? If not, how can I disable the bootstrap imports? They are conflicting with my current css.

enhancement

Is it possible to pre-load text into the markdown editor with javascript? I want the user to upload a markdown file, and then insert the contents of the markdown file...

enhancement

Hi all, I've a template which rather than using forms, calls an API directly. I'd like to include the martor editor in the page. Is there a simple way of...

Hi, I've a model with a TabularInline configuration: It's a simple article with possibility to add some translations. This is the situation where I show only languages edited by user:...

Hi. I noticed Martor editor works fine until there is **autocomplete_fields** defined in the admin: ```Python @admin.register(Article) class ArticleAdmin(admin.ModelAdmin): search_fields = ('title', 'category__title', 'content') date_hierarchy = 'created' list_display = ('title',...

Hi, We are displaying multiple markdown texts on a single page. Everything worked fine, except when we tried to use Codehilite's tabbed view. Since the ids of the Codehilite collide...

enhancement

https://www.youtube.com/watch?v=fihcGc6_Yzs&feature=youtu.be When i type 15 'n' fast,it will show more than 15 'n' or some space and can't del. (Sorry about my bad english)

Martor broke css style (not in admin). Does it possible to make iframe render, like django-summernote? Code: ```html {% csrf_token %} {{ form.media }} {{ form|crispy }} Post it ```...

when it write Korean language, appear help box ![issue](https://cloud.githubusercontent.com/assets/19926817/24796610/95f42222-1bc8-11e7-9ccb-8add30ddcdbb.gif)

help wanted