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

View File

@ -145,9 +145,10 @@ var setup = function(){
- ## ToDo: - ## ToDo:
- attributes: need to show/hide the attributes -- option? - attributes: need to show/hide the attributes -- option?
attr::value attr::value
- `.parseBlockAttrs(..)` -- add hook to plugins to handle output... - Q: should this be completely handled by a plugin???
- `.parseBlockAttrs(..)`: add hook to plugins to handle output...
- _plugin will need to get the call context -- can be called when handling for view or code_ - _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... - `.parseBlockAttrs(..)`: add data attributes to code if missing...
- do we need `.__code_attrs__` / `.__view_attrs__`??? - do we need `.__code_attrs__` / `.__view_attrs__`???
- handle attr delete correctly -- i.e. if shown 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?? - BUG? can't set `''` as attr value -- parser??