This tool lets you directly edit TiddlyWiki files stored in Fission's Webnative file system. You can choose to make them publicly accessible or to keep them entirely private. End-to-end encryption is used so even Fission can't read private data stored on their servers.
This is a very early proof of concept release, and is not yet in a state where you should trust it with important data.
Try it out at https://tiddlywiki.fission.app/
We're using Open Collective to further support development on this project.
Thank you to all of our backers!
Join the Fission forum for further TiddlyWiki on Fission discussion »
Clone this repository and install its dependencies:
npm install
To install subsequent upstream changes from TiddlyWiki 5:
npm update
To run the app locally:
npm start
To build the app:
npm run build
The output files will be in wiki/output
.