docs + notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-10-26 01:29:06 +03:00
parent 44a542e816
commit 7d0e913443

View File

@ -51,6 +51,8 @@ var setup = function(){
- BUG: mobile browsers behave quite chaotically ignoring parts of the styling... - BUG: mobile browsers behave quite chaotically ignoring parts of the styling...
- -
- ## ToDo: - ## ToDo:
- undo: checkboxes and DONE??
_...this should be triggered by text change -- move current implementation to .__editedcode__()??..._
- copy/paste nodes/trees - copy/paste nodes/trees
- FEATURE: read-only mode - FEATURE: read-only mode
- auto-shift done blocks to the end of siblings... (option?) - auto-shift done blocks to the end of siblings... (option?)
@ -209,9 +211,13 @@ var setup = function(){
| c-right | next checkbox | | c-right | next checkbox |
| space | toggle current checkbox | | space | toggle current checkbox |
| c-d | toggle current element DONE | | c-d | toggle current element DONE |
| enter | normal mode: edit node | | c-z | normal: undo |
| | edit mode: create node below | | c-s-z | normal: redo |
| esc | exit edit mode | | c | normal: crop current node |
| enter | normal: edit node |
| | edit: create node below |
| esc | crop: exit crop |
| | edit: exit edit mode |
- ### Formatting - ### Formatting
- The formatting mostly adheres to the markdown spec with a few minor differences - The formatting mostly adheres to the markdown spec with a few minor differences
- -