Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-12-18 17:14:00 +03:00
parent 1fd273a240
commit 71a00a66d6

View File

@ -149,7 +149,7 @@ var setup = function(){
- _plugin will need to get the call context -- can be called when handling for view or code_
- `.parseBlockAttrs(..)` render (code) attrs in data but not in code...
- do we need `.__code_attrs__` / `.__view_attrs__`???
- handle attr delete correctly -- i.e. sown attr removed from code -> delete attr...
- handle attr delete correctly -- i.e. if shown attr removed from code -> delete attr...
- BUG? can't set `''` as attr value -- parser??
- TOC: tweaking: add args like depth, ... -- as attributes...
- TOC: should it be persistently generated as code and be serializable?