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>
39 lines
1009 B
Markdown
39 lines
1009 B
Markdown
# Modul: UI
|
|
|
|
> **Pfad:** `src/ui/`
|
|
> **Zielgruppe:** Entwickler
|
|
|
|
---
|
|
|
|
## Übersicht
|
|
|
|
UI-Komponenten: Modals, Settings Tab, Entity Picker, Markdown Toolbar.
|
|
|
|
---
|
|
|
|
## Komponenten
|
|
|
|
| Datei | Beschreibung |
|
|
|-------|--------------|
|
|
| `MindnetSettingTab.ts` | Plugin-Einstellungen |
|
|
| `InterviewWizardModal.ts` | Interview-Wizard |
|
|
| `ProfileSelectionModal.ts` | Profil-Auswahl |
|
|
| `EntityPickerModal.ts` | Note/Ordner-Auswahl |
|
|
| `ChainWorkbenchModal.ts` | Chain Workbench |
|
|
| `VaultTriageScanModal.ts` | Vault-Triage-Scan |
|
|
| `EdgeTypeChooserModal.ts` | Edge-Type-Auswahl |
|
|
| `AdoptNoteModal.ts` | Note-Adoption |
|
|
| `LinkPromptModal.ts` | Link-Prompt |
|
|
| `LinkTargetPickerModal.ts` | Link-Ziel-Auswahl |
|
|
| `ConfirmOverwriteModal.ts` | Überschreibbestätigung |
|
|
| `InlineEdgeTypeModal.ts` | Inline Edge-Type-Suggester |
|
|
| `FolderTreeModal.ts` | Ordnerbaum |
|
|
| `markdownToolbar.ts` | Markdown-Toolbar |
|
|
| `MindnetView.ts` | Mindnet-View |
|
|
|
|
---
|
|
|
|
## Siehe auch
|
|
|
|
- [01_Benutzerhandbuch](../01_Benutzerhandbuch.md)
|