Plugin: Inline Tag Navigator [v2.4.0, 2025-05-15]

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