joplin-plugin-backup 1.3.3 → 1.3.4
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
|
@@ -6,7 +6,7 @@ A plugin to extend Joplin with a manual and automatic backup function.
|
|
|
6
6
|
<!-- markdownlint-disable MD028 -->
|
|
7
7
|
<!-- markdownlint-disable MD007 -->
|
|
8
8
|
|
|
9
|
-
<img src=img/main.
|
|
9
|
+
<img src=img/main.png>
|
|
10
10
|
|
|
11
11
|
<!-- prettier-ignore-start -->
|
|
12
12
|
<!-- TOC depthfrom:2 orderedlist:false -->
|
|
@@ -24,7 +24,8 @@ A plugin to extend Joplin with a manual and automatic backup function.
|
|
|
24
24
|
- [FAQ](#faq)
|
|
25
25
|
- [Internal Joplin links betwen notes are lost](#internal-joplin-links-betwen-notes-are-lost)
|
|
26
26
|
- [Combine multiple JEX Files to one](#combine-multiple-jex-files-to-one)
|
|
27
|
-
- [Open a JEX Backup file](#open-a-jex-backup-file)
|
|
27
|
+
- [Open a JEX Backup file](#open-a-jex-backup-file)
|
|
28
|
+
- [Are Note History Revisions backed up?](#are-note-history-revisions-backed-up)
|
|
28
29
|
- [Changelog](#changelog)
|
|
29
30
|
- [Links](#links)
|
|
30
31
|
|
|
@@ -126,11 +127,15 @@ By combining the JEX files into one, the Joplin internal links will work again a
|
|
|
126
127
|
3. Repeat step 2 for all files
|
|
127
128
|
4. Import first JEX which now contains all notes
|
|
128
129
|
|
|
129
|
-
|
|
130
|
+
### Open a JEX Backup file
|
|
130
131
|
|
|
131
132
|
A Joplin JEX Backup file is a tar archive which can be opened with any zip program that supports TAR archive.
|
|
132
133
|
The file names in the archive correspond to the Joplin internal IDs.
|
|
133
134
|
|
|
135
|
+
### Are Note History (Revisions) backed up?
|
|
136
|
+
|
|
137
|
+
The note history and file versions (revisions) are not included in the backup.
|
|
138
|
+
|
|
134
139
|
## Changelog
|
|
135
140
|
|
|
136
141
|
See [CHANGELOG.md](CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-backup",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"scripts": {
|
|
5
|
-
"dist": "webpack --joplin-plugin-config
|
|
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",
|
|
7
|
-
"update": "npm install -g generator-joplin && yo joplin --update",
|
|
7
|
+
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
|
|
8
8
|
"release": "npm test && node ./node_modules/joplinplugindevtools/dist/createRelease.js",
|
|
9
9
|
"preRelease": "npm test && node ./node_modules/joplinplugindevtools/dist/createRelease.js --prerelease",
|
|
10
10
|
"gitRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --upload",
|
|
11
11
|
"gitPreRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --upload --prerelease",
|
|
12
|
-
"test": "jest"
|
|
12
|
+
"test": "jest",
|
|
13
|
+
"updateVersion": "webpack --env joplin-plugin-config=updateVersion"
|
|
13
14
|
},
|
|
14
15
|
"license": "MIT",
|
|
15
16
|
"keywords": [
|
|
@@ -17,28 +18,29 @@
|
|
|
17
18
|
],
|
|
18
19
|
"devDependencies": {
|
|
19
20
|
"@types/jest": "^26.0.23",
|
|
20
|
-
"@types/node": "^
|
|
21
|
+
"@types/node": "^18.7.13",
|
|
21
22
|
"axios": "^0.21.1",
|
|
22
23
|
"chalk": "^4.1.0",
|
|
23
|
-
"copy-webpack-plugin": "^
|
|
24
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
24
25
|
"dotenv": "^10.0.0",
|
|
25
|
-
"fs-extra": "^
|
|
26
|
-
"glob": "^
|
|
26
|
+
"fs-extra": "^10.1.0",
|
|
27
|
+
"glob": "^8.0.3",
|
|
27
28
|
"husky": "^6.0.0",
|
|
28
29
|
"jest": "^27.0.4",
|
|
29
30
|
"jest-when": "^3.3.1",
|
|
30
|
-
"joplinplugindevtools": "^1.0.
|
|
31
|
+
"joplinplugindevtools": "^1.0.15",
|
|
31
32
|
"lint-staged": "^11.0.0",
|
|
32
33
|
"mime": "^2.5.2",
|
|
33
34
|
"on-build-webpack": "^0.1.0",
|
|
34
35
|
"prettier": "2.3.0",
|
|
35
|
-
"tar": "^6.
|
|
36
|
+
"tar": "^6.1.11",
|
|
36
37
|
"ts-jest": "^27.0.2",
|
|
37
|
-
"ts-loader": "^
|
|
38
|
-
"typescript": "^
|
|
39
|
-
"webpack": "^
|
|
40
|
-
"webpack-cli": "^
|
|
41
|
-
"yargs": "^16.2.0"
|
|
38
|
+
"ts-loader": "^9.3.1",
|
|
39
|
+
"typescript": "^4.8.2",
|
|
40
|
+
"webpack": "^5.74.0",
|
|
41
|
+
"webpack-cli": "^4.10.0",
|
|
42
|
+
"yargs": "^16.2.0",
|
|
43
|
+
"@joplin/lib": "~2.9"
|
|
42
44
|
},
|
|
43
45
|
"browser": {
|
|
44
46
|
"fs": false,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! For license information please see index.js.LICENSE.txt */
|
|
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.3.
|
|
5
|
+
"version": "1.3.4",
|
|
6
6
|
"name": "Simple Backup",
|
|
7
7
|
"description": "Plugin to create manual and automatic backups.",
|
|
8
8
|
"author": "JackGruber",
|
|
@@ -14,8 +14,15 @@
|
|
|
14
14
|
"export",
|
|
15
15
|
"zip",
|
|
16
16
|
"7zip",
|
|
17
|
-
"encrypted"
|
|
17
|
+
"encrypted",
|
|
18
|
+
"archive"
|
|
18
19
|
],
|
|
19
|
-
"
|
|
20
|
-
|
|
20
|
+
"categories": [
|
|
21
|
+
"productivity",
|
|
22
|
+
"files"
|
|
23
|
+
],
|
|
24
|
+
"screenshots": [],
|
|
25
|
+
"icons": {},
|
|
26
|
+
"_publish_hash": "sha256:7af683d12bf1059b3baad3b4b0434f145244aa651e729bd3f614af6063d91f44",
|
|
27
|
+
"_publish_commit": "master:021085cc37ed83a91a7950744e462782e27c04a6"
|
|
21
28
|
}
|