Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-01 11:19:16 +03:00
parent 120a29a881
commit e6adfd5489

View File

@ -3,9 +3,14 @@
*
* XXX FEATURE tags and accompanying API...
* - add tags to page -- macro/filter
* <page>.text -> <page>.tags (cached on .update(..))
* - <page>.text -> <page>.tags (cached on .update(..))
* - manual
* - a way to list tags -- folder like?
* - tag cache <store>.tags
* format:
* {
* <tag>: [<path>, ...],
* }
* - tag-path filtering...
* i.e. only show tags within a specific path/pattern...
* - path integration...