joplin-plugin-tag-navigator
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "joplin-plugin-tag-navigator", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.10", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"name": "Inline Tag Navigator", | ||
@@ -24,4 +24,4 @@ "description": "A system to organize, search, browse and convert inline tags and note mentions via dedicated panels.", | ||
"icons": {}, | ||
"_publish_hash": "sha256:0445d8bfde2d36ebdcca73c2b4285514debe5c0aff00fa78e633e9e9e4c5b118", | ||
"_publish_commit": "main:ef44640c2e4fb3f17f90029385678625f924e5ed" | ||
"_publish_hash": "sha256:fe85bfc7ba6e8665936b92a74dcef9b6ead1d10fc4c5f34a8348f0ac777eb9e2", | ||
"_publish_commit": "main:19dd9458bd47720c4fc7b206a42872e9e96ce11f" | ||
} |
@@ -27,2 +27,3 @@ # Inline Tag Navigator | ||
- If any of the actions on note results does not work (toggling checkboxses, editing tags), this is usually resolved by a database update (Ctrl+Shift+D). | ||
- The definition of a "tag" can be adjusted with user-defined regular expressions. | ||
@@ -29,0 +30,0 @@ - For example, every word in the text may be defined as a tag using a custom regex such as `[A-Za-z0-9]+[\w]*`. |
Sorry, the diff of this file is not supported yet
208149
63