From 4bb9b768b0b3af144d9ccedef3afd52b2bb8e8c9 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Wed, 2 Sep 2026 20:10:20 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Werkbaum-Plan=20=E2=80=94=205=20Knoten?= =?UTF-8?q?=20in=20Produktion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beim Deploy der stabilen Instanz gehen diese Knoten live; SPEC §4 unterscheidet [x] fertig von [^] in Produktion (D30): - #ed.docs.windows: Two windows on one storage: app and tab side by side (M) %% docs/rfc/002-mehrfenster.md, D94 - #ed.docs.windows.keys: Every document owns its keys — text, meta, states; the index never deletes - #ed.docs.windows.sync: The storage event keeps the list, names and tombstones current in every window - #ed.docs.windows.lock: A per-document lock via the Web Locks API finds the one real loss case (S) :#ed.docs.windows.keys - #ed.docs.windows.dialog: Three exits instead of continue anyway: open another, view only, edit anyway (XS) :#ed.docs.windows.lock --- docs/examples/werkbaum.werkbaum | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index b37c955..fcbfb93 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -76,11 +76,11 @@ - [^] #ed.docs.picker: Breadcrumb picker in the app header (S) %% Werkbaum › name, see D81 - [^] #ed.docs.url: Load a document from ?sourceUrl= (S) - [^] #ed.docs.restore: Restore a shipped document from the menu (XS) - - [x] #ed.docs.windows: Two windows on one storage: app and tab side by side (M) %% docs/rfc/002-mehrfenster.md, D94 - - [x] #ed.docs.windows.keys: Every document owns its keys — text, meta, states; the index never deletes (S) - - [x] #ed.docs.windows.sync: The storage event keeps the list, names and tombstones current in every window (S) - - [x] #ed.docs.windows.lock: A per-document lock via the Web Locks API finds the one real loss case (S) :#ed.docs.windows.keys - - [x] #ed.docs.windows.dialog: Three exits instead of continue anyway: open another, view only, edit anyway (XS) :#ed.docs.windows.lock + - [^] #ed.docs.windows: Two windows on one storage: app and tab side by side (M) %% docs/rfc/002-mehrfenster.md, D94 + - [^] #ed.docs.windows.keys: Every document owns its keys — text, meta, states; the index never deletes (S) + - [^] #ed.docs.windows.sync: The storage event keeps the list, names and tombstones current in every window (S) + - [^] #ed.docs.windows.lock: A per-document lock via the Web Locks API finds the one real loss case (S) :#ed.docs.windows.keys + - [^] #ed.docs.windows.dialog: Three exits instead of continue anyway: open another, view only, edit anyway (XS) :#ed.docs.windows.lock - [^] #ed.jump: Jump between diagram and text (S) - [^] #ed.jump.dep: Ctrl+click follows a dependency to its id (XS) - [^] #ed.lineno: Line numbers in the text editor (XS) %% the warnings name them