// GETTING_STARTED
// FEATURES
-
under 2KB, zero deps
gzipped core with no supply-chain surface.
-
any highlighter
highlight.js, Prism, Shiki — or the fun ones shipped in yace/highlighters.
-
plugins
tab, history, indent, cut line — or write your own in a few lines.
-
framework-agnostic
pass a DOM node — plays nice with React and friends.
// EXAMPLES
- getting started with the bundled code highlighter
- highlight.js as highlighter
- prismjs as highlighter
- write your own highlighter
- markdown editor on the bundled highlighter
- markdown with code highlighting
- using plugins
- write your own plugin
- shimmer & glitch decorations
- LLM tokenizer view
- using with React