From f07a4e5b667a52596095bddf5a0d7b56bc399898 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 25 Oct 2023 15:21:12 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 2179ee4..ffaf296 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -173,6 +173,9 @@ var setup = function(){ - DONE add optional text styling to nodes - - ## Refactoring: + - Q: Implementation: JSON-based, DOM-based (current) or both? + - implement JSON-based + - compare and decide... - Plugin architecture - DONE basic structure - plugin handler sequencing (see: `.setup(..)`)