From 115299c4270d6d74fb0ac7905be165fbf283d88b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 6 Aug 2022 21:28:52 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index bcffdd5..ee43992 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -3,6 +3,9 @@ * * XXX wikiword filter seems to act up on / * XXX BUG? /test/wikiword -- produces nested links... +* to reproduce: +* await p.pwiki.get('/test/wikiword').text +* ..as-is, seems not to deal well with tags... * * * XXX ROADMAP: @@ -75,6 +78,8 @@ * ...another solution is to offload the search to the store backend * but this would require the stores to reimplement most of pwiki/path * - +* +* * TODO: * - .then() -- resolve when all pending write operations done ??? * - an async REPL???