From 0bf6400f492a5a96580c1e74cdd4a5dad240a31f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 27 Dec 2023 23:08:20 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index b6a7510..ff63a89 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -168,6 +168,12 @@ var setup = function(){ \- [foo](#foo) --- - ASAP check if we can add blocks during element handling... + - the main problem here is where to get the data for the index? + possible sources: + - JSON -- preferred + - DOM -- current + - text + - DOM/JSON would require a post-load generation stage... - simple use strategies: - custom element - constructor