From 6aba5ca9a6553986e9e3fc31799b0d1f15fe56db Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 19 Oct 2023 02:43:35 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 12b61f0..0e9baef 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -139,19 +139,18 @@ var setup = function(){ - plugin handler sequencing (see: `.setup(..)`) - DONE plugin handler canceling (see: `.runPlugins(..)`) - DONE Item parser (`.__code2html__(..)`) + collapsed:: true - DONE split out - DONE define a way to extend/stack parsers - - Format parser/generator - - split out - - define api - - experiment with clean _markdown_ as format + - DONE Format parser/generator + collapsed:: true + - DONE split out + - DONE define api (see: `.__code2text__(..) / .__text2code__(..)`) - CSS - - separate out theming - separate out settings + - separate out theming - Actions -- move user actions (code in `.keyboard`) into methods - Move to `keyboard.js` - - Plugin architecture - - Q: do we need `features.js` and/or `actions.js` - Q: do we need a concatenative API?? - `.get() -> ` - Docs