Archiv als eigenes Fenster: Trilium raus, Notizbaum mit In-Place-Bearbeitung
Trilium-Integration komplett zurückgenommen (Revert von 47951a6): keine
verwaltete Instanz, kein Runtime-Download, kein ETAPI, kein Keyring-Token,
kein Setup-Wizard. Das Archiv sind wieder Markdown-Dateien unter archiveHome
samt FTS5-Suche und Wikilinks.
Notizmodell (an Trilium orientiert, ohne dessen Überbau):
- Jeder Knoten besitzt eine Textdatei — ensure_node_texts legt fehlende beim
Seitenaufbau an (Ordner: gleichnamiges .md daneben, Wurzel: index.md);
Ordner und Zwillingsdatei sind EINE Notiz mit Inhalt und Kindern.
- Der angezeigte Titel steht im Frontmatter der Datei, der Datei-/Ordnername
ist technischer Verwaltungsname; move_folder nimmt den Knotentext mit.
Archiv-Ansicht (wiki-view):
- Baum links: Knoten- und Blatt-Symbole, Führungslinien pro Ebene, Dokumente
näher an der Linie als Ordner; ganze Zeile wählt aus, nur der Pfeil klappt.
- Notiz-Ansicht rechts: großer Titel (Klick bearbeitet ihn → archive_set_title),
Zurück-Knopf mit Auswahl-Verlauf, Details als Popup am Info-Knopf, Kindliste
als abgesetzter Karten-Block mit Anlage-/Änderungsdatum.
- Bearbeiten in place: Split-View aus Rohtext und Live-Vorschau, Speichern per
Knopf oder Ctrl+S (archive_read/archive_write; Frontmatter bleibt).
- Rechte Maustaste im Baum als einziger Aktionsweg (eigenes Kontextmenü,
Standard-Menü des Webviews aus); Anlegen/Umbenennen über modale Dialoge.
Feste Flächenaufteilung statt Ablösen/Andocken:
- Angedocktes Panel = Session-Begleiter (ToDo, Befehle, flüchtiger Entwurf);
der Dokument-Tab ist aus der Leiste raus.
- Archiv-Fenster = Archiv + Suche, Größe und Position einmalig beim Öffnen
aus dem Monitor des rufenden Terminal-Fensters (85 % / 92 %); Öffner-Klick
bei stehendem Fenster fokussiert und schaltet den Tab (panel-mode).
- Terminal-Fenster zu → Archiv-Fenster geht mit.
Neue Commands: archive_read, archive_write, archive_set_title.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-archive-docs-cmd"
|
||||
description = "Enables the archive_docs_cmd command without any pre-configured scope."
|
||||
commands.allow = ["archive_docs_cmd"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-archive-docs-cmd"
|
||||
description = "Denies the archive_docs_cmd command without any pre-configured scope."
|
||||
commands.deny = ["archive_docs_cmd"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-archive-read"
|
||||
description = "Enables the archive_read command without any pre-configured scope."
|
||||
commands.allow = ["archive_read"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-archive-read"
|
||||
description = "Denies the archive_read command without any pre-configured scope."
|
||||
commands.deny = ["archive_read"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-archive-set-title"
|
||||
description = "Enables the archive_set_title command without any pre-configured scope."
|
||||
commands.allow = ["archive_set_title"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-archive-set-title"
|
||||
description = "Denies the archive_set_title command without any pre-configured scope."
|
||||
commands.deny = ["archive_set_title"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-archive-write"
|
||||
description = "Enables the archive_write command without any pre-configured scope."
|
||||
commands.allow = ["archive_write"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-archive-write"
|
||||
description = "Denies the archive_write command without any pre-configured scope."
|
||||
commands.deny = ["archive_write"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-change-archive-home-cmd"
|
||||
description = "Enables the change_archive_home_cmd command without any pre-configured scope."
|
||||
commands.allow = ["change_archive_home_cmd"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-change-archive-home-cmd"
|
||||
description = "Denies the change_archive_home_cmd command without any pre-configured scope."
|
||||
commands.deny = ["change_archive_home_cmd"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-clear-archive-home-cmd"
|
||||
description = "Enables the clear_archive_home_cmd command without any pre-configured scope."
|
||||
commands.allow = ["clear_archive_home_cmd"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-clear-archive-home-cmd"
|
||||
description = "Denies the clear_archive_home_cmd command without any pre-configured scope."
|
||||
commands.deny = ["clear_archive_home_cmd"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-panel-archive-cmd"
|
||||
description = "Enables the panel_archive_cmd command without any pre-configured scope."
|
||||
commands.allow = ["panel_archive_cmd"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-panel-archive-cmd"
|
||||
description = "Denies the panel_archive_cmd command without any pre-configured scope."
|
||||
commands.deny = ["panel_archive_cmd"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-panel-archive-dir-cmd"
|
||||
description = "Enables the panel_archive_dir_cmd command without any pre-configured scope."
|
||||
commands.allow = ["panel_archive_dir_cmd"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-panel-archive-dir-cmd"
|
||||
description = "Denies the panel_archive_dir_cmd command without any pre-configured scope."
|
||||
commands.deny = ["panel_archive_dir_cmd"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-panel-load"
|
||||
description = "Enables the panel_load command without any pre-configured scope."
|
||||
commands.allow = ["panel_load"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-panel-load"
|
||||
description = "Denies the panel_load command without any pre-configured scope."
|
||||
commands.deny = ["panel_load"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-panel-set"
|
||||
description = "Enables the panel_set command without any pre-configured scope."
|
||||
commands.allow = ["panel_set"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-panel-set"
|
||||
description = "Denies the panel_set command without any pre-configured scope."
|
||||
commands.deny = ["panel_set"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-reveal-path-cmd"
|
||||
description = "Enables the reveal_path_cmd command without any pre-configured scope."
|
||||
commands.allow = ["reveal_path_cmd"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-reveal-path-cmd"
|
||||
description = "Denies the reveal_path_cmd command without any pre-configured scope."
|
||||
commands.deny = ["reveal_path_cmd"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-set-archive-home-cmd"
|
||||
description = "Enables the set_archive_home_cmd command without any pre-configured scope."
|
||||
commands.allow = ["set_archive_home_cmd"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-set-archive-home-cmd"
|
||||
description = "Denies the set_archive_home_cmd command without any pre-configured scope."
|
||||
commands.deny = ["set_archive_home_cmd"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-spellcheck-lang"
|
||||
description = "Enables the spellcheck_lang command without any pre-configured scope."
|
||||
commands.allow = ["spellcheck_lang"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-spellcheck-lang"
|
||||
description = "Denies the spellcheck_lang command without any pre-configured scope."
|
||||
commands.deny = ["spellcheck_lang"]
|
||||
@@ -1,11 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-trilium-connect"
|
||||
description = "Enables the trilium_connect command without any pre-configured scope."
|
||||
commands.allow = ["trilium_connect"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-trilium-connect"
|
||||
description = "Denies the trilium_connect command without any pre-configured scope."
|
||||
commands.deny = ["trilium_connect"]
|
||||
@@ -1,11 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-trilium-disable"
|
||||
description = "Enables the trilium_disable command without any pre-configured scope."
|
||||
commands.allow = ["trilium_disable"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-trilium-disable"
|
||||
description = "Denies the trilium_disable command without any pre-configured scope."
|
||||
commands.deny = ["trilium_disable"]
|
||||
@@ -1,11 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-trilium-open"
|
||||
description = "Enables the trilium_open command without any pre-configured scope."
|
||||
commands.allow = ["trilium_open"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-trilium-open"
|
||||
description = "Denies the trilium_open command without any pre-configured scope."
|
||||
commands.deny = ["trilium_open"]
|
||||
@@ -1,11 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-trilium-setup"
|
||||
description = "Enables the trilium_setup command without any pre-configured scope."
|
||||
commands.allow = ["trilium_setup"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-trilium-setup"
|
||||
description = "Denies the trilium_setup command without any pre-configured scope."
|
||||
commands.deny = ["trilium_setup"]
|
||||
@@ -1,11 +0,0 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-trilium-status"
|
||||
description = "Enables the trilium_status command without any pre-configured scope."
|
||||
commands.allow = ["trilium_status"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-trilium-status"
|
||||
description = "Denies the trilium_status command without any pre-configured scope."
|
||||
commands.deny = ["trilium_status"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-wiki-open"
|
||||
description = "Enables the wiki_open command without any pre-configured scope."
|
||||
commands.allow = ["wiki_open"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-wiki-open"
|
||||
description = "Denies the wiki_open command without any pre-configured scope."
|
||||
commands.deny = ["wiki_open"]
|
||||
Reference in New Issue
Block a user