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...