Replies: 1 comment
-
|
For multiple reasons, there should be a weblink on the wiki to the server to have it write from the db into a folder that is compatible with the nodejs tiddlywiki. For security, I believe we should support two things.
For sync of multiple machine can use litestream io |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There should be a way, or perhaps a different mode, for MWS which allows it to serve static files from a folder. Maybe there could be an option to include recipes in the folder as well, with a recipe definition and
.mws-recipefile extension. Most likely the recipe should be edited from the dashboard and only exist in the file system as a JSON of bag ids and other settings.There might even be some benefit (though it might be a tremendous headache to implement properly) some way of storing tiddlers directly in the file system. File system locking is generally available in NodeJS, so that could probably be leveraged to implement transaction based row locks.
Beta Was this translation helpful? Give feedback.
All reactions