This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

TiddlyWiki on Node.js

 17th June 2022 at 11:44am

Running TiddlyWiki on Node.js brings several important benefits over and above the single file version:

  • Individual tiddlers are stored in separate files, which you can organise as you wish
  • The ability to build multiple wikis that blend different combinations of shared and unique content
  • You can edit your content on any modern browser, including smartphones and tablets

Warning
Note that TiddlyWiki on Node.js doesn't currently support directly modifying the tiddler files via the file system while it is running. The server must be restarted in order to for changes to take effect. The recommended way to interact with a running wiki is via the HTTP or JavaScript APIs.

For more information see: