Last active
November 16, 2022 23:43
-
-
Save mankind/bc73f279ab2327115ab9078a8421b62e to your computer and use it in GitHub Desktop.
react rich editors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://editorjs.io/ | |
https://remirror.io/ | |
https://kuy.io/blog/posts/modern-front-end-magic-with-rails-7-a-visual-editor-for-markdown-part-1 | |
https://www.rippling.com/blog/building-editors-in-react-applications | |
from slatejs to tiptap | |
https://www.ashbyhq.com/blog/engineering/tiptap-part-1 | |
### slatejs | |
https://jkrsp.com/slate-js-placeholder-per-line/ | |
https://dev.to/devcer/notion-like-placeholders-for-every-line-slatejs-4hoh | |
https://phann123.medium.com/slatejs-reactjs-implement-full-feature-editor-8ed5c2784911 | |
https://akashhamirwasia.com/blog/building-highlighted-input-field-in-react/ | |
* https://patricknasralla.com/pages/slate-thesaurus-tutorial/ | |
https://johnny.am/blog/beginners-guide-to-slate-rich-text-editor-x6 | |
https://www.smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/ | |
https://reactrocket.com/post/slatejs-basics/ | |
https://kitemaker.co/blog/building-a-rich-text-editor-in-react-with-slatejs | |
https://stackoverflow.com/questions/71088487/how-to-inject-new-element-in-slatejs-editor-dom | |
https://www.tag1consulting.com/blog/deep-dive-rich-text-editors-tagteamtalk-002 | |
How to change Editor state from outside of react with DOM manipulation? #5003 | |
https://github.com/ianstormtaylor/slate/discussions/5003 | |
Create isolated elements inside Slate #3425 | |
https://github.com/ianstormtaylor/slate/issues/3425 | |
Table Edit with GUI #89 | |
https://github.com/ianstormtaylor/slate/issues/89 | |
https://github.com/ianstormtaylor/slate/blob/main/site/examples/tables.tsx | |
Editor Cursor Broken Behavior On Chrome Update #5119 | |
https://github.com/ianstormtaylor/slate/issues/5119 | |
[iOS, Chrome] Suggested Word/Phrase Duplicated When Selected #4354 | |
https://github.com/ianstormtaylor/slate/issues/4354 | |
Android Predictive typing broken - Firefox #5130 | |
https://github.com/ianstormtaylor/slate/issues/5130 | |
https://reactjsexample.com/slack-inspired-text-editing-using-slate-js/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment