Compare commits

..

2 Commits

Author SHA1 Message Date
f30c945961 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-12-22 17:19:12 +03:00
c4a8ed3448 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-12-22 17:17:56 +03:00

View File

@ -65,8 +65,7 @@ var setup = function(){
- left side does not need to be as wide - left side does not need to be as wide
- BUG? `.code` is currently over-extended and covers the whole element area (incl. `.children`) - BUG? `.code` is currently over-extended and covers the whole element area (incl. `.children`)
- this currently has no side-effects but is not pretty (???) - this currently has no side-effects but is not pretty (???)
- DONE BUG? should the following render to the save view? (currently not) - BUG? should the following render to the save view? (currently not)
collapsed:: true
- text<hr>text - text<hr>text
- text - text
<hr> <hr>
@ -148,8 +147,10 @@ var setup = function(){
- code filtering - code filtering
``` ```
.__code_attrs__(attrs, code, elem) .__code_attrs__(attrs, code, elem)
-> bool -> true
-> false
``` ```
_system attrs are always hidden, the client can control whether the code is shown or not_
- view filtering - view filtering
``` ```
.__view_attrs__(attrs, code, elem) .__view_attrs__(attrs, code, elem)