lurkshark / tw5-fastmail-saver

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement Fastmail saver #2

Open lurkshark opened 4 years ago

lurkshark commented 4 years ago

Create a TiddlyWiki5 saver module that uses the "Allow visitors to upload files to published folders" option on Fastmail websites.

Basically just rip-off the "upload" saver. https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/savers/upload.js

lurkshark commented 4 years ago

Having problems with getting the form data right, keep getting 500s. Also it seems like there might not be a way to overwrite existing files with the same name via the upload form. If there isn't a way to hack around it I might have to go for a WebDAV-based solution.

https://github.com/lurkshark/tw5-fastmail-saver/tree/2-implement-saver