joplin-plugin-tag-navigator 0.6.2 → 0.6.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
@@ -1,6 +1,6 @@
1
1
  # Inline Tag Navigator
2
2
 
3
- Type inline #tags in the note editor. View your tagged paragraphs and list items in an advanced search panel. Convert inline and Obsidian tags into Joplin tags, and vice versa.
3
+ 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.
4
4
 
5
5
  ## Features
6
6
 
@@ -50,7 +50,7 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
50
50
 
51
51
  ## Companion plugins
52
52
 
53
- - The excellent [Inline Tags](https://github.com/roman-r-m/joplin-inline-tags-plugin) plugin can help you add tags on the fly.
53
+ - The excellent [Inline Tags](https://github.com/roman-r-m/joplin-inline-tags-plugin) plugin can autocomplete tags while typing.
54
54
  - You can highlight tags in the Markdown editor using [Rich Markdown](https://github.com/CalebJohn/joplin-rich-markdown) (version ≥ 0.14).
55
55
  - In `Joplin settings --> Rich Markdown --> Advanced Settings --> Custom classes JSON` enter:
56
56
  ```
@@ -80,4 +80,4 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
80
80
  2. Browse the entire content of these paragraphs without having to open each note.
81
81
  3. Make this accessible and user-friendly.
82
82
 
83
- [![DOI](https://zenodo.org/badge/753598497.svg)](https://zenodo.org/doi/10.5281/zenodo.10701718)
83
+ [![DOI](https://zenodo.org/badge/753598497.svg)](https://zenodo.org/doi/10.5281/zenodo.10701718)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-tag-navigator",
3
- "version": "0.6.2",
3
+ "version": "0.6.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.6.2",
5
+ "version": "0.6.3",
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:bb9813d1195662f46a7025fc8708fb104b91b0f04bbd61d40f4c192a848f5172",
24
- "_publish_commit": "main:76235c157baaee86e6175b8e1bf694cbd014fb34"
23
+ "_publish_hash": "sha256:4cb0c1d2943e5a0de1b759b269e7b77f662f40fc153f37afb0062a0cf8299a95",
24
+ "_publish_commit": "main:4737944b5ea15d5c43393a8b9a1636950aec86e4"
25
25
  }