If you can get WordPress to accept a PUT request, you can just use the PUT saver. This way you don't need to do any work on the TiddlyWiki side: https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/savers/put.js
On Friday, December 4, 2020 at 9:56:06 PM UTC+1 [email protected] wrote: > Can anyone show me how to utilize $:/core/modules/savers/custom.js ? > I have already read this: https://tiddlywiki.com/dev/static/Saver.html > But, I am not a JS guru. I want to save TWs to a WordPress site, > somewhere in the uploads folder. I am thinking I will need to use AJAX to > talk to a WP plugin, which will handle the saving. I just need to learn > how to create a custom TW saver module that will fire off the AJAX call. > Thanks in advance for help with this. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f53096e4-656b-4995-b1a9-ddc73a0bae8dn%40googlegroups.com.

