New TiddlyWiki user here.
First of all: thanks for this!
I thought I’d never find something like TiddlyWiki.
So nice to have a tool which doesn’t jail you into a certain infrastructure, platform or programming language…a low-code unhosted backend.
I’m using it as my personal notebook now, and am baffled how powerful & scriptable this app is.
Btw. here’s a 1.2mb tiddlywiki server-binary which runs on win/mac/linux: tiddlywiki + redbean server (1.2MB) GitHub Gist
here’s an example zip: https://gist.github.com/coderofsalvation/f9e22cef04222bca03f7bc342b2a0a2c/raw/21e1c8b5a014915faddcdfa936dbd98686b38e56/example.zip
Basically you’d:
- unzip example.zip
- run
./redbean.com -D . -M 5000000
in a console on your laptop (or on a server) - surf to
http://localhost:8080
and voila
In case of questions, modifications, scripting e.g. surf to redbean dot dev