joplin-plugin-tag-navigator 1.3.0 → 1.4.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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![DOI](https://zenodo.org/badge/753598497.svg)](https://zenodo.org/doi/10.5281/zenodo.10701718) ![downloads](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=downloads&query=%24.totalDownloads&url=https%3A%2F%2Fjoplin-plugin-downloads.vercel.app%2Fapi%3Fplugin%3Djoplin.plugin.alondmnt.tag-navigator)
4
4
 
5
- Type inline #tags in the note editor. View your tagged paragraphs and tasks / TODOs in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.
5
+ 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.
6
6
 
7
7
  [Community discussion thread](https://discourse.joplinapp.org/t/plugin-inline-tag-navigator-v0-8-0-2024-06-26/35726)
8
8
 
@@ -19,8 +19,9 @@ This plugin adds inline tag support (such as #inline-tag) to [Joplin](https://jo
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
21
  - **Save search queries** in notes and sync them across devices ([video](https://www.youtube.com/watch?v=GuzCwYxyYZ0)).
22
- - **Display results in a table** or a list ([video](https://www.youtube.com/watch?v=J7h8c6iW4rU)).
22
+ - **Display results in a table** or a list ([video](https://www.youtube.com/watch?v=L3zHletRk54)).
23
23
  - **Tag-by-notes:** Search for links or [[wikilinks]] to notes (including backlinks to the current note).
24
+ - **Tag in front matter:** All Markdown front matter fields can be treated as tags ([video](https://www.youtube.com/watch?v=L3zHletRk54)).
24
25
  - **Edit tags:** Add, replace and remove inline tags via the panel context menu (right-click on a tag).
25
26
  - **Insert tags** from the panel into the note editor ([video](#tag-insertion)).
26
27
  - **Toggle checkboxes** / TODOs from the panel, including [[x]it! style](https://xit.jotaen.net) checkboxes (click, or right-click for 6 task states). See also [tips](#inline-todos).
@@ -67,6 +68,7 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
67
68
 
68
69
  - [Troubleshooting](#troubleshooting)
69
70
  - [Custom tag definitions](#custom-tag-definitions)
71
+ - [Front matter tags](#front-matter-tags)
70
72
  - [Inline TODOs](#inline-todos)
71
73
  - [Keyboard shortcuts](#keyboard-shortcuts)
72
74
  - [Converting Joplin tags](#converting-joplin-tags)
@@ -82,6 +84,34 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
82
84
  - You may also define an exclusion rule to ignore certain tags.
83
85
  - Example: Numeric (`#123`) or hexanumeric (`#C0FF1E`) tags can be filtered using an exclusion regex such as `#(\d+|[a-fA-F0-9]{6})$`.
84
86
 
87
+ ### Front matter tags
88
+
89
+ For example, the following YAML front matter, when inserted at the top of the note:
90
+
91
+ ```yaml
92
+ ---
93
+ nested: tag with spaces
94
+ arrayed: [v1, v2, v3]
95
+ tags:
96
+ - tag1
97
+ - tag2
98
+ ---
99
+ ```
100
+
101
+ will be converted to the following inline tags:
102
+
103
+ ```text
104
+ #nested/tag_with_spaces
105
+ #arrayed/v1
106
+ #arrayed/v2
107
+ #arrayed/v3
108
+ #tag1
109
+ #tag2
110
+ #frontmatter
111
+ ```
112
+
113
+ These tags will be accessible in the search panel / notes / tables like standard inline tags. The last tag is `#frontmatter` and is used to indicate that the tags were extracted from the front matter section of the note.
114
+
85
115
  ### Inline TODOs
86
116
 
87
117
  - Filter results by pending tasks (`"- [ ]"`) or ones done (`"- [x]"`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-tag-navigator",
3
- "version": "1.3.0",
3
+ "version": "1.4.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",
@@ -6,9 +6,9 @@
6
6
  "desktop",
7
7
  "mobile"
8
8
  ],
9
- "version": "1.3.0",
9
+ "version": "1.4.1",
10
10
  "name": "Inline Tag Navigator",
11
- "description": "Type inline #tags in the note editor. View your tagged paragraphs and tasks / TODOs in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.",
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",
13
13
  "homepage_url": "https://github.com/alondmnt/joplin-plugin-tag-navigator#readme",
14
14
  "repository_url": "https://github.com/alondmnt/joplin-plugin-tag-navigator",
@@ -24,6 +24,6 @@
24
24
  ],
25
25
  "screenshots": [],
26
26
  "icons": {},
27
- "_publish_hash": "sha256:0f9c856c963e137b628bfdac1d7b51caaa13970b3560ea777c3f3bc44d48aeba",
28
- "_publish_commit": "main:97f994a0a8d96c057917faa40e612018d2e4eaf3"
27
+ "_publish_hash": "sha256:06cbe55db5afd4e0e11b43891f07388ed3b9c61997d1c02ad0938f5599c4a704",
28
+ "_publish_commit": "main:7de70e5010c02fe762e18f356e8acda384665d24"
29
29
  }