django-mdeditor icon indicating copy to clipboard operation
django-mdeditor copied to clipboard

Django-mdeditor is Markdown Editor plugin application for django base on Editor.md.

Results 26 django-mdeditor issues
Sort by recently updated
recently updated
newest added

django默认启用django.middleware.clickjacking.XFrameOptionsMiddleware中间件,这会导致无法使用本地图片上传功能 图片会被正确上传并存储,但是编辑器无法获取到图片上传的路径 移除此中间件会导致安全问题 **浏览器的报错如下:** Refused to display 'http://localhost:8000/' in a frame because it set 'X-Frame-Options' to 'deny'. [NEW] Explain Console errors by using Copilot in Edge: click to explain an...

help wanted

I don't know if it is problem of Django, Whitenoise, or MDEditor. I make collectstatic and run with Whitenoise, together with settings: ``` STORAGES = { "staticfiles": { "BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",...

Hi!, Thanks a lot for putting together this code, it's great. Unfortunately, I cannot deploy my application in a production environment with the DEBUG flag as True in the settings....

建议新增 是否自动聚焦 选项 实际场景: 评论表单在最下方,加载网页时,自动聚焦 直接移动到评论表单上了 希望可以加入是否自动聚焦的可选项

enhancement

Hello, great work with this mdeditor package. I've been using this to write html emails for a django website and have recently run into [this](https://stackoverflow.com/questions/20903967/gmails-new-image-caching-is-breaking-image-links-in-newsletter) problem with sending images in...

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...

dependencies
python

I'm using this in the admin and loving it! But I write long articles and want to save frequently while in Fullscreen mode. I set an accesskey in the "save...

- Remove manual management file uploading, like `makedirs` and `write to file`. - Add default_storage delegation for file management in uploading processing.

goods_desc = MDTextField(verbose_name="商品详述") 希望增加一个upload_path之类的参数,可以指定图片存储的中间路径,拼接到media上面去。 如果有需要,我可以pr