Automatic handling of extraclude on tiddler PUT
Project description
[TiddlyWeb](http://tiddlyweb.com/) plugin that uses a validator
to process extraclusions.
# Intro
An extraclusion is markup in renderable wikitext which extracts
the contained text to a tiddler of its own. For example if the
following text were put as tiddler "foo":
# Header
Some text
.extraclude bar
## Other Header
Other text
.extraclude
# Another Header
Hi!
The result would be two tiddlers in the same bag, "foo" and "bar".
"foo" would contain markup to trainsclude "bar".
The extracluded tiddlers inherits the `type` of the parent.
# Install
Install the Python package with:
pip install -U tiddlywepblugins.extraclude
Add the package to `system_plugins` in `tiddlywebconfig.py`:
config = {
'system_plugins': ['tiddlywebplugins.extraclude']
}
Copyright 2014 Peermore Limited
BSD License
to process extraclusions.
# Intro
An extraclusion is markup in renderable wikitext which extracts
the contained text to a tiddler of its own. For example if the
following text were put as tiddler "foo":
# Header
Some text
.extraclude bar
## Other Header
Other text
.extraclude
# Another Header
Hi!
The result would be two tiddlers in the same bag, "foo" and "bar".
"foo" would contain markup to trainsclude "bar".
The extracluded tiddlers inherits the `type` of the parent.
# Install
Install the Python package with:
pip install -U tiddlywepblugins.extraclude
Add the package to `system_plugins` in `tiddlywebconfig.py`:
config = {
'system_plugins': ['tiddlywebplugins.extraclude']
}
Copyright 2014 Peermore Limited
BSD License
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
Close
Hashes for tiddlywebplugins.extraclude-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2922bf038d1c7ee59f74953d7a632edbe70b0292eb74877055a48dfd3594ef79 |
|
MD5 | 3c75c3dda67a97c83c7e763782675b22 |
|
BLAKE2b-256 | c91ca1390fd359df935391ef511aea72940b997d5e4bf110a504c1b2b9a53d87 |