Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-12-21 00:00:12 +03:00
parent 3d8caaafb4
commit 64183675da

View File

@ -160,6 +160,9 @@ var setup = function(){
- TOC: tweaking: add args like depth, ... -- as attributes... - TOC: tweaking: add args like depth, ... -- as attributes...
- TOC: should it be persistently generated as code and be serializable? - TOC: should it be persistently generated as code and be serializable?
- ASAP: expand sub-tree on follow link... - ASAP: expand sub-tree on follow link...
- simple use strategies:
- custom element
- constructor
- export auto-headings as normal/manual markdown headings... - export auto-headings as normal/manual markdown headings...
- add plugin callback on `.text(..)` / ... - add plugin callback on `.text(..)` / ...
- Time to think about a standalone client -- at least to edit own notes as a test... - Time to think about a standalone client -- at least to edit own notes as a test...