From 97e511ce7ed1d0efc49ea74cbb3572c0b21b1365 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 15 Dec 2023 01:47:17 +0300 Subject: [PATCH] notes.... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index aca04e6..638a1c3 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -141,13 +141,16 @@ var setup = function(){ |text|text|text| - - ## ToDo: + - Time to think about a standalone client -- at least to edit own notes as a test... + - _also this would be a nice opportunity to start the move to a newer electron version_ + - Might be a good idea to think how to avoid the constant selections on focus... + - Focus of elements needs cleanup... + - navigation up/down to a root element is a bit jumpy... - add loading spinner -- `.loading` class set on `.load(..)` and unset when done... - DONE set/unset class - add animation - - Time to think about a standalone client -- at least to edit own notes as a test... - - _also this would be a nice opportunity to start the move to a newer electron version_ + - make this extensible from client... - Q: Make the heading level depend on its depth?? - - Might be a good idea to think how to avoid the constant selections on focus... - Q: When moving up/down between nodes do we want to place the caret relative to markdown (current) or to view? (see: `CARET_V_MOVE`) - Q: Should tables be text-based markdown or higher-level? collapsed:: true