From 6085ba9fc871abca2eb2fd9b2b370b6545b34533 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 15 Dec 2023 17:36:11 +0300 Subject: [PATCH] notes... 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 638a1c3..90a13b7 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -141,6 +141,14 @@ var setup = function(){ |text|text|text| - - ## ToDo: + - FEATURE dunamic headings -- level depends on number of headings above..c + - syntax: + ``` + @ Heading + ``` + - would be logical to: + - only first top level heading is level 1 + - subsequent top level headings all level 2 - 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...