mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fa91636be5
commit
44f6e2f46b
@ -6,7 +6,10 @@
|
|||||||
* - fs store/export in browser or a simple way to export/import...
|
* - 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
|
* XXX BUG: for some reason deleting and refreshing takes ~2x as long as
|
||||||
* refreshing...
|
* refreshing...
|
||||||
* to reproduce:
|
* to reproduce:
|
||||||
@ -16,6 +19,7 @@
|
|||||||
* pwiki.path = '/tree' // reports about ~2sec
|
* pwiki.path = '/tree' // reports about ~2sec
|
||||||
* await pwiki.get('/Test/Subtree/Page2').delete() // fast
|
* await pwiki.get('/Test/Subtree/Page2').delete() // fast
|
||||||
* pwiki.path = '/tree' // reports about ~2sec
|
* 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
|
* XXX macros: should we add the pattern path to .depends instead of the
|
||||||
* final path...
|
* final path...
|
||||||
* ...would also need a fast way to pattern match...
|
* ...would also need a fast way to pattern match...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user