From 510b721d640ca61160808555989019140126586b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 21 Oct 2023 16:01:30 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 48d20cb..dfe0525 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -49,7 +49,6 @@ var setup = function(){ - ## ToDo: - ASAP: scroll into view is bad... - ASAP: mobile browsers behave quite chaotically ignoring parts of the styling... - - ASAP: call `.sync()` on all changes... - pgup/pgdown/home/end buttons - identify a block (index, id, ...) - focus @@ -104,6 +103,7 @@ var setup = function(){ block text - NOTE: this is only a problem if making list-items manually -- disable??? - empty item height is a bit off... + - DONE call `.sync()` on all changes... - DONE show list bullet if node is empty but edited... collapsed:: true - _...not sure which is best, so both options are available, see: `editor.css`_ @@ -264,7 +264,6 @@ var setup = function(){ | 11 | 22 | 33 | - Symbols -- _should these be ligatures?_ - (i), (c), /!\, ... - - <-, ->, <=, =>, <<, >> _(not sure about these)_ - -- and --- - - ---