Metadata-Version: 1.0
Name: tiddlywebplugins.tagdex
Version: 0.5.3
Summary: TiddlyWeb indexer for faceted tag-based tiddler retrieval
Home-page: https://github.com/FND/tiddlywebplugins.tagdex
Author: FND
Author-email: UNKNOWN
License: BSD
Description: tagdex
        
        TiddlyWeb indexer for tag-based tiddler retrieval
        
        * `/tags`: list of all tags
        * `/tags/<tags>`: list of all tiddlers carrying the specified tag(s) - `<tags>`
          is a CSV-style list of tags (e.g. `foo,bar` or `foo,"lorem ipsum",bar`)
        
        add `'tiddlywebplugins.tagdex'` to both `config['system_plugins']` and
        `config['twanager_plugins']`
        
        the database location can be customized via `config['tagdex_db']`
        
Platform: Posix; MacOS X; Windows
