cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-10-26 20:51:14 +03:00
parent 8a209dfa96
commit 81bd5aa728

View File

@ -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" ???