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