From 0c5d937c0744922fba519443ab9d798a38eb7f8c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 17 Oct 2023 23:01:45 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index d472ffa..78116cf 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -45,8 +45,17 @@ var setup = function(){ - - ## Bugs: - BUG: last node seems to get trash tags added to it's end... + - BUG: checkboxes bust be parsed BEFORE styling... + - [_] two unchecked [_] checkboxes get interpreted as italic... + - BUG: exiting a node via arrow keys does not update status (click works)... + - [_] some [X] text [%] + - _likely need to handle an extra event..._ - - ## ToDo: + - ASAP: checkbox navigation via `alt-` + - _might be a good idea to include also TODO/DONE navigation -- not yet sure how to mark undone blocks (i.e. the ones marked with TODO in Logseg)..._ + - toggle with `space` + - navigation auto-selects first checkbox - ASAP: scroll into view is bad... - ASAP: mobile browsers behave quite chaotically ignoring parts of the styling... - ASAP: need to reach checkboxes via keyboard