joplin-plugin-tag-navigator 0.6.2 → 0.7.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,6 +1,13 @@
|
|
|
1
1
|
# Inline Tag Navigator
|
|
2
2
|
|
|
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.
|
|
3
|
+
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.
|
|
4
|
+
|
|
5
|
+
- [Features](#features)
|
|
6
|
+
- [Demos](#demos)
|
|
7
|
+
- [Tips](#tips)
|
|
8
|
+
- [Companion plugins](#companion-plugins)
|
|
9
|
+
- [Motivation](#motivation)
|
|
10
|
+
- [Objectives](#objectives)
|
|
4
11
|
|
|
5
12
|
## Features
|
|
6
13
|
|
|
@@ -10,7 +17,7 @@ This plugin adds inline tag support (such as #inline-tag) to [Joplin](https://jo
|
|
|
10
17
|
- Save favourite search queries in notes and sync them across devices ([video](https://www.youtube.com/watch?v=xIBZl2Ala9A)).
|
|
11
18
|
- Tag-by-notes: Search for links or [[wikilinks]] to notes (including backlinks to the current note).
|
|
12
19
|
- Add, replace and remove inline tags via the panel context menu (right-click on a tag).
|
|
13
|
-
- Toggle checkboxes / TODOs from the panel.
|
|
20
|
+
- Toggle checkboxes / TODOs from the panel, including [[x]it! style](https://xit.jotaen.net) checkboxes.
|
|
14
21
|
2. It can generate a note with all tagged paragaraphs that match a saved query (dynamically updated).
|
|
15
22
|
- Save a query in a note, and switch note view on: `Tools --> Tag Navigator --> Toggle search results display in note`
|
|
16
23
|
3. It adds a panel for quickly navigating between inline tags that appear in the current note.
|
|
@@ -50,7 +57,7 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
|
|
|
50
57
|
|
|
51
58
|
## Companion plugins
|
|
52
59
|
|
|
53
|
-
- The excellent [Inline Tags](https://github.com/roman-r-m/joplin-inline-tags-plugin) plugin can
|
|
60
|
+
- The excellent [Inline Tags](https://github.com/roman-r-m/joplin-inline-tags-plugin) plugin can autocomplete tags while typing.
|
|
54
61
|
- You can highlight tags in the Markdown editor using [Rich Markdown](https://github.com/CalebJohn/joplin-rich-markdown) (version ≥ 0.14).
|
|
55
62
|
- In `Joplin settings --> Rich Markdown --> Advanced Settings --> Custom classes JSON` enter:
|
|
56
63
|
```
|
|
@@ -62,10 +69,11 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
|
|
|
62
69
|
background-color: #7698b3;
|
|
63
70
|
color: white !important;
|
|
64
71
|
padding: 0em 0.2em;
|
|
65
|
-
border-radius:
|
|
72
|
+
border-radius: 5px;
|
|
66
73
|
display: inline;
|
|
67
74
|
}
|
|
68
75
|
```
|
|
76
|
+
- On the mobile app, since it is impossible to edit the stylesheet, one could instead define the name of the tag class to be `"name": "searchMatch"`. This will use the same highlighting style as Joplin search results.
|
|
69
77
|
|
|
70
78
|
## Motivation
|
|
71
79
|
|
|
@@ -80,4 +88,4 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
|
|
|
80
88
|
2. Browse the entire content of these paragraphs without having to open each note.
|
|
81
89
|
3. Make this accessible and user-friendly.
|
|
82
90
|
|
|
83
|
-
[](https://zenodo.org/doi/10.5281/zenodo.10701718)
|
|
91
|
+
[](https://zenodo.org/doi/10.5281/zenodo.10701718)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-tag-navigator",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.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",
|
|
Binary file
|
|
@@ -2,7 +2,11 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "joplin.plugin.alondmnt.tag-navigator",
|
|
4
4
|
"app_min_version": "2.10",
|
|
5
|
-
"
|
|
5
|
+
"platforms": [
|
|
6
|
+
"desktop",
|
|
7
|
+
"mobile"
|
|
8
|
+
],
|
|
9
|
+
"version": "0.7.0",
|
|
6
10
|
"name": "Inline Tag Navigator",
|
|
7
11
|
"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
12
|
"author": "Alon Diament",
|
|
@@ -20,6 +24,6 @@
|
|
|
20
24
|
],
|
|
21
25
|
"screenshots": [],
|
|
22
26
|
"icons": {},
|
|
23
|
-
"_publish_hash": "sha256:
|
|
24
|
-
"_publish_commit": "main:
|
|
27
|
+
"_publish_hash": "sha256:2ff9ab6dbd79fa9b7b8e25e3ef84f5c8e5fe783cd5b0ac3e6c6f12e523e5f7f1",
|
|
28
|
+
"_publish_commit": "main:5091470f8b5e142d43d9e5e75667737169410a08"
|
|
25
29
|
}
|