joplin-plugin-backup 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -14,7 +14,6 @@ A plugin to extend Joplin with a manual and automatic backup function.
|
|
|
14
14
|
- [Installation](#installation)
|
|
15
15
|
- [Replace Joplin built-in plugin via GUI](#replace-joplin-built-in-plugin-via-gui)
|
|
16
16
|
- [Replace Joplin built-in plugin via file system](#replace-joplin-built-in-plugin-via-file-system)
|
|
17
|
-
- [Manual](#manual)
|
|
18
17
|
- [Usage](#usage)
|
|
19
18
|
- [Options](#options)
|
|
20
19
|
- [Keyboard Shortcuts](#keyboard-shortcuts)
|
|
@@ -23,6 +22,7 @@ A plugin to extend Joplin with a manual and automatic backup function.
|
|
|
23
22
|
- [Settings](#settings)
|
|
24
23
|
- [Notes](#notes)
|
|
25
24
|
- [Restore a singel note](#restore-a-singel-note)
|
|
25
|
+
- [Full Joplin restore](#full-joplin-restore)
|
|
26
26
|
- [FAQ](#faq)
|
|
27
27
|
- [Internal Joplin links betwen notes are lost](#internal-joplin-links-betwen-notes-are-lost)
|
|
28
28
|
- [Combine multiple JEX Files to one](#combine-multiple-jex-files-to-one)
|
|
@@ -30,8 +30,8 @@ A plugin to extend Joplin with a manual and automatic backup function.
|
|
|
30
30
|
- [Are Note History Revisions backed up?](#are-note-history-revisions-backed-up)
|
|
31
31
|
- [Are all Joplin profiles backed up?](#are-all-joplin-profiles-backed-up)
|
|
32
32
|
- [The Joplin build-in version of the plugin cannot be updated](#the-joplin-build-in-version-of-the-plugin-cannot-be-updated)
|
|
33
|
+
- [Can I use a Backup to speed up first Joplin sync?](#can-i-use-a-backup-to-speed-up-first-joplin-sync)
|
|
33
34
|
- [Changelog](#changelog)
|
|
34
|
-
- [Links](#links)
|
|
35
35
|
|
|
36
36
|
<!-- /TOC -->
|
|
37
37
|
<!-- prettier-ignore-end -->
|
|
@@ -56,13 +56,6 @@ The built-in plugin cannot be updated via GUI, to update to a other version repl
|
|
|
56
56
|
- Got to your Joplin profile folder and place the JPL file in the `plugins` folder
|
|
57
57
|
- Start Joplin
|
|
58
58
|
|
|
59
|
-
### Manual
|
|
60
|
-
|
|
61
|
-
- Download the latest released JPL package (`io.github.jackgruber.backup.jpl`) from [here](https://github.com/JackGruber/joplin-plugin-backup/releases/latest)
|
|
62
|
-
- Close Joplin
|
|
63
|
-
- Copy the downloaded JPL package in your profile `plugins` folder
|
|
64
|
-
- Start Joplin
|
|
65
|
-
|
|
66
59
|
## Usage
|
|
67
60
|
|
|
68
61
|
First configure the Plugin under `Tools > Options > Backup`!
|
|
@@ -120,6 +113,10 @@ If the notebook in which the note was located already exists in your Joplin, the
|
|
|
120
113
|
7. Switch back to your orginal Joplin profil via `File > Switch profile > Default`
|
|
121
114
|
8. Import the exported note via `File > Import > JEX - Joplin Export File` and select the file from step 6
|
|
122
115
|
|
|
116
|
+
### Full Joplin restore
|
|
117
|
+
|
|
118
|
+
See the guide for a [Full Joplin restore](FULLRESTORE.md)
|
|
119
|
+
|
|
123
120
|
## FAQ
|
|
124
121
|
|
|
125
122
|
### Internal Joplin links betwen notes are lost
|
|
@@ -143,7 +140,7 @@ The file names in the archive correspond to the Joplin internal IDs.
|
|
|
143
140
|
|
|
144
141
|
### Are Note History (Revisions) backed up?
|
|
145
142
|
|
|
146
|
-
|
|
143
|
+
A JEX backup file **does not** contain any note history (revisions). It contains the notebooks, notes and attachments as they were at the time the backup was made.
|
|
147
144
|
|
|
148
145
|
### Are all Joplin profiles backed up?
|
|
149
146
|
|
|
@@ -154,13 +151,12 @@ Profiles that are not active are not backed up, even if a backup has been config
|
|
|
154
151
|
|
|
155
152
|
Yes, the build-in version only gets updates with Joplin updates, but can be replaced as described in the [Installation](#installation) step.
|
|
156
153
|
|
|
157
|
-
|
|
154
|
+
### Can I use a Backup to speed up first Joplin sync?
|
|
158
155
|
|
|
159
|
-
|
|
156
|
+
No, because all items in the backup will get newunique IDs are assigned in Joplin during the import (however links between notes will be maintained).
|
|
157
|
+
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.
|
|
158
|
+
Therefore, the same note is then available with different IDs in Joplin.
|
|
160
159
|
|
|
161
|
-
##
|
|
160
|
+
## Changelog
|
|
162
161
|
|
|
163
|
-
|
|
164
|
-
- [Joplin - Plugin API reference](https://joplinapp.org/api/references/plugin_api/classes/joplin.html)
|
|
165
|
-
- [Joplin - Data API reference](https://joplinapp.org/api/references/rest_api/)
|
|
166
|
-
- [Joplin - Plugin examples](https://github.com/laurent22/joplin/tree/dev/packages/app-cli/tests/support/plugins)
|
|
162
|
+
See [CHANGELOG.md](CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-backup",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
|
|
6
6
|
"prepare": "npm run dist && husky install",
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "io.github.jackgruber.backup",
|
|
4
4
|
"app_min_version": "2.1.3",
|
|
5
|
-
"version": "1.4.
|
|
5
|
+
"version": "1.4.2",
|
|
6
6
|
"name": "Backup",
|
|
7
7
|
"description": "Plugin to create manual and automatic backups.",
|
|
8
8
|
"author": "JackGruber",
|
|
@@ -34,6 +34,6 @@
|
|
|
34
34
|
"icons": {
|
|
35
35
|
"256": "img/icon_256.png"
|
|
36
36
|
},
|
|
37
|
-
"_publish_hash": "sha256:
|
|
38
|
-
"_publish_commit": "master:
|
|
37
|
+
"_publish_hash": "sha256:1989eefb085c86d64405d07195a81077743d43190a2771b7e9f8d07f1c44aeee",
|
|
38
|
+
"_publish_commit": "master:5ba57c18ac0f24f20832f012e015a080b138f0c4"
|
|
39
39
|
}
|