什么是 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