From a85c365d32f0b1ea784392a98fd35e3ca295a23d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 21 Dec 2023 04:25:10 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/experiments/outline-editor/editor.js b/experiments/outline-editor/editor.js index 58733dd..9e63847 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -193,6 +193,13 @@ var plugin = { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// Process attributes in code and update the attributes in element data... +// +// This does: +// - parse attributes +// - update element data (JSON) +// - filter attributes out (optionally) +// var attributes = { __proto__: plugin, @@ -646,6 +653,7 @@ var tasks = { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// XXX add depth... // XXX do a better default id... var toc = { __proto__: plugin,