-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
Would it be possible make mobiledoc-editor supports markdown via postEditor? It doesn't require preview window, we can render it directly inside the editor when user typed a markdown syntax tailing with whitespace. The idea is from https://www.typora.io/
The difficult part is deletion. When deleting a rendered text, can we recover it to markdown'ed text rather than delete it?
e.g.
In editor we typed italic text with markdown syntax, and it rendered correctly.
markdown
When hit delete, it should be able to recover markdown syntax than deleting last character of italic text,
markdown (preferred)
markdow (not preferred)
Metadata
Metadata
Assignees
Labels
No labels