From 4d3d5e544ed115d4216e5edfceaffabc255a3c87 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 26 Oct 2023 23:06:38 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 750b7e3..a248583 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -51,6 +51,7 @@ var setup = function(){ - BUG: mobile browsers behave quite chaotically ignoring parts of the styling... - - ## ToDo: + - selection / multiple node selection (via shift+motion) - copy/paste nodes/trees - FEATURE: read-only mode - auto-shift done blocks to the end of siblings... (option?) @@ -74,7 +75,6 @@ var setup = function(){ - a way to make a block monospace (???) - editor as a custom element... - Nerd fonts (option???) - - multiple node selection - smooth scrolling - _...this is more complicated than adding `behavior: "smooth"` to `.scrollIntoView(..)` as scrolling animation will get interrupted by next user input..._ - need to cancel animation if things are moving too fast...