joplin-plugin-tag-navigator
Advanced tools
Comparing version 2.1.4 to 2.2.0
{ | ||
"name": "joplin-plugin-tag-navigator", | ||
"version": "2.1.4", | ||
"version": "2.2.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "2.1.4", | ||
"version": "2.2.0", | ||
"name": "Inline Tag Navigator", | ||
@@ -28,4 +28,4 @@ "description": "Type inline tags or front matter in the note editor. View your tagged paragraphs and tasks / TODOs in a search panel, or in a generated note. Build a table view / database from notes and tags. Convert between Obsidian tags and Joplin tags.", | ||
"icons": {}, | ||
"_publish_hash": "sha256:4dd47429d6b774b4213cddfe32234d4d1479ebf0e528836f7069aecae9d9c02b", | ||
"_publish_commit": "main:4bc9eb7ce8d7bd6481cf05a27228678f6bc83028" | ||
"_publish_hash": "sha256:211a6a85d6927b055b4defdb83fc9992124062f341b6092a8bfd13caf13c5494", | ||
"_publish_commit": "main:97d2216ccbd2da4938b8e5d7273125194fd766be" | ||
} |
@@ -21,2 +21,3 @@ # ☸️ Inline Tag Navigator | ||
1. It adds a panel for searching and viewing tagged paragraphs across all your notes. ([video](https://www.youtube.com/watch?v=im0zjQFoXb0)) | ||
- **Search queries**: Search tags using logical operators (AND, OR, NOT), and using free text in the note, title, or notebook name / path. | ||
- **Save search queries** in notes and sync them across device. ([video](https://www.youtube.com/watch?v=GuzCwYxyYZ0)) | ||
@@ -23,0 +24,0 @@ - **Tag-by-notes:** Search for links or [[wikilinks]] to notes (including backlinks to the current note). |
Sorry, the diff of this file is not supported yet
475978
295