From 9d83f807da24a1193e567bb42b554ddd12c14ffb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 7 Feb 2025 13:56:12 +0300 Subject: [PATCH] added template examples... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 6e07255..ef54fdc 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -155,6 +155,28 @@ var setup = function(){ |text|text|text| - - ## ToDo: + - Item templates: + - inline + - [template title] + text [cursor] + - sub-tree + - [template title] + - text [cursor] + - multi-template + - [template title A] + text [cursor] + - [template title B] + - text [cursor] + - renders as: + - + - + - action + - duplicate template text / subtree (w.o. markers) + - select / place cursor at cursor marker + - XXX revise syntac - Time to think about a standalone client -- at least to edit own notes as a test... - _also this would be a nice opportunity to start the move to a newer electron version_ - Deployment: