Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-22 18:49:26 +03:00
parent fa91636be5
commit 44f6e2f46b

View File

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