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>
33 lines
623 B
Markdown
33 lines
623 B
Markdown
# Modul: Vocabulary
|
||
|
||
> **Pfad:** `src/vocab/`
|
||
> **Zielgruppe:** Entwickler
|
||
|
||
---
|
||
|
||
## Übersicht
|
||
|
||
Edge Vocabulary Loading, Normalisierung (Alias → Canonical), Inverse Edge Resolution.
|
||
|
||
---
|
||
|
||
## Komponenten
|
||
|
||
| Datei | Beschreibung |
|
||
|-------|--------------|
|
||
| `Vocabulary.ts` | Lookup-Methoden |
|
||
| `VocabularyLoader.ts` | Lädt edge_vocabulary.md |
|
||
| `parseEdgeVocabulary.ts` | Parst Markdown zu EdgeVocabulary |
|
||
|
||
---
|
||
|
||
## Format
|
||
|
||
Markdown mit Tabellen oder Callouts. Kanonische Typen, Inverse, Aliases.
|
||
|
||
---
|
||
|
||
## Siehe auch
|
||
|
||
- [06_Konfigurationsdateien_Referenz](../06_Konfigurationsdateien_Referenz.md) – edge_vocabulary
|