diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index e2426b8..db56a95 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -74,10 +74,12 @@ var setup = function(){ - multiple node selection - copy/paste nodes/trees - undo + collapsed:: true - delete node - indent/deindent - edit node - markdown: tables + collapsed:: true - /^\s*(\|\s+.*\s+\|)\s*$/m -> <table><tr><td>$1</td></tr><table> - /\n\s*\|\s+/ -> <tr><td> - /\s+\|\s*\n/ -> </td></tr>