DocsOverview

HybricMark Documentation

HybricMark is a production-oriented, headless Markdown editor for React, built on top of Tiptap. This documentation focuses on real integration work: persistence, table/footnote workflows, keyboard systems, and extension strategy.

What you get out of the box

  • Block UUID generation (`attrs.id`) for core nodes.
  • Context-first menu and keyboard shortcuts for writing flow.
  • Markdown-aware paste pipeline with task list and footnote parsing.
  • Typora-style table controls (resize, align, row/column operations).
  • Math/footnote/link interaction enhancements for document products.

Recommended reading order

  1. Getting Started
  2. API Reference
  3. Extensions
  4. Concepts
  5. Guides

Guides (copy-paste ready)

Data model first

Open the playground and inspect live JSON while typing. You should see stable `attrs.id` values and semantic nodes.

Open Playground