tiptap-editor とは?
vmark WYSIWYG 開発用の Tiptap エディター API パターン。エディター コマンド、ノード トラバーサル、選択処理、またはフォーマット操作を操作するときに使用します。 ソース: xiaolai/vmark。
vmark WYSIWYG 開発用の Tiptap エディター API パターン。エディター コマンド、ノード トラバーサル、選択処理、またはフォーマット操作を操作するときに使用します。
コマンドラインで tiptap-editor AI スキルを開発環境にすばやくインストール
ソース: xiaolai/vmark。
This skill documents proper Tiptap API usage patterns for vmark development. It helps distinguish when to use Tiptap's high-level API vs direct ProseMirror access.
cursorHandlers.ts Block Boundary Issue src/hooks/mcpBridge/cursorHandlers.ts uses doc.textContent which flattens the document and loses block boundaries. The correct approach is to use $pos helpers:
Cursor Sync Drift After WYSIWYG Edits sourceLine attributes are only set on initial parse. After WYSIWYG edits that add/remove blocks, line numbers no longer match the source. This is a known limitation.
vmark WYSIWYG 開発用の Tiptap エディター API パターン。エディター コマンド、ノード トラバーサル、選択処理、またはフォーマット操作を操作するときに使用します。 ソース: xiaolai/vmark。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/xiaolai/vmark --skill tiptap-editorvmark WYSIWYG 開発用の Tiptap エディター API パターン。エディター コマンド、ノード トラバーサル、選択処理、またはフォーマット操作を操作するときに使用します。 ソース: xiaolai/vmark。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/xiaolai/vmark --skill tiptap-editor インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/xiaolai/vmark