joplin-plugin-tag-navigator 0.5.0 → 0.6.0

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,15 +1,20 @@
1
1
  # Inline Tag Navigator
2
2
 
3
- This plugin adds inline tag support (such as #inline-tag) to [Joplin](https://joplinapp.org) in four ways:
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.
4
4
 
5
- - It adds a panel for searching tagged paragraphs across your notes ([video](https://www.youtube.com/watch?v=im0zjQFoXb0)).
5
+ ## Features
6
+
7
+ This plugin adds inline tag support (such as #inline-tag) to [Joplin](https://joplinapp.org) in five ways:
8
+
9
+ 1. It adds a panel for searching and viewing tagged paragraphs across all your notes ([video](https://www.youtube.com/watch?v=im0zjQFoXb0)).
6
10
  - Save favourite search queries in notes and sync them across devices ([video](https://www.youtube.com/watch?v=xIBZl2Ala9A)).
7
- - Tag-by-notes: You may also search for links or [[wikilinks]] to notes.
11
+ - Tag-by-notes: Search for links or [[wikilinks]] to notes (including backlinks to the current note).
8
12
  - Add, replace and remove inline tags via the panel context menu (right-click on a tag).
9
13
  - Toggle checkboxes / TODOs from the panel.
10
- - It adds a panel for navigating between inline tags that appear in the current note.
11
- - It can convert your existing inline tags to native Joplin tags, so that they are accessible using Joplin's built-in tag search.
12
- - It can convert your existing native Joplin tags to inline tags, so that they are accessible using inline tag search (this plugin).
14
+ 2. It can generate a note with all tagged paragaraph that match a saved query (dynamically updated).
15
+ 3. It adds a panel for quickly navigating between inline tags that appear in the current note.
16
+ 4. It can convert your existing inline tags to native Joplin tags, so that they are accessible using Joplin's built-in tag search.
17
+ 5. It can convert your existing native Joplin tags to inline tags, so that they are accessible using inline tag search (this plugin).
13
18
 
14
19
  After installing the plugin, check the commands listed under `Tag Navigator` in the `Tools` menu, as well as the corresponding settings section.
15
20
 
@@ -17,11 +22,11 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
17
22
 
18
23
  - Watch the tag search demo on YouTube:
19
24
 
20
- [![Watch the video](https://img.youtube.com/vi/im0zjQFoXb0/hqdefault.jpg)](https://www.youtube.com/watch?v=im0zjQFoXb0)
25
+ <a href="https://www.youtube.com/watch?v=im0zjQFoXb0"><img src="https://img.youtube.com/vi/im0zjQFoXb0/hqdefault.jpg" width="80%" title="search panel demo"></a>
21
26
 
22
27
  - Watch the navigation panel demo:
23
28
 
24
- ![tag-navigator demo](img/tag-navigator.gif)
29
+ <img src="img/tag-navigator.gif" width="80%" title="navigation panel demo">
25
30
 
26
31
  ## Tips
27
32
 
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.6.0",
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.6.0",
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. 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",
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:c4eb7a73115b7bc9f7642da96b7b70b41387c51f7aee27df6ddeebbb04ffbe24",
24
+ "_publish_commit": "main:b1952b8f952b1b311b495c332a9e48b22f61a20c"
25
25
  }