Compare commits

..

No commits in common. "f30c94596136db48a3be498ee7d9f13b7159e0b5" and "b44a28508155694b824eebf9f854783729723ff0" have entirely different histories.

View File

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