/search.x-doc

methods

GET: tiddlywebplugins.whoosher:whoosher_search
None

output serializations

tiddlyweb.serializations.json
List the provided :py:class:`tiddlers ` as ``JSON``. The format is a list of dicts in the form described by :py:func:`_tiddler_dict`. If ``fat=1`` is set in ``tiddlyweb.query`` include the ``text`` of each tiddler in the output. If ``render=1`` is set in ``tiddlyweb.query`` include the :py:mod:`rendering ` of the ``text`` of each tiddler in the output, if the tiddler is renderable.
tiddlyweb.serializations.text
Return a linefeed separated list of :py:class:`tiddler ` titles in the ``tiddlers`` list. If the tiddlers are a collection of revisions, include the revision identifier.
tiddlywebplugins.tank.htmlserialization
None
tiddlywebplugins.atom.feed
Turn the contents of a Tiddlers into an Atom Feed.