什麼是 tiptap-editor?
Tiptap 編輯器 API 模式用於 vmark WYSIWYG 開發。在處理編輯器命令、節點遍歷、選擇處理或格式操作時使用。 來源:xiaolai/vmark。
Tiptap 編輯器 API 模式用於 vmark WYSIWYG 開發。在處理編輯器命令、節點遍歷、選擇處理或格式操作時使用。
透過命令列快速安裝 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.
Tiptap 編輯器 API 模式用於 vmark WYSIWYG 開發。在處理編輯器命令、節點遍歷、選擇處理或格式操作時使用。 來源:xiaolai/vmark。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/xiaolai/vmark --skill tiptap-editorTiptap 編輯器 API 模式用於 vmark WYSIWYG 開發。在處理編輯器命令、節點遍歷、選擇處理或格式操作時使用。 來源: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