You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ A plugin to extend Joplin with a manual and automatic backup function.
29
29
-[Are Note History Revisions backed up?](#are-note-history-revisions-backed-up)
30
30
-[Are all Joplin profiles backed up?](#are-all-joplin-profiles-backed-up)
31
31
-[The Joplin build-in version of the plugin cannot be updated](#the-joplin-build-in-version-of-the-plugin-cannot-be-updated)
32
+
-[Can I use a Backup to speed up first Joplin sync?](#can-i-use-a-backup-to-speed-up-first-joplin-sync)
32
33
-[Changelog](#changelog)
33
-
-[Links](#links)
34
34
35
35
<!-- /TOC -->
36
36
<!-- prettier-ignore-end -->
@@ -146,13 +146,12 @@ Profiles that are not active are not backed up, even if a backup has been config
146
146
147
147
Yes, the build-in version only gets updates with Joplin updates, but can be replaced as described in the [Installation](#installation) step.
148
148
149
-
##Changelog
149
+
### Can I use a Backup to speed up first Joplin sync?
150
150
151
-
See [CHANGELOG.md](CHANGELOG.md)
151
+
No, because new IDs are assigned in Joplin during the import.
152
+
If this device is then synchronized with a synchronization target in which other clients already synchronize with the same notes, all notes are then available multiple times on the devices.
153
+
Therefore, the same note is then available with different IDs in Joplin.
152
154
153
-
## Links
155
+
## Changelog
154
156
155
-
-[Joplin - Getting started with plugin development](https://joplinapp.org/api/get_started/plugins/)
156
-
-[Joplin - Plugin API reference](https://joplinapp.org/api/references/plugin_api/classes/joplin.html)
157
-
-[Joplin - Data API reference](https://joplinapp.org/api/references/rest_api/)
0 commit comments