mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-18 17:11:38 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8a209dfa96
commit
81bd5aa728
15
pwiki2.js
15
pwiki2.js
@ -17,21 +17,12 @@
|
|||||||
* - CLI
|
* - CLI
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* XXX BUG:
|
|
||||||
* await pwiki.parse('@source(/Test/list/static join=", ")')
|
|
||||||
* -> 'abcdef, abcdef, abcdef, abcdef, abcdef, abcdef'
|
|
||||||
* should be:
|
|
||||||
* await pwiki.parse('@source(/Test/list/static join=", ")')
|
|
||||||
* -> 'a, b, c, d, e, f'
|
|
||||||
* findings:
|
|
||||||
* - this is a problem with @source(..) while @include(..) works fine...
|
|
||||||
* FIXED, TESTING...
|
|
||||||
* XXX TAGS should ./tags (i.e. .tagstr) return a list of tags???
|
|
||||||
* XXX TAGS
|
* XXX TAGS
|
||||||
* - add tags to page -- macro/filter
|
* - add tags to page -- macro/filter
|
||||||
* - <page>.text -> <page>.tags (cached on .update(..))
|
* - <page>.text -> <page>.tags (cached on .update(..))
|
||||||
* - manual
|
* - ???
|
||||||
* - a way to list tags -- folder like? - ???
|
* - manual - DONE
|
||||||
|
* - a way to list tags -- folder like? - DONE
|
||||||
* - tag cache <store>.tags - DONE
|
* - tag cache <store>.tags - DONE
|
||||||
* - tag-path filtering... - DONE
|
* - tag-path filtering... - DONE
|
||||||
* XXX TAGS add a more advanced query -- e.g. "/**:tagged=y,z:untagged=x" ???
|
* XXX TAGS add a more advanced query -- e.g. "/**:tagged=y,z:untagged=x" ???
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user