From 9f8e04d79f3cc7d62fd9fdfab710f262b5a37a5a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 20 Sep 2022 11:09:49 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index 453683d..86a4192 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -11,6 +11,9 @@ * ...and need this to work through all the i/o... * ....this might be an argument towards the .title attr, at least * for notes... +* XXX macros: should we add the pattern path to .depends instead of the +* final path... +* ...would also need a fast way to pattern match... * XXX need basic system events: * .onUpdate(path, data?) * .onCreate(path, data?)