joplin-plugin-supernote-sync 0.0.1 → 0.0.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
@@ -9,7 +9,7 @@ This is a [Joplin plugin](https://joplinapp.org) to sync notes from a [supernote
9
9
  - The Supernote notes will be converted to images and attached to the Joplin notes. Recognized text will be added as text.
10
10
  - Folder structure is preserved as a Joplin notebook structure.
11
11
  - The filename of the Supernote file will become the title of the Joplin note.
12
- - :warning: If there is an existing note in the Joplin structure, that matches the file name of the Supernote file, it will be overwritten.
12
+ - :warning: If there is an existing note in the Joplin structure that matches the file name of the Supernote file, it will be overwritten.
13
13
  - Resources associated only with the note to be overwritten will be deleted.
14
14
  - Sync happens periodically and on Joplin start.
15
15
  - Only new and changed files are re-synced.
@@ -29,8 +29,13 @@ This is a [Joplin plugin](https://joplinapp.org) to sync notes from a [supernote
29
29
  - :warning: this script is only tested so far with Linux and Joplin 3.4.12
30
30
  - to transfer the files, use [WebDAV](https://supernote.com/blogs/supernote-blog/private-cloud-for-data-sovereignty-serverlink-for-remote-files-control-via-webdav), sideloaded [syncthing](https://f-droid.org/en/packages/com.github.catfriend1.syncthingfork/), or a simple copy
31
31
  5. Open the "Plugins" section in the Joplin options
32
- 6. Press the Plugin tools "gear" button and select "Install from file" then select the [build](#build) .jpl file.
33
- (I will try to get the plugin into the [store](https://joplinapp.org/plugins/) later)
32
+ 6. Install:
33
+ - Automatic:
34
+ 1. Search for "supernote sync"
35
+ 2. Click "Install"
36
+ - Manual:
37
+ 1. [download the last `net.individual-it.Supernote.jpl` from the releases](https://github.com/individual-it/supernote-joplin/releases), or [build](#build) it.
38
+ 2. Press the Plugin tools "gear" button and select "Install from file" then select the .jpl file.
34
39
  7. Restart Joplin
35
40
 
36
41
  ## Configure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-supernote-sync",
3
- "version": "0.0.1",
3
+ "version": "0.0.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
  "updateVersion": "webpack --env joplin-plugin-config=updateVersion",
@@ -2,17 +2,21 @@
2
2
  "manifest_version": 1,
3
3
  "id": "net.individual-it.Supernote",
4
4
  "app_min_version": "3.4",
5
- "version": "0.0.1",
5
+ "version": "0.0.2",
6
6
  "name": "supernote sync",
7
7
  "description": "Sync your notes from your Supernote device into Joplin",
8
8
  "author": "Artur Neumann",
9
9
  "homepage_url": "https://github.com/individual-it/supernote-joplin",
10
10
  "repository_url": "https://github.com/individual-it/supernote-joplin",
11
11
  "keywords": [],
12
- "categories": [],
12
+ "categories": [
13
+ "integrations",
14
+ "personal knowledge management",
15
+ "productivity"
16
+ ],
13
17
  "screenshots": [],
14
18
  "icons": {},
15
19
  "promo_tile": {},
16
- "_publish_hash": "sha256:10542505b6373ac82b7da76864c25cc035d41a44c4702a170a1b9943a31befbe",
17
- "_publish_commit": "main:88c6d71fbbc0b396247f661a564d50ec1cbb390e"
20
+ "_publish_hash": "sha256:ded3d7cc49967b32c1187ccdaf7302d505b7d498b7b26aa953fbf0e96138490d",
21
+ "_publish_commit": "main:47e1cf2d98c68c27d1223f42750e3edfa586ced2"
18
22
  }