joplin-plugin-tag-navigator 0.7.3 → 0.7.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,4 +1,6 @@
|
|
|
1
|
-
# Inline Tag Navigator
|
|
1
|
+
# ☸️ Inline Tag Navigator
|
|
2
|
+
|
|
3
|
+
[](https://zenodo.org/doi/10.5281/zenodo.10701718) 
|
|
2
4
|
|
|
3
5
|
Type inline #tags in the note editor. View your tagged paragraphs and list items in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.
|
|
4
6
|
|
|
@@ -87,5 +89,3 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
|
|
|
87
89
|
1. Be able to tag and efficiently search single paragraphs among all notes, using tags and free text.
|
|
88
90
|
2. Browse the entire content of these paragraphs without having to open each note.
|
|
89
91
|
3. Make this accessible and user-friendly.
|
|
90
|
-
|
|
91
|
-
[](https://zenodo.org/doi/10.5281/zenodo.10701718)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-tag-navigator",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.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
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"desktop",
|
|
7
7
|
"mobile"
|
|
8
8
|
],
|
|
9
|
-
"version": "0.7.
|
|
9
|
+
"version": "0.7.4",
|
|
10
10
|
"name": "Inline Tag Navigator",
|
|
11
11
|
"description": "Type inline #tags in the note editor. View your tagged paragraphs and list items in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.",
|
|
12
12
|
"author": "Alon Diament",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
],
|
|
25
25
|
"screenshots": [],
|
|
26
26
|
"icons": {},
|
|
27
|
-
"_publish_hash": "sha256:
|
|
28
|
-
"_publish_commit": "main:
|
|
27
|
+
"_publish_hash": "sha256:eb316a04434cce687946f02354dc55bac7d7245c00a34a728c4010d795a6e43b",
|
|
28
|
+
"_publish_commit": "main:5a2e7fa02fc811c55849a0939779133f91f44b85"
|
|
29
29
|
}
|