joplin-plugin-tag-navigator 0.4.0 → 0.4.1
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
|
@@ -24,6 +24,7 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
|
|
|
24
24
|
|
|
25
25
|
## Tips
|
|
26
26
|
|
|
27
|
+
- If any of the actions on note results does not work (toggling checkboxses, editing tags), this is usually resolved by a database update (Ctrl+Shift+D).
|
|
27
28
|
- The definition of a "tag" can be adjusted with user-defined regular expressions.
|
|
28
29
|
- For example, every word in the text may be defined as a tag using a custom regex such as `[A-Za-z0-9]+[\w]*`.
|
|
29
30
|
- Inline TODOs:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-tag-navigator",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
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": "joplin.plugin.alondmnt.tag-navigator",
|
|
4
4
|
"app_min_version": "2.10",
|
|
5
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.1",
|
|
6
6
|
"name": "Inline Tag Navigator",
|
|
7
7
|
"description": "A system to organize, search, browse and convert inline tags and note mentions via dedicated panels.",
|
|
8
8
|
"author": "Alon Diament",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
],
|
|
21
21
|
"screenshots": [],
|
|
22
22
|
"icons": {},
|
|
23
|
-
"_publish_hash": "sha256:
|
|
24
|
-
"_publish_commit": "main:
|
|
23
|
+
"_publish_hash": "sha256:fe85bfc7ba6e8665936b92a74dcef9b6ead1d10fc4c5f34a8348f0ac777eb9e2",
|
|
24
|
+
"_publish_commit": "main:19dd9458bd47720c4fc7b206a42872e9e96ce11f"
|
|
25
25
|
}
|