-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Article editor, markdown transformation of the text if syntax is valid #219
Comments
Unfortunately the plugin is outdated too. but I created another plugin already, that supports this feature |
The fxhash-website/src/components/NFTArticle/SlateEditor/AutoFormatPlugin/index.tsx Lines 28 to 34 in 182564a
Will take care of the others next:
|
@ciphrd safe to close? |
@liamegan it's W.I.P by @maerzhase - only math remaining I believe, it will automatically close when merged |
@GemN for sure, I'm just going through and cleaning up old, redundant PRs and issues. |
@maerzhase current status? |
its basically implemented here: does need proper user testing |
feature/articles
Any text which introduces some valid markdown nodes should be turned into their corresponding block on-the-fly.
The following plugin can most likely be used for that purpose:
https://yarnpkg.com/en/package/slate-auto-replace
The text was updated successfully, but these errors were encountered: