mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-25 12:21:58 +00:00
Compare commits
No commits in common. "f30c94596136db48a3be498ee7d9f13b7159e0b5" and "b44a28508155694b824eebf9f854783729723ff0" have entirely different histories.
f30c945961
...
b44a285081
@ -65,7 +65,8 @@ 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 (???)
|
||||||
- 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>text
|
||||||
- text
|
- text
|
||||||
<hr>
|
<hr>
|
||||||
@ -147,10 +148,8 @@ var setup = function(){
|
|||||||
- code filtering
|
- code filtering
|
||||||
```
|
```
|
||||||
.__code_attrs__(attrs, code, elem)
|
.__code_attrs__(attrs, code, elem)
|
||||||
-> true
|
-> bool
|
||||||
-> 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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user