Sync Joplin notes with WebDAV
Joplin is an open-source note-taking app that allows you to take notes and organize them in a structured way. It supports markdown, which makes it easy to write and format notes.
In this guide, we will set up Joplin to sync notes with a WebDAV server. This allows you to access your notes from multiple devices and keep them in sync.
Prerequisites
- A WebDAV server (for example, Synology DMS, Nextcloud)
- Joplin installed on your device
Setup WebDAV server
Synology DSM
- Open the Synology DSM web interface.
- Go to
Package Center
and install theWebDAV Server
package. - Open the
WebDAV Server
package and enable the service.
Nextcloud
- Install Nextcloud on your server.
- Go to the Nextcloud web interface and create a new user.
- Enable the WebDAV app in the Nextcloud app store.
Configure Joplin to sync with WebDAV
- Open Joplin on your device.
- Go to
Settings
>Synchronization
. - Select
WebDAV
as the synchronization target. - Enter the WebDAV server URL, username, and password.
- Click
Save
to apply the changes.