joplin-plugin-tag-navigator 2.1.3 → 2.2.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
@@ -18,6 +18,7 @@ Type inline #tags or front matter in the note editor. View your tagged paragraph
18
18
  This plugin adds inline tag support (such as #inline-tag) to [Joplin](https://joplinapp.org) in five ways:
19
19
 
20
20
  1. It adds a panel for searching and viewing tagged paragraphs across all your notes. ([video](https://www.youtube.com/watch?v=im0zjQFoXb0))
21
+ - **Search queries**: Search tags using logical operators (AND, OR, NOT), and using free text in the note, title, or notebook name / path.
21
22
  - **Save search queries** in notes and sync them across device. ([video](https://www.youtube.com/watch?v=GuzCwYxyYZ0))
22
23
  - **Tag-by-notes:** Search for links or [[wikilinks]] to notes (including backlinks to the current note).
23
24
  - **Tag in front matter:** All Markdown front matter fields can be treated as tags. ([video](https://www.youtube.com/watch?v=L3zHletRk54), [tips](#front-matter-tags))
@@ -236,6 +237,7 @@ These tags will be accessible in the search panel / notes / tables like standard
236
237
  | Key | Action |
237
238
  | --- | ------ |
238
239
  | Enter | Add tag(s) / note to query / note (see config) |
240
+ | Shift + Enter | Insert first tag to note |
239
241
  | 2nd Enter | Search notes based on current query |
240
242
  | Delete | Remove last added tag / note from query |
241
243
  | Esc | Clear the filter (display all tags / notes) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-tag-navigator",
3
- "version": "2.1.3",
3
+ "version": "2.2.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",
@@ -6,7 +6,7 @@
6
6
  "desktop",
7
7
  "mobile"
8
8
  ],
9
- "version": "2.1.3",
9
+ "version": "2.2.0",
10
10
  "name": "Inline Tag Navigator",
11
11
  "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.",
12
12
  "author": "Alon Diament",
@@ -24,6 +24,6 @@
24
24
  ],
25
25
  "screenshots": [],
26
26
  "icons": {},
27
- "_publish_hash": "sha256:807675636d329b7d249a932a942477fe941d147107a29c00032d99341a862cdf",
28
- "_publish_commit": "main:a7cf666a3602b160a38a25e668f8848cb32ffc9c"
27
+ "_publish_hash": "sha256:211a6a85d6927b055b4defdb83fc9992124062f341b6092a8bfd13caf13c5494",
28
+ "_publish_commit": "main:97d2216ccbd2da4938b8e5d7273125194fd766be"
29
29
  }