Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-12-15 17:36:11 +03:00
parent 90cc88d22d
commit 6085ba9fc8

View File

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