mindnet_obsidian/docs/modules/parser.md
Lars 56ae6a2407
Some checks failed
Node.js build / build (20.x) (push) Failing after 8s
Node.js build / build (22.x) (push) Failing after 9s
Write stable block-id links and always start the interview wizard.
New notes and workbench edges now emit [[Note#Heading ^block]] or [[#^id]] so vaults stay ingestible without mass relinks. Create-from-profile always opens the wizard; a command can restart it on the current note.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 17:25:09 +02:00

617 B
Raw Permalink Blame History

Modul: Parser

Pfad: src/parser/
Zielgruppe: Entwickler


Übersicht

Markdown-Parsing: Edges aus Callouts, Frontmatter, Links.


Komponenten

Datei Beschreibung
parseEdgesFromCallouts.ts Parst >> [!edge] type Callouts, Targets
parseFrontmatter.ts Frontmatter-Referenz
parseRelLinks.ts Relative Links in Sections
types.ts Parser-Typen

Edge-Callout-Format

>> [!edge] resulted_in
>> [[#^impact]]
>> [[#^learning]]

Siehe auch