joplin-plugin-tag-navigator 1.2.2 → 1.3.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
|
@@ -19,17 +19,19 @@ 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
23
|
- **Tag-by-notes:** Search for links or [[wikilinks]] to notes (including backlinks to the current note).
|
|
23
24
|
- **Edit tags:** Add, replace and remove inline tags via the panel context menu (right-click on a tag).
|
|
24
|
-
- **
|
|
25
|
-
- **
|
|
25
|
+
- **Insert tags** from the panel into the note editor ([video](#tag-insertion)).
|
|
26
|
+
- **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).
|
|
27
|
+
- **Nested tags** hierarchy: Search parent tags to find the locations of their children ([video](https://www.youtube.com/watch?v=h-HdX7npbIw)). Example: #parent/child.
|
|
26
28
|
- Search for a **range of tags**, according to their lexicographic order. Example: #2024/07 -> #2024/08
|
|
27
29
|
- Search tags by **today's date**. Examples: #today, #today+1 (tomorrow), #today-10 (ten days ago)
|
|
28
|
-
2. It can generate a note with all tagged paragaraphs that match a saved query (dynamically updated).
|
|
30
|
+
2. It can generate a note with all tagged paragaraphs that match a saved query (dynamically updated) ([video](https://www.youtube.com/watch?v=GuzCwYxyYZ0)).
|
|
29
31
|
- Save a query in a note, and switch note view on: `Tools --> Tag Navigator --> Toggle search results display in note`
|
|
30
32
|
3. It adds a panel for quickly navigating between inline tags that appear in the current note, or in all notes ([video](https://www.youtube.com/watch?v=h-HdX7npbIw)).
|
|
31
33
|
4. It can convert your existing inline tags to native Joplin tags, so that they are accessible using Joplin's built-in tag search.
|
|
32
|
-
5. It can convert your existing native Joplin tags to inline tags, so that they are accessible using inline tag search (this plugin).
|
|
34
|
+
5. It can convert your existing native Joplin tags to inline tags, so that they are accessible using inline tag search (this plugin). See also [tips](#converting-joplin-tags).
|
|
33
35
|
|
|
34
36
|
After installing the plugin, check the commands listed under `Tag Navigator` in the `Tools` menu, as well as the corresponding settings section.
|
|
35
37
|
|
|
@@ -37,6 +39,7 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
|
|
|
37
39
|
|
|
38
40
|
- [Inline tag search](#inline-tag-search)
|
|
39
41
|
- [Saved search queries](#saved-search-queries)
|
|
42
|
+
- [Table view / database](#table-view--database)
|
|
40
43
|
- [Navigation panel](#navigation-panel)
|
|
41
44
|
- [Tag insertion](#tag-insertion)
|
|
42
45
|
|
|
@@ -48,6 +51,10 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
|
|
|
48
51
|
|
|
49
52
|
<img src="img/tag-navigator-queries.gif" width="80%" title="saved search queries demo">
|
|
50
53
|
|
|
54
|
+
### Table view / database
|
|
55
|
+
|
|
56
|
+
<img src="img/tag-navigator-table.gif" width="80%" title="table view demo">
|
|
57
|
+
|
|
51
58
|
### Navigation panel
|
|
52
59
|
|
|
53
60
|
<img src="img/tag-navigator-panel.gif" width="80%" title="navigation panel demo">
|
|
@@ -62,6 +69,7 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
|
|
|
62
69
|
- [Custom tag definitions](#custom-tag-definitions)
|
|
63
70
|
- [Inline TODOs](#inline-todos)
|
|
64
71
|
- [Keyboard shortcuts](#keyboard-shortcuts)
|
|
72
|
+
- [Converting Joplin tags](#converting-joplin-tags)
|
|
65
73
|
|
|
66
74
|
### Troubleshooting
|
|
67
75
|
|
|
@@ -115,6 +123,21 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
|
|
|
115
123
|
| Arrow-Down | Toggle negation of last tag / note in query |
|
|
116
124
|
| Arrow-Up | Toggle last operator AND <--> OR |
|
|
117
125
|
|
|
126
|
+
### Converting Joplin tags
|
|
127
|
+
|
|
128
|
+
1. It is recommended (as for any other plugin), before converting all notes:
|
|
129
|
+
- Test a few individual notes (one command above the all-note conversion).
|
|
130
|
+
- Backup your note database.
|
|
131
|
+
2. If you would like organise your tags hierarchically (using nested tags) rename your Joplin tags first, before the conversion.
|
|
132
|
+
- Example: `#child` -> `#parent/child`
|
|
133
|
+
- You may also choose to rename your inline tags after the conversion, using the plugin's `Replace all` command. However, this will create a divergence between your inline and Joplin tags.
|
|
134
|
+
3. Select your preferred conversion settings.
|
|
135
|
+
- Converted inline tags will appear at the top / bottom depending on the `Location` advanced setting.
|
|
136
|
+
- Converted inline tags will have the prefix # depending on the `Tag prefix` advanced setting.
|
|
137
|
+
- The list of converted inline tags will begin with the text 'tags: ' depending on the `List prefix` advanced setting.
|
|
138
|
+
- Spaces in Joplin tags will be converted to inline tags depending on the `Space replacement` advanced setting. When converting inline tags back to Joplin spaces will be introduced back to tags. For example: [Joplin: `tag with space`] -> [inline: `#tag_with_space`] -> [Joplin: `tag with space`]
|
|
139
|
+
4. After the conversion all Joplin tags remain assigned to their notes. They are not deleted, and only a single line of text is added to each note.
|
|
140
|
+
|
|
118
141
|
## Companion plugins
|
|
119
142
|
|
|
120
143
|
- The excellent [Inline Tags](https://github.com/roman-r-m/joplin-inline-tags-plugin) plugin can autocomplete tags while typing.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-tag-navigator",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.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
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"desktop",
|
|
7
7
|
"mobile"
|
|
8
8
|
],
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.3.0",
|
|
10
10
|
"name": "Inline Tag Navigator",
|
|
11
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.",
|
|
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:0f9c856c963e137b628bfdac1d7b51caaa13970b3560ea777c3f3bc44d48aeba",
|
|
28
|
+
"_publish_commit": "main:97f994a0a8d96c057917faa40e612018d2e4eaf3"
|
|
29
29
|
}
|