From 64183675da19839c72f7040b57cc1cd712d8f14f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 21 Dec 2023 00:00: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 620d391..9de4091 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -160,6 +160,9 @@ var setup = function(){ - TOC: tweaking: add args like depth, ... -- as attributes... - TOC: should it be persistently generated as code and be serializable? - ASAP: expand sub-tree on follow link... + - simple use strategies: + - custom element + - constructor - export auto-headings as normal/manual markdown headings... - add plugin callback on `.text(..)` / ... - Time to think about a standalone client -- at least to edit own notes as a test...