diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index eb0bd0f..54e1573 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -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 `.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)?