joplin-plugin-tag-navigator 0.6.0 → 0.6.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
|
@@ -11,7 +11,8 @@ This plugin adds inline tag support (such as #inline-tag) to [Joplin](https://jo
|
|
|
11
11
|
- Tag-by-notes: Search for links or [[wikilinks]] to notes (including backlinks to the current note).
|
|
12
12
|
- Add, replace and remove inline tags via the panel context menu (right-click on a tag).
|
|
13
13
|
- Toggle checkboxes / TODOs from the panel.
|
|
14
|
-
2. It can generate a note with all tagged
|
|
14
|
+
2. It can generate a note with all tagged paragaraphs that match a saved query (dynamically updated).
|
|
15
|
+
- Save a query in a note, and switch note view on: `Tools --> Tag Navigator --> Toggle search results display in note`
|
|
15
16
|
3. It adds a panel for quickly navigating between inline tags that appear in the current note.
|
|
16
17
|
4. It can convert your existing inline tags to native Joplin tags, so that they are accessible using Joplin's built-in tag search.
|
|
17
18
|
5. It can convert your existing native Joplin tags to inline tags, so that they are accessible using inline tag search (this plugin).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-tag-navigator",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.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
|
"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.6.
|
|
5
|
+
"version": "0.6.2",
|
|
6
6
|
"name": "Inline Tag Navigator",
|
|
7
7
|
"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.",
|
|
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:bb9813d1195662f46a7025fc8708fb104b91b0f04bbd61d40f4c192a848f5172",
|
|
24
|
+
"_publish_commit": "main:76235c157baaee86e6175b8e1bf694cbd014fb34"
|
|
25
25
|
}
|