joplin-plugin-tag-navigator 0.7.1 → 0.7.2

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
@@ -68,7 +68,7 @@ After installing the plugin, check the commands listed under `Tag Navigator` in
68
68
  div.CodeMirror .cm-rm-tag {
69
69
  background-color: #7698b3;
70
70
  color: white !important;
71
- padding: 0em 0.2em;
71
+ padding: 0em 2px;
72
72
  border-radius: 5px;
73
73
  display: inline;
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-tag-navigator",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
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,7 +6,7 @@
6
6
  "desktop",
7
7
  "mobile"
8
8
  ],
9
- "version": "0.7.1",
9
+ "version": "0.7.2",
10
10
  "name": "Inline Tag Navigator",
11
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.",
12
12
  "author": "Alon Diament",
@@ -24,6 +24,6 @@
24
24
  ],
25
25
  "screenshots": [],
26
26
  "icons": {},
27
- "_publish_hash": "sha256:773721185e63287a03d69dbccd40681e9274f23dac62536b8c539fad89de1474",
28
- "_publish_commit": "main:f7d0127aa1b20666f8bedbfb33b8d99b72c68c6e"
27
+ "_publish_hash": "sha256:bd810839da1f1203aae9f93a70220de4e04dc57f337f6a2eee4f8941839dc7bc",
28
+ "_publish_commit": "main:be5bf66b557673d30d2653b1739b25adcc1928f4"
29
29
  }