What you type into a note — input formats, link syntax, graph structures, render features that an author reaches for from a Markdown buffer.
- Markdown ✍️ — extensions on top of CommonMark: callouts, task lists, emojis, footnotes, footers
-
Wiki Links —
[[…]]syntax, broken / ambiguous link rendering, plus the structural variants that build the sidebar tree-
Folgezettel links —
#[[…]]wikilinks (and thefolder-folgezettel:flag) that declare parent/child structure -
Folder notes — placing
foo.mdnext tofoo/(orfoo/index.md) so a folder is itself a wikilink target
-
Folgezettel links —
- Obsidian-style queries — Obsidian-style embed queries for dynamic listings
- Daily Notes — date-stamped notes
- Org Mode ✍️ — Org-mode notes alongside Markdown
- Math, Mermaid Diagrams, Syntax Highlighting, Adding Images — built-in render features the author types directly
- ATOM feed, Export — frontmatter-declared outputs
Cross-cutting: configuration that affects what you can type lives under Configuration (YAML configuration, Layer system); output customisation lives under Theme; code-level extension lives under Extend.