This plugin adds the ability to encrypt your tiddlers individually. This have several advantages:
- You can specify a different password for each tiddler if you want.
- You don't have to encrypt your whole wiky.
- If you forget your password, you only lose a tiddler.
- It's possible to edit the tiddler content , tags and fields except the encrypt field after encryption. Decrypting your tiddler will restore it to its original state when you encrypted it. This way you can hide the encrypted tiddlers as a "different" thing.
- You can even encrypt images.
- You can have sensible data in a day to day wiky.
- I didn't try this, but theoretically you can apply double encryption by encrypting your wiki too.
Use yarn
to install dependencies.
This uses gulp with gulp-tw plugin for easier TW development.
To build just run: yarn build
To start development with hot reloading run yarn watch
Edit the files under src
NOT plugins/*