Metadata-Version: 1.0
Name: tiddlywebplugins.mselect
Version: 0.8
Summary: A TiddlyWeb plugin providing a union select filter.
Home-page: http://pypi.python.org/pypi/tiddlywebplugins.mselect
Author: Chris Dent
Author-email: cdent@peermore.com
License: BSD
Description: 
        This is a TiddlyWeb plugin which extends the TiddlyWeb filter syntax 
        to add 'mselect' which provides multiple selects in one selection. The
        following example will select those tiddlers which have tag blog OR tag
        published and then sort by modified time:
        
            mselect=tag:blog,tag:published;sort=-modified
        
        For more information on TiddlyWeb see http://tiddlyweb.com
        
Platform: Posix; MacOS X; Windows
