docs/research/sources/typora/markdown-native-editing-foundations.md
This page compiles the core Typora pages that define its markdown-native editing model.
This is the source cluster for:
markdown-reference.jsonshortcut-keys.jsonline-break.jsonstrict-mode.jsonauto-pair.jsonmarkdown-reference is the broad syntax and interaction baseline:
paragraphs, headings, blockquotes, lists, task lists, code, math, tables,
links, images, footnotes, YAML, TOC, and callouts all show up there.shortcut-keys gives real command ownership for paragraph indent/outdent,
formatting commands, outline toggles, source mode, and document navigation
chrome.line-break is very explicit that Enter creates new paragraphs and that
ordinary single line breaks are not the normal rich-writing path.strict-mode clearly defines parser strictness as an option, not the one
global default.auto-pair clearly defines pairing as input assist and makes markdown-symbol
pairing an extra option beyond normal bracket/quote pairing.Use this cluster when deciding:
This cluster is weaker for:
For those, other Typora pages or Plate-owned decisions still matter more.