An open API service indexing awesome lists of open source software.

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

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/