From 048f07a74c616246a6339317bacca7445640b482 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 3 Sep 2022 13:52:30 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index 6590af3..90c945b 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -26,6 +26,12 @@ * - from + to * XXX TITLE revise how title is handled... * ...do we need a separate title and path??? +* XXX fs: handle odd file names... +* - we need '*' and '**' +* - would be nice to be able to name files without +* any resyrictions other than the internally reserved +* cars... +* (currently: '#', and ':') * XXX revise/update sort... * XXX prevent paths from using reserved chars like: ":", "#", ... * XXX ASAP: MetaStore: need to correctly integrate the following store