Hi,
We need a wysiwyg markdown editor in our app and we are considering using Fleather package.
For this we need to initialize the editor with pre-existing markdown data and also extract markdown from the editor data.
We only need basic markdown for now.
I've spotted the ParchmentMarkdownCodec.encode function that let us convert deltas to markdown formatted text, but the ParchmentMarkdownCodec.decode isn't implemented yet and if I'm right it's needed to load markdown formatted text inside the editor.
Is there any way to do this actually?
Hi,
We need a wysiwyg markdown editor in our app and we are considering using Fleather package.
For this we need to initialize the editor with pre-existing markdown data and also extract markdown from the editor data.
We only need basic markdown for now.
I've spotted the
ParchmentMarkdownCodec.encodefunction that let us convert deltas to markdown formatted text, but theParchmentMarkdownCodec.decodeisn't implemented yet and if I'm right it's needed to load markdown formatted text inside the editor.Is there any way to do this actually?