diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 0b01fc3..a29a312 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -55,7 +55,6 @@ var setup = function(){ - BUG: mobile browsers behave quite chaotically ignoring parts of the styling... - - ## ToDo: - - make `---` block not show list bullets... - copy/paste nodes/trees - FEATURE: read-only mode - auto-shift done blocks to the end of siblings... (option?) @@ -109,6 +108,7 @@ var setup = function(){ - empty item height is a bit off... - search? - _...not sure if search should be internal or external yet..._ + - DONE make `---` block not show list bullets... - DONE: undo: checkboxes and DONE?? collapsed:: true _...this should be triggered by text change -- move current implementation to .__editedcode__()??..._