From 37fd871d68efb619e9145bd8743aac056202efb5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 26 Oct 2023 21:49:10 +0300 Subject: [PATCH] cleanup... 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 0b01fc3..a29a312 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -55,7 +55,6 @@ var setup = function(){ - BUG: mobile browsers behave quite chaotically ignoring parts of the styling... - - ## ToDo: - - make `---` block not show list bullets... - copy/paste nodes/trees - FEATURE: read-only mode - auto-shift done blocks to the end of siblings... (option?) @@ -109,6 +108,7 @@ var setup = function(){ - empty item height is a bit off... - search? - _...not sure if search should be internal or external yet..._ + - DONE make `---` block not show list bullets... - DONE: undo: checkboxes and DONE?? collapsed:: true _...this should be triggered by text change -- move current implementation to .__editedcode__()??..._