mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-25 04:11:56 +00:00
Compare commits
2 Commits
70560eb437
...
b44a285081
| Author | SHA1 | Date | |
|---|---|---|---|
| b44a285081 | |||
| d601600fec |
@ -143,6 +143,19 @@ var setup = function(){
|
||||
|text|text|text|
|
||||
-
|
||||
- ## ToDo:
|
||||
- ASAP: expand sub-tree on follow link...
|
||||
- ASAP: attributes: finalize base mechanics:
|
||||
- code filtering
|
||||
```
|
||||
.__code_attrs__(attrs, code, elem)
|
||||
-> bool
|
||||
```
|
||||
- view filtering
|
||||
```
|
||||
.__view_attrs__(attrs, code, elem)
|
||||
-> str
|
||||
-> undefined
|
||||
```
|
||||
- attributes: need to show/hide the attributes -- option?
|
||||
attr::value
|
||||
- `.__parse_code__(..)`: add data attributes to code if missing...
|
||||
@ -151,7 +164,6 @@ var setup = function(){
|
||||
- BUG? can't set `''` as attr value -- parser??
|
||||
- TOC: tweaking: add args like depth, ... -- as attributes...
|
||||
- TOC: should it be persistently generated as code and be serializable?
|
||||
- ASAP: expand sub-tree on follow link...
|
||||
- simple use strategies:
|
||||
- custom element
|
||||
- constructor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user