Tiptap
https://gyazo.com/e6be7069987c3b3944b1ef4134ffae56
from Text EditorのOSS
The headless rich text editor framework for web artisans
ProseMirrorをベースにしている
ProseMirrorのAPIを呼び出せる
website
github
#wip
特定のフレームワークに依存しないように作られている
かなり高機能そう
extension (tiptap)
Node (tiptap)
Mark Extensions
https://tiptap.dev/docs/editor/extensions/marks
テキストの見た目を変えるextension (tiptap)
e.g. 太字、リンク
e.g.
Highlight extension
https://tiptap.dev/docs/editor/extensions/marks/highlight
Mention extension
https://tiptap.dev/docs/editor/extensions/nodes/mention
https://tiptap.dev/docs/examples/advanced/mentions
@mrsekutみたいにするやつ
useEditor
useEditorState
https://tiptap.dev/docs/editor/getting-started/install/react#reacting-to-editor-state-changes
EditorContext
https://tiptap.dev/docs/editor/getting-started/install/react#using-the-editorcontext
useCurrentEditor
@tiptap/react
Tiptap のコア機能を含む、Tiptap の React バインディング。
@tiptap/pm
エディターが機能するために必要な、Tiptap の ProseMirror 依存関係。
@tiptap/starter-kit
@tiptap/extension-placeholder
@tiptap/suggestion