This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Replies: 1 comment
-
Markdown in + out is pretty much what makes this project unique – there are lots of prosemirror powered editors out there including the very pluggable remirror that enable this level of control… Having said that it's not a huge lift and could be useful if it could be implemented quite seamlessly – |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, what do u think about to add props to choose serialize/deserialize format? I think it's good practice serialize to JSON because it's more friendly to machine processing.
Something like this:
and need change in index.tsx function
createState
->EditorState.fromJSON
depending on settings.Beta Was this translation helpful? Give feedback.
All reactions