From 71a00a66d66d6261e2c8295a9d92d7856c6bf3cc Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 18 Dec 2023 17:14:00 +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 daa1501..11c7fa1 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -149,7 +149,7 @@ var setup = function(){ - _plugin will need to get the call context -- can be called when handling for view or code_ - `.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... + - handle attr delete correctly -- i.e. if shown attr removed from code -> delete attr... - 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?