Files
ai-control/src-tauri/capabilities/main.json
T
marcus hinz 47951a615b Trilium als Archiv: verwaltete Instanz pro Projekt, MD-Archiv und Dokument-Tab entfernt
- domain/trilium.rs: Runtime-Download (gepinnt 0.104.0), Instanz pro Projekt auf 127.0.0.1
  mit FNV-Port, ETAPI (archive_note, search_notes), Token im Keyring
- Setup bis aufs Passwort automatisiert: trilium_connect macht new-document (skipDemoDb),
  set-password und ETAPI-Login; Modul-Flag erst nach Token-Erfolg
- write_panel legt direkt eine Trilium-Notiz an (text|path, folder/description/tags);
  noteopen-Kanal, das Terminal-Fenster öffnet die Notiz (ersetzt archive_panel)
- MD-Altbestand raus: archive*/wiki*, archiveHome samt Permissions, panel_set/panel_load/
  wiki_open, panel_archive*/archive_docs/*_archive_home, reveal_path, spellcheck
- Dokument-Tab raus: Panel = ToDo/Befehle/Suche + Archiv-Knopf (trilium_open);
  panel-view/archive-form gelöscht, Markup/CSS/Messages bereinigt
- Lösch-Stufe Archiv: Instanz stoppen, Trilium-Datadir und Keyring-Token löschen
2026-07-24 21:42:03 +02:00

62 lines
1.7 KiB
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "main",
"description": "Hauptfenster: komplette Projekt-/Pool-Verwaltung.",
"windows": [
"main"
],
"permissions": [
"core:default",
"core:window:allow-start-dragging",
"core:window:allow-set-size",
"core:window:allow-set-position",
"core:window:allow-outer-position",
"core:window:allow-inner-size",
"core:window:allow-minimize",
"core:window:allow-toggle-maximize",
"core:window:allow-close",
"core:window:allow-hide",
"core:window:allow-start-resize-dragging",
"autostart:default",
"dialog:default",
"clipboard-manager:allow-write-text",
"allow-list-projects",
"allow-create-project-full",
"allow-add-project",
"allow-project-work-dirs",
"allow-set-project-dir",
"allow-add-work-dir",
"allow-remove-work-dir",
"allow-list-pools",
"allow-create-oauth-pool",
"allow-create-apikey-pool",
"allow-create-reference-pool",
"allow-default-config-dir",
"allow-rename-pool",
"allow-delete-pool",
"allow-assign-pool",
"allow-unassign-pool",
"allow-set-terminal-config",
"allow-project-icon",
"allow-usage-stats",
"allow-stop-project",
"allow-restart-project",
"allow-open-terminal",
"allow-sync-setting",
"allow-set-sync-setting",
"allow-link-pool-runtime",
"allow-oauth-login",
"allow-keychain-status",
"allow-set-apikey",
"allow-delete-preview",
"allow-delete-project-scoped",
"allow-module-registry",
"allow-set-module",
"allow-trilium-status",
"allow-trilium-setup",
"allow-trilium-connect",
"allow-trilium-open",
"allow-trilium-disable"
]
}