From 98dfe84cce3cd7b82bec9f32191cfc3d9591514b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 22 Dec 2024 11:42:41 +0300 Subject: [PATCH] bug?? Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 995bc28..edd7ee4 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -50,6 +50,14 @@ var setup = function(){ - - ## Bugs: focused:: true + - BUG: to level headings style may not be correct... + - # H1 + - # H2 + - some text on same level + - # H2 (Not H3) + - this is not H3 because it is not under H2 (not in sub-tree) though it is on a deeper level... + - this is not intuitive at first glance, but is logical... + - Q: should we account for this?? (XXX) - BUG: indenting items in/out results in items below jumping down/up... (this only happens when in edit mode) - a