From b13677d8308f443295c64be2f26443b95a4145b5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 7 Nov 2023 20:57:06 +0300 Subject: [PATCH] more notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index fa6d078..1d7c3f3 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -112,16 +112,16 @@ var setup = function(){ - not yet sure how are we going to allign columns (CSS preffered) - block-children -- similar to how lists are done now - a demo - - table: + - table-marker - | A | B | B | - | 1 | 2 | 3 | - - | X | y | Z | + - | X | Y | Z | - - the header may be used as:: - header row - caption text - both? - - see CSS grids + 'display: contents' (might help hide non-grid elemnts... + - see CSS grids + `display: contents` (might help hide non-grid elemnts... - - might be fun to make the general syntax (with "=" removed) to be compatible with markdown... - might also be fun to auto-generat (template) new blocks within a table...