Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-10-19 02:43:35 +03:00
parent 41fdf0511e
commit 6aba5ca9a6

View File

@ -139,19 +139,18 @@ var setup = function(){
- plugin handler sequencing (see: `<editor>.setup(..)`) - plugin handler sequencing (see: `<editor>.setup(..)`)
- DONE plugin handler canceling (see: `<editor>.runPlugins(..)`) - DONE plugin handler canceling (see: `<editor>.runPlugins(..)`)
- DONE Item parser (`.__code2html__(..)`) - DONE Item parser (`.__code2html__(..)`)
collapsed:: true
- DONE split out - DONE split out
- DONE define a way to extend/stack parsers - DONE define a way to extend/stack parsers
- Format parser/generator - DONE Format parser/generator
- split out collapsed:: true
- define api - DONE split out
- experiment with clean _markdown_ as format - DONE define api (see: `<editor>.__code2text__(..) / <editor>.__text2code__(..)`)
- CSS - CSS
- separate out theming
- separate out settings - separate out settings
- separate out theming
- Actions -- move user actions (code in `.keyboard`) into methods - Actions -- move user actions (code in `.keyboard`) into methods
- Move to `keyboard.js` - Move to `keyboard.js`
- Plugin architecture
- Q: do we need `features.js` and/or `actions.js`
- Q: do we need a concatenative API?? - Q: do we need a concatenative API??
- `<block>.get() -> <block>` - `<block>.get() -> <block>`
- Docs - Docs