From 81bd5aa72810fd62d8f5d2ce4111022edd95fd10 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 26 Oct 2022 20:51:14 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- pwiki2.js | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pwiki2.js b/pwiki2.js index f9aed4d..71ecd14 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -17,21 +17,12 @@ * - 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 * - add tags to page -- macro/filter * - .text -> .tags (cached on .update(..)) -* - manual -* - a way to list tags -- folder like? - ??? +* - ??? +* - manual - DONE +* - a way to list tags -- folder like? - DONE * - tag cache .tags - DONE * - tag-path filtering... - DONE * XXX TAGS add a more advanced query -- e.g. "/**:tagged=y,z:untagged=x" ???