diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 750b7e3..a248583 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -51,6 +51,7 @@ var setup = function(){ - BUG: mobile browsers behave quite chaotically ignoring parts of the styling... - - ## ToDo: + - selection / multiple node selection (via shift+motion) - copy/paste nodes/trees - FEATURE: read-only mode - auto-shift done blocks to the end of siblings... (option?) @@ -74,7 +75,6 @@ var setup = function(){ - a way to make a block monospace (???) - editor as a custom element... - Nerd fonts (option???) - - multiple node selection - smooth scrolling - _...this is more complicated than adding `behavior: "smooth"` to `.scrollIntoView(..)` as scrolling animation will get interrupted by next user input..._ - need to cancel animation if things are moving too fast...