joplin-plugin-quick-note 1.0.3 → 1.0.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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Quick Note Plugin for Joplin
|
|
2
2
|
|
|
3
|
-
<link rel="icon" type="image/x-icon" href="docs/assets/icon-32.png">
|
|
4
|
-
|
|
5
3
|
Quick Note allows you to instantly open a dedicated note for capturing ideas, tasks, or reminders — either on startup or via a customizable keyboard shortcut (default: ALT+Q).
|
|
6
4
|
|
|
5
|
+
<link rel="icon" type="image/x-icon" href="docs/assets/icon-32.png">
|
|
6
|
+
|
|
7
7
|
<div align=center>
|
|
8
8
|
<p>Capture ideas instantly with a dedicated Quick Note.</p>
|
|
9
9
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-quick-note",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
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",
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "com.cipherswami.quick.note",
|
|
4
4
|
"app_min_version": "3.3",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.4",
|
|
6
6
|
"name": "Quick Note",
|
|
7
7
|
"description": "Quickly jot down notes on startup or with a shortcut.",
|
|
8
8
|
"author": "Aravind Potluri",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
"src": "docs/assets/quick-note-promo.png",
|
|
52
52
|
"label": "Quick Note"
|
|
53
53
|
},
|
|
54
|
-
"_publish_hash": "sha256:
|
|
55
|
-
"_publish_commit": "main:
|
|
54
|
+
"_publish_hash": "sha256:71edbb662ac7df3c71d37687ed84449f4dca826e19199e598f40e286c180ca49",
|
|
55
|
+
"_publish_commit": "main:b5738090106909f4fa08435955c994c823d19b3d"
|
|
56
56
|
}
|