amreus / tiddly-bean

Experiments with redbean TiddlyWiki server
MIT License
23 stars 3 forks source link
redbean tiddlywiki

tiddly-bean

Experiments with a redbean TiddlyWiki server


These files build a server for single-file Tiddlywiki.

Type build or make dist to create the wiki.com executable.

Running wiki.com starts the server and opens your default browser to your wiki.

On Linux and Macs, the wiki is embeded in the executable - so a self-contained wiki with server.

On Windows, the embeded wiki file is first written to disc as wiki.html, and is saved back to disk. This is because redbean does not currently support updating the wiki file inside the executable on Windows.

To use an existing tiddlywiki, replace the wiki.html file in the executable using the zip utility.

Credits to Rick Dillon for the original server script, and coderofsalvation for his server implementation.