cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-10-23 04:29:25 +03:00
parent 04637c64a2
commit cf589f1273

View File

@ -51,12 +51,12 @@ var setup = function(){
-
- ## ToDo:
- pgup/pgdown/~home/end~ buttons
- identify a block
- identify a block:
- DONE index (flat)
- DONE path (index)
- id
- _the id attr is done, but we still need to get the node via id_
- focus
- focus:
- DONE `<editor>.autofocus`
- DONE `focused:: true` attr (`.text(..)`/`.json(..)`/`.load(..)`)
- focusing editor -> focus focused block
@ -96,9 +96,9 @@ var setup = function(){
- not clear how to handle template changes...
- JSON API
- `.path(..)`
- `.get(..)`
- `.at(..)`
- ...
- `.get(..)`
- `.at(..)`
- ...
- cli
- Q: do we use \\t for indent? (option???)
- Q: persistent empty first/last node (a button to create a new node)?