Skip to content

Instantly share code, notes, and snippets.

@mankind
Last active November 16, 2022 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mankind/bc73f279ab2327115ab9078a8421b62e to your computer and use it in GitHub Desktop.
Save mankind/bc73f279ab2327115ab9078a8421b62e to your computer and use it in GitHub Desktop.
react rich editors
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