visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
280 stars 44 forks source link

Please consider support encode to/decode from Markdown #242

Closed huntrist closed 7 months ago

huntrist commented 9 months ago

this will enable user to use it as a WYSIWYG editor, while still storing data in Markdown format.

adrian-moisa commented 7 months ago

Sorry, this cannot be easily done. This entire editor support the delta format as forked from Quill. Adding md support is highly difficult with many incompatibilities.