https://github.com/cdent/tiddlywebplugins.multirender
Per request dispatch for wikitext rendering in TiddlyWeb
https://github.com/cdent/tiddlywebplugins.multirender
Last synced: about 1 year ago
JSON representation
Per request dispatch for wikitext rendering in TiddlyWeb
- Host: GitHub
- URL: https://github.com/cdent/tiddlywebplugins.multirender
- Owner: cdent
- Created: 2012-03-04T17:33:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-04T17:40:53.000Z (over 14 years ago)
- Last Synced: 2025-02-01T03:28:49.022Z (over 1 year ago)
- Language: Python
- Homepage: http://tiddlyweb.com/
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A TiddlyWeb plugin that provides a mechanism to dispatch to one of
several wikitext rendering systems based on defined key in the WSGI
environment.
To use update tiddlywebconfig.py to include:
wikitext.default_renderer': 'tiddlywebplugins.multirender',
'wikitext.default_render_map': {
'text/x-tiddlywiki': 'tiddlywebplugins.multirender',
},
By default the 'raw' rendering subsystem will be used, but if
'tiddlyweb.wikirender' is set in environ, then the value of that
will be used as a renderer.
The genesis of this plugin was needing to test multiple rendering
systems, driven by user choices, on TiddlySpace.
See also: http://tiddlyweb.com , http://tiddlyspace.com and
http://github.com/cdent/tiddlywebplugins.multirender
Copyright Chris Dent 2012, cdent@peermore.com