From 9ff1deb0bcfa0de00c61f98a1d17fa189f46709d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 11 Oct 2023 13:16:51 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 2 ++ 1 file changed, 2 insertions(+) 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>