Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-08-29 12:21:20 +03:00
parent 6a01a41778
commit 6febaa72f8

View File

@ -1,7 +1,15 @@
/**********************************************************************
*
*
* XXX FEATURE tags and accompanying API...
* - add tags to page -- macro/filter
* <page>.text -> <page>.tags (cached on .update(..))
* - a way to list tags -- folder like?
* - tag cache <store>.tags
* - tag-path filtering...
* i.e. only show tags within a specific path/pattern...
* XXX revise/update sort...
* XXX fs store: metadata and cache...
* XXX sub/nested store mixing...
* need to cortectly integrate the following store methods:
* .get(..) -- DONE