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...