mindnet_obsidian/docs/modules/ui.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

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)