mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-25 20:31:58 +00:00
Compare commits
2 Commits
b44a285081
...
f30c945961
| Author | SHA1 | Date | |
|---|---|---|---|
| f30c945961 | |||
| c4a8ed3448 |
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user