From e6adfd54897333ed778f7ac07dfb879084186f4c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 1 Sep 2022 11:19:16 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pwiki2.js b/pwiki2.js index 218c00d..f7ee5ed 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -3,9 +3,14 @@ * * XXX FEATURE tags and accompanying API... * - add tags to page -- macro/filter -* .text -> .tags (cached on .update(..)) +* - .text -> .tags (cached on .update(..)) +* - manual * - a way to list tags -- folder like? * - tag cache .tags +* format: +* { +* : [, ...], +* } * - tag-path filtering... * i.e. only show tags within a specific path/pattern... * - path integration...