joplin-plugin-tag-navigator 0.2.2 → 0.2.3

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
@@ -3,7 +3,7 @@
3
3
  This plugin adds inline tag support (such as #inline-tag) to [Joplin](https://joplinapp.org) in three ways:
4
4
 
5
5
  - It adds a panel for searching tagged paragraphs across your notes ([video](https://www.youtube.com/watch?v=im0zjQFoXb0)).
6
- - Save favourite search queries in notes and sync them across devices.
6
+ - Save favourite search queries in notes and sync them across devices ([video](https://www.youtube.com/watch?v=xIBZl2Ala9A)).
7
7
  - It adds a panel for navigating between inline tags that appear in the current note.
8
8
  - It can convert your existing inline tags to native Joplin tags, so that they are accessible using Joplin's built-in tag search.
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-tag-navigator",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
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",
@@ -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.2.2",
5
+ "version": "0.2.3",
6
6
  "name": "Inline Tag Navigator",
7
7
  "description": "A system to organize, search, browse and convert inline tags via dedicated panels.",
8
8
  "author": "Alon Diament",
@@ -17,6 +17,6 @@
17
17
  ],
18
18
  "screenshots": [],
19
19
  "icons": {},
20
- "_publish_hash": "sha256:d7f201d5c160fff02129dfe715bc20b47eda1635efb35919389ddf5331106406",
21
- "_publish_commit": "main:9e879ecb68b3f927dc8c76289078579f5e748cd5"
20
+ "_publish_hash": "sha256:1a9d6aa63a02f0fbe16bbf2224890375b9f53ded4bbe1303dbb6e977dee9c3a6",
21
+ "_publish_commit": "main:40fb65d89489ecdd0eb15a8813b1d59779d4338a"
22
22
  }