https://github.com/cdent/tiddlywebplugins.ltr
Plain text to linked text wikitext renderer
https://github.com/cdent/tiddlywebplugins.ltr
Last synced: about 1 year ago
JSON representation
Plain text to linked text wikitext renderer
- Host: GitHub
- URL: https://github.com/cdent/tiddlywebplugins.ltr
- Owner: cdent
- Created: 2013-01-23T00:28:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-23T00:29:14.000Z (over 13 years ago)
- Last Synced: 2025-02-01T03:28:53.055Z (over 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Link Text Renderer
A tiddlyweb renderer that turns plain text into more plain text,
but with WikiLinks, FreeLinks and URLs turned into HTML links.
The goals is to write with the veracity and cogency that plain
text provides, but still get the benefits of links
See http://cdent.tiddlyspace.com/PlainTextWiki for the original
record of this version of idea.
To use add to wikitext.type_render_map in tiddlywebconfig.py:
'wikitext.type_render_map': {
'text/x-linkedtext': 'tiddlywebpugins.ltr',
},
Note that the type is a stub. That might not be the right type.
Or use the plugin as a system_plugin:
'system_plugins': ['tiddlywebplugins.ltr']