Just published a standalone REST API server so you can interact with your Joplin notes and sync them back to WebDAV:
https://github.com/nasyarobby/joplin-api
It started as a personal project. I needed to automate some things with Joplin, but the API is only available through the Clipper server inside the desktop client. I didn’t want to keep the client running just for that.
So far I’ve been using it to automate creating posts and updates based on my needs, and it helps me a lot. Figured I might as well publish it and share it with you guys.
Just make sure you keep backups if you want to use it, you know, just in case.
Feedbacks and comments are welcomed here and in the github page!