joplin-plugin-tag-navigator
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "joplin-plugin-tag-navigator", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.10", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"name": "Inline Tag Navigator", | ||
@@ -24,4 +24,4 @@ "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.", | ||
"icons": {}, | ||
"_publish_hash": "sha256:75c3c1df009890d8152d58c8457d73b7fb17bcc8150a7229284613cb17e49636", | ||
"_publish_commit": "main:bf50a7fc3e237684d5a487d5496017118f72f751" | ||
"_publish_hash": "sha256:bb9813d1195662f46a7025fc8708fb104b91b0f04bbd61d40f4c192a848f5172", | ||
"_publish_commit": "main:76235c157baaee86e6175b8e1bf694cbd014fb34" | ||
} |
@@ -14,3 +14,4 @@ # Inline Tag Navigator | ||
- Toggle checkboxes / TODOs from the panel. | ||
2. It can generate a note with all tagged paragaraph that match a saved query (dynamically updated). | ||
2. It can generate a note with all tagged paragaraphs that match a saved query (dynamically updated). | ||
- Save a query in a note, and switch note view on: `Tools --> Tag Navigator --> Toggle search results display in note` | ||
3. It adds a panel for quickly navigating between inline tags that appear in the current note. | ||
@@ -17,0 +18,0 @@ 4. It can convert your existing inline tags to native Joplin tags, so that they are accessible using Joplin's built-in tag search. |
Sorry, the diff of this file is not supported yet
219558
83