mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-25 12:21: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
|
||||
- BUG? `.code` is currently over-extended and covers the whole element area (incl. `.children`)
|
||||
- this currently has no side-effects but is not pretty (???)
|
||||
- DONE BUG? should the following render to the save view? (currently not)
|
||||
collapsed:: true
|
||||
- BUG? should the following render to the save view? (currently not)
|
||||
- text<hr>text
|
||||
- text
|
||||
<hr>
|
||||
@ -148,8 +147,10 @@ var setup = function(){
|
||||
- code filtering
|
||||
```
|
||||
.__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_attrs__(attrs, code, elem)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user