diff --git a/src/lib/components/SettingsPanel.svelte b/src/lib/components/SettingsPanel.svelte index df7323a..7c79fcb 100644 --- a/src/lib/components/SettingsPanel.svelte +++ b/src/lib/components/SettingsPanel.svelte @@ -1397,18 +1397,22 @@ -
Sync your notes to your own WebDAV server (Nextcloud, ownCloud, a NAS). Your vault stays local on each device; the server is the shared hub.
+Sync your vault to your own WebDAV server (Nextcloud, ownCloud, a NAS).
{#if syncProvider === 'webdav'}Full WebDAV URL of the folder to sync into. On Nextcloud: https://your-server/remote.php/dav/files/USERNAME/FolderName
WebDAV folder URL, e.g. https://your-server/remote.php/dav/files/USER/Folder
Use an app password / token, not your main account password. Stored locally on this device (like AI keys).
+Use an app password, not your main one. Stored locally on this device.
Last sync: {new Date($appConfig.last_sync_time).toLocaleString()}
{/if} -Manual sync. If the same note was edited on two devices, the second version is kept as a "(conflict ...)" copy so nothing is lost.
+If a note is edited on two devices, both are kept (one as a "(conflict)" copy).
Sync automatically on this interval.
+How often to sync in the background.
@@ -1730,6 +1734,7 @@ .setting-hint { font-size: 13px; color: var(--text-tertiary); + margin-top: 6px; } .setting-toggle {