From d2d10c68fb291eb4ecbf31dabd4529f08433990f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 11 Oct 2023 13:19:44 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index db56a95..addf640 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -84,7 +84,8 @@ var setup = function(){ - /\n\s*\|\s+/ -> <tr><td> - /\s+\|\s*\n/ -> </td></tr> - /\s+\|\s+/ -> </td><td> - - ASAP: fix quotes... + - ASAP: fix quotes + - Example: /\n\s*\|\s+/ -> <tr><td> - empty item height is a bit off... - ~handle links gracefully -- open/edit _just click in the empty space_~