From 44f6e2f46ba4335a981aac5b567259be52278085 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 22 Sep 2022 18:49:26 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pwiki2.js b/pwiki2.js index dced3ce..ff85d79 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -6,7 +6,10 @@ * - fs store/export in browser or a simple way to export/import... * * -* XXX titles containing quotes break things... +* XXX BUG titles containing quotes break things... +* this works: +* await pwiki.get('/FlatNotes/* /delete').raw +* opening/editing/deleting from ui breaks -- macro issue?? * XXX BUG: for some reason deleting and refreshing takes ~2x as long as * refreshing... * to reproduce: @@ -16,6 +19,7 @@ * pwiki.path = '/tree' // reports about ~2sec * await pwiki.get('/Test/Subtree/Page2').delete() // fast * pwiki.path = '/tree' // reports about ~2sec +* XXX FEATURE would be nice to have a deleteAll action... * XXX macros: should we add the pattern path to .depends instead of the * final path... * ...would also need a fast way to pattern match...