Skip to content

Feature Matrix

Editor capabilities and entry points summarized by preset. features can override preset defaults.

FeatureConfig Keys

KeybasicfullnotionEntry (full header)Entry (notion)
imageHeader image/ or floating menu
videoHeader video/ or floating menu
tableHeader table/ or floating menu
mathHeader formula/
ai❌*Header AI + floating menu†Floating menu AI
formatPainterHeader format painter
outlineHeader outlineLeft outline panel
searchReplaceHeader / Ctrl+FCtrl/Cmd+F
officePastePaste as-isPaste as-is
slashCommandType / on empty line
dragHandleSix-dot handle on block left

* full requires :features="{ ai: true }" and :ai-config
† full disables the AI gate by default; when enabled, the header shows AiMenuButton in the assistant row, and the floating menu also exposes AI

Non–FeatureConfig Capabilities (Preset Toolbar)

FeaturebasicfullnotionControl
Word import/exportfull preset header
Document templatesfull preset header
Image galleryfull preset header (requires image gate)
Fixed headerpreset layout
Fixed footerpreset layout
Floating text menupreset layout
Link bubblepreset layout

Core Editing (Always Registered)

The following capabilities are always available across Full Editor presets (not controlled by features):

Links, headings H1–H6, lists (ordered/unordered/task), blockquote, code blocks, text color and highlight, alignment, superscript/subscript (full header), line height, character count, and more. See Core Editing.

Layout Chrome

Layout itembasicfullnotion
Header
Footer
Floating menu
Keyboard shortcut hints

Local Demo

After running pnpm dev, visit http://localhost:9527:

  • /full-editor — preset / appearance / features switching
  • /inline-editor — Inline toolbar toggles
  • /inline-compose — custom toolbar slot
  • /multi-instance — multi-instance locale / appearance isolation