flycat-web icon indicating copy to clipboard operation
flycat-web copied to clipboard

a better editor

Open digi-monkey opened this issue 2 years ago • 2 comments

like medium. WYSIWYG. smooth writing. no need to use markdown syntax. visual editing.

Maybe use something like https://github.com/yabwe/medium-editor

digi-monkey avatar Apr 05 '23 15:04 digi-monkey

The medium-editor doesn't seem to be able to handle adding code, lists, etc 🤔

Heqingsong avatar Apr 07 '23 01:04 Heqingsong

this seems like a good one https://editorjs.io/ but it use "block" which needs to be mapped to markdown, I don't know if that is possible.

maybe we can use html-to-markdown to do the format converting, like this library https://github.com/mixmark-io/turndown

digi-monkey avatar Apr 08 '23 04:04 digi-monkey