Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-08-06 21:28:52 +03:00
parent 5bd6241c5e
commit 115299c427

View File

@ -3,6 +3,9 @@
* *
* XXX wikiword filter seems to act up on / * XXX wikiword filter seems to act up on /
* XXX BUG? /test/wikiword -- produces nested links... * 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: * XXX ROADMAP:
@ -75,6 +78,8 @@
* ...another solution is to offload the search to the store backend * ...another solution is to offload the search to the store backend
* but this would require the stores to reimplement most of pwiki/path * but this would require the stores to reimplement most of pwiki/path
* - * -
*
*
* TODO: * TODO:
* - <page>.then() -- resolve when all pending write operations done ??? * - <page>.then() -- resolve when all pending write operations done ???
* - an async REPL??? * - an async REPL???