joplin-plugin-tag-navigator 2.12.0 → 2.12.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
|
@@ -439,9 +439,11 @@ Each result in the list view is shown as a card. By default the card is headed b
|
|
|
439
439
|
The setting `Search: Note title location` moves that information:
|
|
440
440
|
|
|
441
441
|
- `Heading`: the note title above the result content. This is the default.
|
|
442
|
-
- `Footer`: the notebook path and note title in a small grey line below the result content. Use this when the results are what you scan and the note is context rather than a header. The footer keeps the
|
|
442
|
+
- `Footer`: the notebook path and note title in a small grey line below the result content. Use this when the results are what you scan and the note is context rather than a header. The footer keeps the **←** arrow, and its two halves filter the results: click the notebook path to narrow to that notebook, click the note title to narrow to that note.
|
|
443
443
|
- `None`: no note information at all, for compact cards. These cards are always expanded, and clicking a result still opens the note at the matched line.
|
|
444
444
|
|
|
445
|
+
Because the halves of the footer filter, a footer card has no collapse click of its own. Use the collapse button beside the results filter to collapse and expand them all. Clicking a filter fills in the results filter box, so pressing `Escape` there clears it again.
|
|
446
|
+
|
|
445
447
|
The footer path follows `Search: Extract the full notebook path`: turn it on for the full path (`/Projects/2026/Weekly review`), leave it off for just the notebook holding the note (`2026/Weekly review`). The footer is kept to a single row and shortens the path first, so the note title stays readable. Hover over it to see the whole path.
|
|
446
448
|
|
|
447
449
|
To change the [result grouping](#advanced-options), right-click anywhere on a result card. This works in all three modes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-tag-navigator",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"test": "jest",
|
|
6
6
|
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"desktop",
|
|
7
7
|
"mobile"
|
|
8
8
|
],
|
|
9
|
-
"version": "2.12.
|
|
9
|
+
"version": "2.12.1",
|
|
10
10
|
"name": "Inline Tag Navigator",
|
|
11
11
|
"description": "Type inline tags or frontmatter in the note editor. View your tagged paragraphs and tasks / TODOs in a search panel, or in a generated note / kanban. 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:
|
|
28
|
-
"_publish_commit": "main:
|
|
27
|
+
"_publish_hash": "sha256:1f5400d178189f1893bfe8faec9436074485ad9fd2458875f5f14c9a6823825d",
|
|
28
|
+
"_publish_commit": "main:b775c8c9681a95b9bac488a18478100cde6d11eb"
|
|
29
29
|
}
|