From b92515dedd20bd751d06c19a869d5117119de583 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 23 Dec 2023 13:59:45 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 60291e7..ce4405f 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -157,6 +157,7 @@ var setup = function(){ -> str -> undefined ``` + - might be a good idea to change `.parseBlockAttrs(..)` to return an array of text and attrs (str) and handle the above `.__code_attrs__(..)` and `.__view_attrs__(..)` in the respective handlers... - attributes: need to show/hide the attributes -- option? attr::value - `.__parse_code__(..)`: add data attributes to code if missing...