From 1fd273a240ae4cbc208927d22a078c1a2d2e0db9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 18 Dec 2023 17:12:14 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 7f0b91a..daa1501 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -150,7 +150,7 @@ var setup = function(){ - `.parseBlockAttrs(..)` render (code) attrs in data but not in code... - do we need `.__code_attrs__` / `.__view_attrs__`??? - handle attr delete correctly -- i.e. sown attr removed from code -> delete attr... - - BUG? can't set '' as attr value -- parser?? + - BUG? can't set `''` as attr value -- parser?? - TOC: tweaking: add args like depth, ... -- as attributes... - TOC: should it be persistently generated as code and be serializable? - ASAP: expand sub-tree on follow link...