joplin-plugin-quick-note 1.1.5 → 1.1.6
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
|
@@ -46,7 +46,7 @@ Quick Note is a Joplin plugin that lets you instantly open a dedicated note eith
|
|
|
46
46
|
- Go to **Tools → Quick Note → Open Quick Note**, OR
|
|
47
47
|
- Run the **Open Quick Note** command
|
|
48
48
|
|
|
49
|
-
_Note:
|
|
49
|
+
_Note: Plugin automatically opens quick note on startup (Can be turned off in settings)_
|
|
50
50
|
|
|
51
51
|
**Remove Quick Note:**
|
|
52
52
|
|
|
@@ -60,13 +60,13 @@ Access settings at **Tools → Options → Quick Note**:
|
|
|
60
60
|
- **Open on Startup** - Automatically open Quick Note when Joplin launches
|
|
61
61
|
- **Quick Note ID** - The NoteID of your designated Quick Note
|
|
62
62
|
|
|
63
|
-
## Support
|
|
64
|
-
|
|
65
|
-
### Getting Help
|
|
63
|
+
## Support
|
|
66
64
|
|
|
67
65
|
- **Questions & Discussions**: Join the conversation on the [Joplin Forum](https://discourse.joplinapp.org/t/quick-note/47445)
|
|
68
66
|
- **Bug Reports**: Report issues on [GitHub Issues](https://github.com/cipherswami/joplin-plugin-quick-note/issues).
|
|
69
67
|
|
|
70
|
-
|
|
68
|
+
## License
|
|
69
|
+
|
|
70
|
+
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details.
|
|
71
71
|
|
|
72
72
|
Contributions are welcome! Visit the [GitHub repository](https://github.com/cipherswami/joplin-plugin-quick-note) to submit pull requests or suggest new features.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-quick-note",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
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.1.
|
|
5
|
+
"version": "1.1.6",
|
|
6
6
|
"name": "Quick Note",
|
|
7
7
|
"description": "Quickly jot down notes on startup or with a shortcut.",
|
|
8
8
|
"author": "Aravind Potluri",
|
|
@@ -48,6 +48,6 @@
|
|
|
48
48
|
"512": "docs/assets/icon-512.png"
|
|
49
49
|
},
|
|
50
50
|
"promo_tile": {},
|
|
51
|
-
"_publish_hash": "sha256:
|
|
52
|
-
"_publish_commit": "main:
|
|
51
|
+
"_publish_hash": "sha256:3546da0128736c2ad8e18531e59e99d703dc4ed07389be3a54aa9b8634bfd17b",
|
|
52
|
+
"_publish_commit": "main:13ac91163a67167e5e1aa882b531e705cce0f74a"
|
|
53
53
|
}
|