Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
TiddlyWeb
TiddlyWiki Community Wiki
TiddlyWeb is a flexible server-side implementation for TiddlyWiki:
The latest documentation is available on the TiddlyWeb website.
by Jeremy
TiddlyWeb is a practical, readable, reference implementation of a rigorously designed headless wiki server that may use TiddlyWiki as a user interface. The combination of TiddlyWeb and TiddlyWiki allows a complete separation of server and UI concerns.
TiddlyWeb is stable and actively maintained and developed.
Contents |
[edit] Concepts
TiddlyWeb operates on the tiddler-level; content is saved as individual tiddlers.
A single hierarchy level called "bags" is used to combine related tiddlers. In addition, "recipes" can be used to create arbitrary collections of tiddlers from different bags.
Depending on the context, a TiddlyWiki workspace translates to either a bag or a recipe. This is reflected in path-like workspace names (e.g. "bags/foo" vs. "recipes/bar").
[edit] Plugins
TiddlyWeb has a large collection of plugins that provide additional functionality including different ways of representing tiddlers, different ways to store them, and ways to create special applications with Tiddlers.
[edit] Development
TiddlyWeb development and issue tracking is hosted on github at http://github.com/tiddlyweb/tiddlyweb

