Interface between TiddlyWeb and the node.js wikifier for TiddlyWiki text
Project description
[![Build Status](https://travis-ci.org/pads/tiddlywebplugins.twikified.png?branch=master)](https://travis-ci.org/pads/tiddlywebplugins.twikified)
# About
Provides an interface between TiddlyWeb and the node.js wikifier for TiddlyWiki text. When a request is made to render a tiddler with TiddlyWiki text it is passed on to a node.js module for processing. It then returns the result back to the client that requested it.
# Requirements
[Python](http://www.python.org/)
make
A working TiddlyWeb instance to test against
[py.test](http://pytest.org/latest/) to run the tests.
# Contributing
setup.py is used to package up the plugin and install it.
Plugin code lives in the tiddlywebplugins directory.
Tests live in the test directory.
# Usage
make test runs the tests. Currently there is just the one that ensures the plugin can be imported.
make install installs the plugin as a package on your system (you may need sudo for this.)
To set this plugin as the default renderer for all tiddlers, add the following to tiddlywebconfig.py:
` 'wikitext.default_renderer': 'tiddlywebplugins.twikified' `
For more details on usage run:
pydoc tiddlywebplugins/twikified.render.py
# Credits
@cdent is the original author of twikified. I’ve just packaged it up a bit.
# See Also
See the accompanying [node module](https://github.com/cdent/twikifier)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tiddlywebplugins.twikified-0.1.1.tar.gz
.
File metadata
- Download URL: tiddlywebplugins.twikified-0.1.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e35a27df004581d6b3607e5bee0bddbb17deafa2b65779855672eefe1d446751 |
|
MD5 | 2070e69ee8c07988f97bc7ebe888a916 |
|
BLAKE2b-256 | 8170b84ac110e2671538c68e907a5ae02fea591bbab6d0c114bc14ae3a161300 |