diff --git a/pwiki2.js b/pwiki2.js index dd1f99e..91a837a 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -6,6 +6,12 @@ * - fs store/export in browser or a simple way to export/import... * * +* XXX need basic system events: +* .onUpdate(path, data?) +* .onUreate(path, data?) +* .onDelete(path) +* ..stores should also be able to trigger these when external +* updates are detected... * XXX might also be a good idea to investigate a .tree directory index * as a supplement to .paths() * XXX Q: can we access fs from a pwa???