From 67d35853103516abf62d339001ff359ee6b180e4 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Thu, 27 Aug 2026 10:14:12 +0200 Subject: [PATCH] docs: Text-Falten im Editor als Idee in den Plan (#ed.textfold, unbewertet) Co-Authored-By: Claude Fable 5 --- docs/examples/werkbaum.werkbaum | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index 321b4f8..676eef4 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -86,6 +86,7 @@ - [^] #ed.fold.click: Fold and unfold in the diagram (S) - [^] #ed.fold.write: Folding writes the mark back into the text (S) %% one undo step - [^] #ed.fold.preset: The fold button cycles through four presets (S) %% M-and-smaller, off-path, all, none — see D44/D75 + + [?] #ed.textfold: Fold regions in the text editor, next to the line numbers %% view-only, unrelated to the > marks; not sized yet - [^] #ed.snaps: Earlier states of a document, every ten minutes (S) %% only when something changed - [^] #ed.snaps.manual: Save a state by hand, before a larger change (XS) %% ten minutes is the wrong beat for that moment - [^] #ed.files: Open and save .werkbaum files (S) @@ -611,6 +612,13 @@ restarts the cycle. Size rather than depth — depth only says how finely somebody happened to write it down. +#ed.textfold + Collapse indentation regions and the --- description part in the text + editor itself — pure view state, local to the session, independent of the + > fold marks that describe the diagram. A plain textarea cannot hide + lines, so this hinges on the parked editor-rebuild question (CodeMirror, + D76); deliberately not sized yet. + #ed.snaps A safety net against mishaps: the text is put aside every ten minutes, but only when it differs from the last one kept, and the last twenty are offered