https://github.com/cdent/tweb-filters
Tutorial Code for TiddlyWeb Filters
https://github.com/cdent/tweb-filters
Last synced: about 1 year ago
JSON representation
Tutorial Code for TiddlyWeb Filters
- Host: GitHub
- URL: https://github.com/cdent/tweb-filters
- Owner: cdent
- Created: 2011-02-23T15:47:04.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-23T15:47:50.000Z (over 15 years ago)
- Last Synced: 2025-02-01T03:28:47.746Z (over 1 year ago)
- Language: Python
- Homepage: http://tweb-filters.tiddlyspace.com/
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The code used for a tutorial for creating TiddlyWeb filters.
For sake of simplicity this plugin keeps its tests within the module
and does not follow the tiddlywebpugins namespace.
To use add put the file in a tiddlyweb instance and then add
'tagscount' to system_plugins in tiddlywebconfig.py:
config = {
system_plugins: ['tagscount'],
}
Note, however, that this plugin isn't designed for use, it is designed
for demonstration.
http://tiddlyweb.com/
http://tweb-filters.tiddlyspace.com/