joplin-plugin-tag-navigator 0.5.0 → 0.5.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-tag-navigator",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
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,9 +2,9 @@
2
2
  "manifest_version": 1,
3
3
  "id": "joplin.plugin.alondmnt.tag-navigator",
4
4
  "app_min_version": "2.10",
5
- "version": "0.5.0",
5
+ "version": "0.5.1",
6
6
  "name": "Inline Tag Navigator",
7
- "description": "A system to organize, search, browse and convert inline tags and note mentions via dedicated panels.",
7
+ "description": "Type inline #tags in the note editor. Search your tagged paragraphs and list items in an advanced search panel. Convert inline and Obsidian tags into Joplin tags, and vice versa.",
8
8
  "author": "Alon Diament",
9
9
  "homepage_url": "https://github.com/alondmnt/joplin-plugin-tag-navigator#readme",
10
10
  "repository_url": "https://github.com/alondmnt/joplin-plugin-tag-navigator",
@@ -20,6 +20,6 @@
20
20
  ],
21
21
  "screenshots": [],
22
22
  "icons": {},
23
- "_publish_hash": "sha256:6488f32d6f9162d0b0db5acfc69131f15f6fa882ae33f4cd1f3684c160bdad69",
24
- "_publish_commit": "main:665f83e42a99cb0c2e6763b327c3f4ee15ff208c"
23
+ "_publish_hash": "sha256:5f20d544818d9837614bff43b8ccc3a15dedfa692d8a7e5c353de311e42dc89e",
24
+ "_publish_commit": "main:7bd737365869e01e6781da9a38c4c260ceb55b28"
25
25
  }