Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-10-27 01:39:34 +03:00
parent 81bd5aa728
commit 59eff6cf05
2 changed files with 13 additions and 12 deletions

View File

@ -2358,7 +2358,5 @@ module.Config = {
/********************************************************************** /**********************************************************************
* vim:set ts=4 sw=4 nowrap : */ return module }) * vim:set ts=4 sw=4 nowrap : */ return module })

View File

@ -2,19 +2,20 @@
* *
* *
* XXX ASAP start writing docs in pwiki * XXX ASAP start writing docs in pwiki
* - minimal/functional editor -- DONE * - minimal/functional editor - DONE
* - WYSIWYG markdown editor/viewer (ASAP) * - WYSIWYG markdown editor/viewer (ASAP) -
* - transparent sync * - transparent sync
* - fs store/export in browser or a simple way to export/import... * - fs store/export in browser or a simple way to export/import...
* ...can't seem to get it to work without asking for permission * ...can't seem to get it to work without asking for permission
* on every startup (one more thing left to try, keeping the * on every startup (one more thing left to try, keeping the
* handler live in a service worker, but the hopes are low)... * handler live in a service worker, but the hopes are low)...
* - pouchdb-couchdb sync * - pouchdb-couchdb sync -
* - pouchdb-pouchdb sync (p2p via webrtc) * - pouchdb-pouchdb sync (p2p via webrtc) - XXX
* - tags/search * - tags - DONE
* - images * - search -
* - GUI * - images - XXX
* - CLI * - GUI -
* - CLI -
* *
* *
* XXX TAGS * XXX TAGS
@ -26,6 +27,8 @@
* - tag cache <store>.tags - DONE * - tag cache <store>.tags - DONE
* - tag-path filtering... - DONE * - tag-path filtering... - DONE
* XXX TAGS add a more advanced query -- e.g. "/**:tagged=y,z:untagged=x" ??? * XXX TAGS add a more advanced query -- e.g. "/**:tagged=y,z:untagged=x" ???
* XXX TAGS do we need page actions to tag/untag pages???
* XXX INDEX store index (IndexedDB?) and update as the stores are updated...
* XXX INDEX DOC can index validation be async??? * XXX INDEX DOC can index validation be async???
* ...likely no * ...likely no
* XXX INDEX add option to set default action (get/lazy/cached) * XXX INDEX add option to set default action (get/lazy/cached)
@ -278,8 +281,8 @@
* - download -- * - download --
* - upload -- * - upload --
* - tags * - tags
* - get tags from page -- * - get tags from page -- DONE
* - show tagged pages -- * - show tagged pages -- DONE
* - search * - search
* - paths -- * - paths --
* - text -- * - text --