Plugin: Inline Tag Navigator [v2.5.0, 2025-06-22]

Hello,
While testing the data import from the Obsidian application, I noticed a probably small regression error.
All inline tags were correctly recognized and are visible in the plugin.
The "Converts note's inline tags to Joplin tags" option works correctly.
The inline tags of the note are converted to Joplin tags

Unfortunately, using the "Converts all note's inline tags to Joplin tags" option does not work correctly.
After selecting this option, a pop-up window appears asking you to confirm the action.
After confirming, the window closes and you can't see anything more happening.
The notes are not filled with Joplin tags.

Welcome @darkph! Thanks for reporting, I think that I got the regression fixed now, and it will be included in the next release.

v2.3.0

  • new: release notes dialog
  • improved: tag parsing regex to support multilingual tag names (for @4SM)
    • if you are using a custom regex, consider updating it based on the README
  • improved: support filtering results with regex in note views (when setting is enabled)
  • fixed: regression: convert all notes to joplin tags
  • fixed: removed extra slash from notebook path
  • fixed: escape regex characters in note view highlights
  • fixed: escape regex characters in table processing
1 Like

Thanks a lot !
It solved my problem.

Thanks!

Hi there.

Is there a way to import the (default) note tags into the addon?
atm I do not see this as any sort of option.

cheers
B

Welcome @Barobrand!

Joplin's default note tags can be converted to inline tags in order to use them in the plugin. See the instructions here.

v2.4.0

this release improves the navigation and display of search results.

  • added: 'Search: Result grouping' setting, which determines how results are split into sections: group by heading (default); group consecutive lines (legacy behaviour); split at each item / paragraph. grouping affects the behaviour of search filters
  • added: separate settings 'Note view: Highlight filter results' and 'Search: Highlight filter / tag results'
  • added: 'Search: Wait for note period (ms)' setting, that you may decrease to scroll faster to note lines
  • added: quick link (arrow) to the first result in each note
  • added: 'Note view: Display colors' setting, to use color tags for titles in note view
  • improved: a click on any line in the result list scrolls to that line in the note
  • improved: expanded/collapsed state preserved on mobile
  • improved: on mobile, dismiss the plugin panel when opening a note
  • improved: tag ranges logic
  • improved: render soft line breaks as hard line breaks
  • improved: update the note view when saving a query
  • improved: open external links, and links to note headings
  • improved: support wikilinks to zettel IDs or first word in title
  • fixed: tag parsing in the beginning of a line

Hello! Firstly, thanks to @shikuz for the wonderful plug-in.
Unfortunately, I can't get coloured and modifiable (via the contextual menu) [x]it! to-dos in the search panel on my macOS machines. I have them working under Windows with exactly the same settings.
See the example below.

However, I have coloured and editable [x]it! todos if I put a todo in the first line and then I indent the following todo.
![Example: on the left the markdown editor, on the right the tag search panel

Interestingly, indenting the next todo brings up some HTML code:
![Example: on the left the markdown editor, on the right the tag search panel

I have then to indent every second todo to get the proper box:
![Example: on the left the markdown editor, on the right the tag search panel

As I said, it works perfectly under Windows.

Any clues?

Thanks in advance

Francesco

Thanks @franz-sp!

Please try disabling the setting Search: Highlight filter / tag results.

Thanks! Now it works as intended!

1 Like

v2.5.0

this release focuses on enhanced task management.

  • added: kanban view for all tasks in the search results based on checkbox state
  • added: sort by tags now works across all note views and the panel display, with an interactive sort dialog
  • added: repeating customisable date tags #week and #month for recurring scheduling
  • added: command to replace relative dates with absolute dates in current / selected line. #today -> #2025-06-22
  • added: syntax highlighting for code blocks and frontmatter in the panel
  • added: setting: 'Tag conversion tracking' to maintain consistency between Joplin tags and inline tags during conversions
  • added: settings to control which toolbar commands are visible
  • improved: saved queries are hidden in the markdown preview
  • improved: result grouping can be defined in queries and selected in the panel context menu (click on note titles)
  • improved: panel state preservation
  • improved: memory management and security
  • fixed: legacy checkbox interaction behavior