Secure offline storage and cross-device synchronization solution for TiddlyWiki 5
Find a file
Val Packett 98e4e76bf1 Plugin: for "gotta save plugins" override isDirty instead of losing callback, fixes #28
The no-return idea was actually really bad, it would cause imports of wikis with plugins to stop further storage operation
2023-10-16 18:58:25 -03:00
plugins Plugin: for "gotta save plugins" override isDirty instead of losing callback, fixes #28 2023-10-16 18:58:25 -03:00
server Server: avoid accumulation in tiddlersChangedSince 2023-08-21 19:20:19 -03:00
tiddlers Docs: document server updates 2023-08-20 22:01:30 -03:00
.editorconfig CI, netlify, readme, things 2023-07-19 02:26:25 -03:00
.env Server: SQL fixes 2023-07-12 02:22:45 -03:00
.gitignore CI, netlify, readme, things 2023-07-19 02:26:25 -03:00
.woodpecker.yml CI, netlify, readme, things 2023-07-19 02:26:25 -03:00
deno.json Update argon2ian to 2.0.0 2023-07-01 14:33:09 -03:00
deno.lock Server: back to SQLite 2023-07-11 18:46:24 -03:00
LICENSE CI, netlify, readme, things 2023-07-19 02:26:25 -03:00
netlify.toml Update TW to 5.3.1 2023-10-16 18:43:15 -03:00
README.md Update TW to 5.3.1 2023-10-16 18:43:15 -03:00
tiddlywiki.info Plugin: another round of UI friendlification 2023-07-09 04:08:43 -03:00

CI status Netlify Status Support me on Patreon

TiddlyPWA

TiddlyPWA turns TiddlyWiki into an offline-first Progressive Web App with encrypted local persistent storage and efficient synchronization with a server that can easily be hosted for free.

To learn more, visit:

https://tiddly.packett.cool

Development Notes

deno fmt must be used for formatting.

Building the html files (assuming Notebook theme repo cloned in the listed directory):

TIDDLYWIKI_THEME_PATH=$HOME/src/github.com/paul-rouse/Notebook/themes TIDDLYWIKI_PLUGIN_PATH=$HOME/src/github.com/paul-rouse/Notebook/plugins npx tiddlywiki@5.3.1 --build