https://github.com/cdent/tiddlywebplugins.extraclude
Wikitext extraclusion using the validator subsystem
https://github.com/cdent/tiddlywebplugins.extraclude
Last synced: about 1 year ago
JSON representation
Wikitext extraclusion using the validator subsystem
- Host: GitHub
- URL: https://github.com/cdent/tiddlywebplugins.extraclude
- Owner: cdent
- License: other
- Created: 2014-02-10T16:44:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T16:50:02.000Z (over 12 years ago)
- Last Synced: 2025-02-01T03:28:53.131Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
[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