Arlen Beiler
Arlen Beiler
This PR adds save/load/delete tasks which allow a sync adapter to handle all pending saves/loads/deletes at once. This allows optimizations for certain scenarios where it is preferred to bring everything...
Single tiddler files (like javascript files) will use the filepath on disk instead of the tiddler name, allowing the stack trace to be properly clickable (assuming your code editor supports...
**Describe the bug** https://github.com/Jermolene/TiddlyWiki5/blob/7ec6d3703150469e73dabcf25655192767092a77/core/modules/server/routes/get-tiddlers-json.js#L31-L33 GET tiddlers.json (aka LIST tiddler) has an option to exclude system tiddlers from the list, in the spirit of restricting syncing of system tiddlers to the...
Because there is no sorting done in the route handlers, the get-tiddler-html route conflicts with other routes because the route order cannot be specified and is not predicted before-hand. Currently...
The Prisma VS Code extension treats multiple copies of the same schema as though they are supposed to be separate files in a multi-file schema, and then complains that everything...
I'm trying to get libsql installed on android. For some reason I can't figure out how to make NPM detect it as linux instead of android. I've tried using the...