joplin-plugin-tag-navigator
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "joplin-plugin-tag-navigator", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"scripts": { | ||
@@ -18,2 +18,3 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"devDependencies": { | ||
"@codemirror/view": "^6.26.0", | ||
"@joplin/lib": "~2.9", | ||
@@ -20,0 +21,0 @@ "@types/node": "^18.7.13", |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.10", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"name": "Inline Tag Navigator", | ||
@@ -17,8 +17,11 @@ "description": "A system to organize, search, browse and convert inline tags and note mentions via dedicated panels.", | ||
"categories": [ | ||
"tags" | ||
"tags", | ||
"personal knowledge management", | ||
"productivity", | ||
"search" | ||
], | ||
"screenshots": [], | ||
"icons": {}, | ||
"_publish_hash": "sha256:18fc98a4a69f67d23b6c23eab24f99cc672dd2b08d58cbd025e2cc0de65b7bb1", | ||
"_publish_commit": "main:20b164c321f9fbc4586a68f86a798b0a79c2d5d6" | ||
"_publish_hash": "sha256:0445d8bfde2d36ebdcca73c2b4285514debe5c0aff00fa78e633e9e9e4c5b118", | ||
"_publish_commit": "main:ef44640c2e4fb3f17f90029385678625f924e5ed" | ||
} |
@@ -8,2 +8,4 @@ # Inline Tag Navigator | ||
- Tag-by-notes: You may also search for links or [[wikilinks]] to notes. | ||
- Add, replace and remove inline tags via the panel context menu (right-click on a tag). | ||
- Toggle checkboxes / TODOs from the panel. | ||
- It adds a panel for navigating between inline tags that appear in the current note. | ||
@@ -28,5 +30,5 @@ - It can convert your existing inline tags to native Joplin tags, so that they are accessible using Joplin's built-in tag search. | ||
- For example, every word in the text may be defined as a tag using a custom regex such as `[A-Za-z0-9]+[\w]*`. | ||
- Tag search can be used to search, filter and toggle checkboxes (inline TODOs) directly from the panel. | ||
- Inline TODOs: | ||
- Filter results by pending tasks (`"- [ ]"`) or ones done (`"- [x]"`). | ||
- To support [additional tags](https://github.com/CalebJohn/joplin-inline-todo?tab=readme-ov-file#confluence-style) for @mentions, +projects and //due-dates one can use a custom regex such as `(?<=^|\s)([#@+]|\/\/)([^\s#@+]*\w)`. | ||
- Add support for [additional tags](https://github.com/CalebJohn/joplin-inline-todo?tab=readme-ov-file#confluence-style) for @mentions, +projects and //due-dates using a custom tag regex such as `(?<=^|\s)([#@+]|\/\/)([^\s#@+]*\w)`. | ||
- Tag / note filter keyboard shortcuts: | ||
@@ -33,0 +35,0 @@ |
Sorry, the diff of this file is not supported yet
207995
24
62
12