Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Server-Side Implementations
TiddlyWiki Community Wiki
Contents |
[edit] Overview
Server-side solutions for TiddlyWiki provide ubiquitous access to hosted TiddlyWiki documents, and potentially enable multi-user collaboration on a single TiddlyWiki document.
There are a number of solutions, each suited to specific needs:
| Name | Description | Requirements | Multi-User Support | Revision History | Status |
|---|---|---|---|---|---|
| TiddlyLock | prevent overwriting changes (simultaneous editing) when using a TiddlyWiki document over a shared network drive | network share | yes (no simultaneous editing) | no (regular TiddlyWiki backups only) | unknown |
| UploadPlugin | upload TiddlyWiki document | PHP | no | no (regular TiddlyWiki backups only) | actively maintained |
| ccTiddly | PHP and MySQL | yes | yes | actively maintained | |
| WebDavPlugin | save TiddlyWiki to WebDAV directory | WebDAV-enabled server | no | no (regular TiddlyWiki backups only) | unknown |
| TiddlyWeb | reference implementation of server-side implementation | Python | yes | yes | work in progress, currently in alpha stage |
| TiddlyHome | PHP | yes | yes | actively maintained | |
| MiniTiddlyServer | PHP | no | no (regular TiddlyWiki backups only) | abandoned | |
| ZiddlyWiki | Python, Zope | yes | yes | irregularly maintained | |
| ServerSideWiki | a hosted server-side written in Ruby | none | no | yes | last updated in 2006; based on TiddlyWiki v1.2.29 |
| PrinceTiddlyWiki | abandoned | ||||
| PhpTiddlyWiki | PHP | abandoned | |||
| Coral | Java | unknown | |||
| version control systems (e.g. Subversion, Git, Mercurial) | since version 2.2, TiddlyWiki is very much suitable to be used in conjunction with regular version control systems | yes (to a limited extent) | yes |
Multi-user collaboration is not what TiddlyWiki was originally designed for. For large multi-user wikis, other wiki engines might offer more extensive collaboration features.
[edit] Hosting Services
- Tiddlyspot (based on UploadPlugin)
- ccTiddly Alpha (based on ccTiddly)

