From a764c9cd2e202fda915a13c653831bcab1625550 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 15 Jan 2024 23:41:51 +0300 Subject: [PATCH] bug... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.js | 2 +- experiments/outline-editor/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/experiments/outline-editor/editor.js b/experiments/outline-editor/editor.js index f4f68b5..db622ca 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -681,8 +681,8 @@ var tasks = { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// XXX add depth... // XXX do a better default id... +// XXX make this persistent -- add to code... var toc = { __proto__: plugin, diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index ff63a89..313b5a7 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -50,6 +50,7 @@ var setup = function(){ - - ## Bugs: focused:: true + - BUG: `toc` does not consider auto headings... - BUG: styling error... - this _seems `to` work_ - `while` _this `does` not_