joplin-plugin-tag-navigator 2.5.8 → 2.5.9
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
|
@@ -337,7 +337,7 @@ This example searches for paragraphs that have both `#artist` AND `#album` tags,
|
|
|
337
337
|
- To gain more control over filtering by notebook, you may enable the setting `Search: Extract the full notebook path`.
|
|
338
338
|
- Example: Limit results to a notebook that appears in the top level by searching for `|/topNotebook`.
|
|
339
339
|
- Example: Search for `topNotebook/childNotebook` to show only results from childNotebook.
|
|
340
|
-
- You may exclude entire notebooks (and their sub-notebooks) from the tag database by right-clicking on a notebook and selecting "Exclude notebook" or "
|
|
340
|
+
- You may exclude entire notebooks (and their sub-notebooks) from the tag database by right-clicking on a notebook and selecting "Exclude notebook" or "Un-exclude notebook", or by manually editing the setting `Database: Exclude notebooks`. To process only specific notebooks, configure the `Database: Include notebooks` setting with a comma-separated list of notebook IDs.
|
|
341
341
|
- Use the `!` prefix to exclude terms from filter results.
|
|
342
342
|
- Example: `project !archive` includes results containing "project" but excludes those containing "archive".
|
|
343
343
|
- Example: `"!references/"` excludes notebooks containing "references" in their path.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-tag-navigator",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.9",
|
|
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",
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"desktop",
|
|
7
7
|
"mobile"
|
|
8
8
|
],
|
|
9
|
-
"version": "2.5.
|
|
9
|
+
"version": "2.5.9",
|
|
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:d53cd07005abfba3dfd393be7e95c90b93c82eade7f1e2158b8919c20f9fe79c",
|
|
28
|
+
"_publish_commit": "main:d6e39de96b8e7423dfbba2d2c2c92dcdede8ecec"
|
|
29
29
|
}
|