joplin-plugin-tag-navigator 2.1.0 → 2.1.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
@@ -206,7 +206,7 @@ These tags will be accessible in the search panel / notes / tables like standard
206
206
  ### Colour tags
207
207
 
208
208
  - Colour tags can be used to highlight results in the search panel, e.g., according to their priority.
209
- - Example: `#color=DeepSeaGreen`, `#color=#008080` or `#color=rgb(0, 128, 128)`.
209
+ - Example: `#color=MediumSeaGreen`, `#color=#008080` or `#color=rgb(0, 128, 128)`.
210
210
  - HTML colour names are supported.
211
211
  - You may customise the colour tag in the plugin settings.
212
212
  - Example: Set it to be `#priority/`, and then tag by `#priority/red`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-tag-navigator",
3
- "version": "2.1.0",
3
+ "version": "2.1.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": "2.1.0",
9
+ "version": "2.1.1",
10
10
  "name": "Inline Tag Navigator",
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.",
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:e6f3b7ae348d66efae20f8322766d90ef1198dea65cc90a5bbfbe766f6cf3e4e",
28
- "_publish_commit": "main:112bd7d39125ba72d15975967bb83027cefbb7fd"
27
+ "_publish_hash": "sha256:d89b1a6ff336058b3f26b4799c464f14052997045151b931193a77272cd17f32",
28
+ "_publish_commit": "main:b3ddb19214ce5db43385a5774d0a87cfffd14730"
29
29
  }