Recent Releases of https://github.com/alondmnt/joplin-plugin-tag-navigator

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.5.8

  • added: setting: Database: Exclude notebooks by notebook ID (#22)
  • added: commands: Exclude / Include notebook (#22)
  • improved: search results filter with exclusion patterns, beginning with ! (#22)
  • fixed: show quick open arrow when highlighting note titles

- TypeScript
Published by alondmnt 10 months ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.5.7

  • added: toggle navigation panel keyboard shortcut

- TypeScript
Published by alondmnt 10 months ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.5.6

  • fixed: ensure that date tags are evaluated at least at daily frequency
  • fixed: reset regex state during front matter tag parsing
  • fixed: skip front matter blocks during inline tag parsing
  • improved: use the keywords front matter field for inline tags

- TypeScript
Published by alondmnt 10 months ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.5.5

  • fixed: improve JSON query loading with enhanced format handling
  • fixed: apply sorting after note edits

- TypeScript
Published by alondmnt 11 months ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.5.4

  • fixed: hide query but not the following text (#21)

- TypeScript
Published by alondmnt 11 months ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.5.3

  • added: setting: middle matter support (#20)

- TypeScript
Published by alondmnt 11 months ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v.2.5.2

  • fixed: regex safety check (closes #19)

- TypeScript
Published by alondmnt 11 months ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.5.1

  • fixed: regression: open links with >50 chars URLs
  • improved: convert joplin tags to inline tags skips existing inline tags in body
  • improved: settings labels

- TypeScript
Published by alondmnt 11 months ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.5.0

  • 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 (#18)
  • added: settings to control which toolbar commands are visible
  • improved: saved queries are hidden in the markdown preview (#9)
  • 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 behaviour

Tag sorting demo

Kanban view demo

- TypeScript
Published by alondmnt 12 months ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - 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

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v2.3.2...v2.4.0

- TypeScript
Published by alondmnt about 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.3.2

  • fixed: release notes freeze when Joplin starts minimised
  • improved: command descriptions
  • improved: command order in 'Tag Navigator' sub-menu
  • added: Note sub-menu 'Convert all notes'
  • added: Note sub-menu 'Convert current note'
  • improved: error handling when editor is unavailable

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v2.3.1...v2.3.2

- TypeScript
Published by alondmnt about 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.3.1

  • fixed: disable js-yaml type parsing in front matter
  • fixed: clear result count with the rest of the panel

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v2.3.0...v2.3.1

- TypeScript
Published by alondmnt about 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.3.0

  • new: release notes dialog
  • improved: tag parsing regex to support multilingual tag names
    • 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

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v2.2.0...v2.3.0

- TypeScript
Published by alondmnt about 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.2.0

  • new: convert front matter tags to Joplin tags
  • new: display front matter tags in note tags navigation panel
  • new: filter results by notebook name / path (ref #7)
  • new: setting: Note view: Location of results (ref #9)
    • default: before query
  • improved: notebook path setting description and placement
  • improved: remove result count from note view (ref #8)
  • fixed: find saved query on first line of note (ref #11)

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v2.1.4...v2.2.0

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.1.4

  • fixed: handle empty tags during conversion to joplin tags
  • fixed: handle joplin tag pagination during conversion to joplin tags
  • improved: optimise joplin tag retrieval during conversion to joplin tags

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v2.1.3...v2.1.4

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.1.3

  • new: use shift+enter to insert tag
  • new: Insert tag command in panel context menu
  • improved: confirmation dialog before converting all notes

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v2.1.2...v2.1.3

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.1.2

  • fixed: table view: display correctly tags with a prefix matching another tag

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v2.1.1...v2.1.2

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.1.1

  • improved: sort results tie break by line numbers always in ascending order

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v2.1.0...v2.1.1

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.1.0

  • added: color tag (see screenshot)
    • Example: #color=DeepSeaGreen, #color=#008080 or #color=rgb(0, 128, 128).
    • Set the colour of an entire note by tagging one of its first 2 lines with the colour tag.
    • Different sections of the same note may be tagged with different colours. They will be displayed separately in the panel (see an example below).
    • added: setting: Color tag
    • added: setting: Search: Use color to set result: border / background
  • added: context menu command: show / hide search query section
  • added: context menu command: expand tag list
  • improved: most settings do not require restart
  • improved: support tag negation in edit query
  • fixed: conversion to and from tag range in edit query command
  • fixed: regression: add note mentions from dropdown
  • fixed: distinguish between duplicate tags in edit query

tag-navigator-colours

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v2.0.1...v2.1.0

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.0.1

  • fixed: regression: handle deleted notes in database update

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v2.0.0

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.5.1...v2.0.0

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.5.1

  • fixed: reset currentTableColumns on every note selection
  • fixed: update currentTableColumns after refreshNoteView

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.5.0...v1.5.1

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.5.0

added

  • new: toolbar / context menu command New table entry note
    • creates a new note with a template of properties based on the current table view

image

  • new: options JSON field in saved queries
    • includeCols
      • a comma-separated list of columns (tags / properties) to display in the table view
      • can be used to slice the table columns, sort them, or add "modified" / "created" timestamps
    • excludeCols
      • a comma-separated list of columns to remove from the table view (even though these properties exist in the listed notes)
    • sortBy
      • a comma-separated list of columns to sort the table by
    • sortOrder
      • a comma-separated list of the words "ascending" / "descending" (or "desc", "descend", etc.) corresponding to the columns in the sortBy field
    • example:

json { "query": [ [ { "tag": "#artist", "negated": false } ] ], "filter": "", "displayInNote": "table", "options": { "includeCols": "title, artist, country, year, modified", "excludeCols": "notebook, line", "sortBy": "year", "sortOrder": "asc" } }

  • new: display result count in panel and note view
  • new: setting: Note view: Show notebook path in table view
    • including parent notebooks
  • new: setting: Note view: Tag case in table view
    • Title Case / lowercase
  • new: setting: Note view: Update view when opening note
    • disabling this may help slower mobile clients
  • new: toolbar command Refresh tag search view in note
    • update the displayed results without initiating a complete tag database update

fixed

  • fixed: show inherited tags in table view
  • fixed: remove empty notes note view
  • fixed: clear results in note view on empty search
  • fixed: do not format tags in code blocks (or front matter) in search panel
  • fixed: error in table view when filtering results

improved

  • front matter
    • improve: use js-yaml as the preferred yaml parser, fallback to legacy parser
    • improved: add error handling and validation to front matter parsing
    • improved: front matter tags support custom regex and prefixes such as @, +
    • improved: lower case front matter tags
    • improved: remove #frontmatter tag from table view
  • panel
    • improved: position context menu while avoiding overflow
  • note view
    • improved: format saved queries as JSON code blocks in notes
    • improved: sort table view columns by number of notes each tag appears in
    • improved: table format column alignment

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.4.3...v1.5.0

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.4.3

  • new: inline tags inherit from headings

example: ```markdown

trip to USA #recipe

clam chowder #soup `` the last line will be tagged by#soupand#recipe`.

  • new: inline tags inherit from first 2 lines of note

example: ```markdown tags: #recipe

chop suey #chinese `` the last line will be tagged by#chineseand#recipe`.

  • new: inline tags inherit front matter tags

example:

```yaml

tags:

- song

chop suey! #greatest `` the last line will be tagged by#greatestand#song`.

  • fixed: respect the tagPrefix setting for #frontmatter tag

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.4.2

  • new: inline tags inherit from headings
  • new: inline tags inherit from first 2 lines of note
  • new: inline tags inherit front matter tags
  • fixed: respect the tagPrefix setting for #frontmatter tag
  • improved: clearObjectReferences
  • improved: settings description

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.4.1...v1.4.2

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.4.1

  • added: #frontmatter tag automatically added to front matter sections

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.4.0...v1.4.1

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.4.0

  • added: front matter support
    • front matter fields are treated as tags

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.3.0...v1.4.0

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.3.0

  • added: table view (data view / database)

tag-navigator-tableview

tag-navigator-tableview

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.2.2...v1.3.0

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.2.2

  • new: setting Space replacement: Character to replace spaces in converted Joplin tags. Default: "_".
  • improve: insert tag without leading space.
  • improve: sections appear instead of disappear on panel init.

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.2.1...v1.2.2

- TypeScript
Published by alondmnt almost 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.2.1

  • new: insert tags into the note editor (Markdown / Rich Text) with auto-completion
    • in the settings, set Search: When multiple tags are matched: to Insert first in editor, and follow these steps:
    • press Ctrl+Shift+I to change focus to the tag search panel.
    • type part of a tag.
    • press Enter to insert the first tag at the current cursor position, and return to the editor.
    • or, press Esc to return to the note editor.
    • this also works on mobile, if the note editor is open.

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.2.0...v1.2.1

- TypeScript
Published by alondmnt almost 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.2.0

  • navigation panel
    • new: navigation panel view of all tags, with nested tags support (see video)
  • misc fixes & improvements
    • improve: display tooltip for note title in query
    • fix: tag name sort to be locale aware
    • fix: open range queries
    • fix: save over badly formatted queries

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.1.0...v1.2.0

- TypeScript
Published by alondmnt almost 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.1.0

  • commands
    • new: toggle task checkboxes between 6 different states via a context menu. (see screenshot)
      • open, in question, ongoing, blocked, obsolete, done
    • new: note toolbar button to load query from a note, which is available on mobile in the 3-dot note menu.
    • new: editor toolbar button to toggle note view, which is available on mobile on the editor toolbar.
  • note mentions
    • new: wikilinks can open notes from the panel.
    • fix: regression in wikilink search.
    • fix: add notes to query by title and ID to handle notes with duplicate titles.
    • improve: search only by note ID when available to handle notes with duplicate titles.
  • misc fixes & improvements
    • fix: remove empty notes from note view.
    • fix: avoid multiple context menus.
    • improve: content margins style.

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v1.0.0...v1.1.0

image

- TypeScript
Published by alondmnt almost 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v1.0.0 🎉

  • enhanced tag search
    • nested tags / tag hierarchy: this feature request has been floating around for some time. when using nested tags like #parent/child, searching for #parent will bring up all its child tags as well (including #parent/child, #parent/child2, etc.). this format / style is common in many note apps such as Bear, Obsidian, Notable, Foam, Amplenote, and allows one to group tags by projects and contexts. you may use the Replace All command to rename your existing tags and turn them into nested tags.
      • example: when date tagging using the following format #2024/07/13, searching for #2024 will return all dates from 2024, and searching for #2024/07 will return all dates from July 2024.
  • new commands
    • show / hide panel sections (tag ranges, note mentions, results filters) by right-clicking anywhere on the panel.
    • edit tags also by right-clicking on the tag list or the search query.
  • new settings
    • Search: When multiple tags are matched, select: "First" / "All" (behaviour in v0.8.0) / "None" (behaviour before v0.8.0).
      • example: when selecting "All" here, and selecting Search: Use regex for tag / note / content filtering, you could come up with filter patterns to add multiple tags at once to the query and search for all of them.
    • Search: Tag sort by: "Name" / "Count".
      • example: when selecting "Count" here and "First" in the setting above, the most popular tag will be selected by default when pressing Enter in the query builder.
  • misc fixes
    • toggle checklist items with markdown formatting.
    • case insensitive tag ranges.
    • case insensitive tag replace / remove all.
    • checkbox style.

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.8.0...v1.0.0

- TypeScript
Published by alondmnt almost 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.8.0

  • enhanced tag search
    • new: tag range queries (see screenshot)
      • check the Enter, Esc, ArrowUp key presses while editing ranges in the panel
    • new: #today date tag, with support for date arithmetic (e.g., #today+1)
      • this special tag can be used both to tag and to search (see screenshot)
    • new: Enter key press can add multi-tags to query
    • new: optional regex support in filters
  • enhanced tag editing (see screenshot)
    • new: context menu command Replace all to edit all instances of a tag
    • new: context menu command Remove all to remove all instances of a tag
  • other
    • new: follow links to notes from the panel
  • new settings
    • new: Search: Use regex for tag / note / content filtering
    • new: Search: Show tag range section
    • new: Date tags: Today
      • customise the #today tag
    • new: Date tags: Date format
  • misc fixes & improvements
    • fix: skip note when tag conversion fails
    • improve: default tag regex (stop at quotation marks)
    • fix: update database and tag list while editing notes
    • improve: results highlighting
    • fix: toggle checklist items with markdown formatting
    • fix: load results filter on load query command
    • improve: more compact panel UX

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.7.4...v0.8.0

image 1: tag ranges image

image 2: date tags & date ranges note how #today is used to tag a paragraph, and to search for dates image

image 3: new tag editing commands image

- TypeScript
Published by alondmnt almost 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.7.4

  • various fixes to improve plugin stability and reduce its footprint considerably
  • new: blocked-task style checkbox - [!] (not officially part of the [x]it! specs)
  • improve: set a constant level for headings (h3) rendered on the panel
  • fix: AND logic for empty tags

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.7.3...v0.7.4

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.7.3

  • new: tag context menu commands Search tag and Extend query (see screenshot)

image

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.7.2

  • fix: regression in tag exclusion regex
  • fix: regression in updating CSS on panel toggle
  • fix: update tags / notes lists on db update
  • improve: checkbox + tag spacing style

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.7.1

  • fix: load search filter more robustly and preserve its value when toggling the panel
  • improve: checkbox style for easier customization
    • you may increase the size of checkboxes by entering in the Search: Panel style setting: .itags-search-checkbox { width: 15px; height: 15px; font-size: 15px } (requires restart)

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.7.0

  • new: mobile app support (#2)
    • this includes many changes and improvements under the hood, that may also improve the desktop experience.
    • all features should be supported. scroll to line works when the editor is open.
  • new: [x]it! style TODOs (see screenshot)
    • it's not a complete implementation, but adds support for the 5 types of checkboxes.
    • I first learned about this text format on the Inline TODOs plugin repo!
  • new: settings
    • Search: Colorize todos in results: toggle custom checkboxes (and [x]it! support) on / off.
    • Search: Update inline tags DB after sync
    • Search: Periodic update of results display in notes: you may disable this on a Joplin client to avoid conflicts with another client. the same time interval as above applies.
    • Search: Show note mentions section and Search: Show results filter section: hide elements on the panel, for a better mobile / small screen experience.
  • misc improvements
    • skip conflict notes
    • remove saved query from note when saving an empty query
    • respect user sort choice after panel hide
  • misc fixes
    • remove tag command supports tags with special chars
    • checkbox toggle next to links and inline code
    • avoid updating note when nothing changed
    • word-wrapping in search results

Tips on setting tag highlighting in the mobile editor appear here.

Screenshot: [x]it! TODOs

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.6.3...v0.7.0

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.6.3

  • fix: update note view only if changed
  • improve: note view link to origin format

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.6.2

  • new: link to origin in note view

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.6.1

  • new: command to toggle note view

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.6.0

  • new: search results can be displayed in auto-generated notes
  • improve: saved query in JSON format
  • improve: scroll to exact line

Screenshot 2024-04-25 at 0 59 57

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.5.1...v0.6.0

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.5.1

  • fix: empty list prefix case

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.5.0

  • new: commands to convert Joplin tags to inline tags
  • new: auto refresh of inline tags in the currently edited note

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.4.1...v0.5.0

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.4.1

  • fix: CM6 / CM5 script loading logic
  • fix: style, single line queries to avoid truncated results

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.4.0...v0.4.1

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.4.0

  • new: tag context menu, with Add, Rename & Remove commands
  • new: loadQuery command for saved search queries
  • new: CodeMirror 6 support
  • improve: apply tag inheritance to note mentions / links
  • improve: tag parser

context-menu

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.3.0...v0.4.0

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.3.0

  • new: tag by notes
    • search for links or [[wikilinks]] to notes that appear in paragraphs
    • you may display backlinks to the current note
  • new: tag inheritance
    • child outline items inherit tags from their parent items
  • improve: search filters
    • multiple-word filter: search each word independently, or a complete "quoted phrase"
    • search any combination of the note title and the paragraph text
  • various ux / style improvements and fixes

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.2.3...v0.3.0

- TypeScript
Published by alondmnt about 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.2.3

  • new: setting ignoreCodeBlocks
  • new: setting minCount
  • fix: don't update results if queries don't match

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.2.2...v0.2.3

- TypeScript
Published by alondmnt over 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.2.2

  • new: saved searches
    • you can now save search queries in notes
    • each note can contain a single query
    • once a note is opened, if it has an embedded query the results will appear in the tag search panel
    • you may use notes as "search bookmarks" (for example, using the Favorites plugin), or you may store relevant search queries next to the content of regular notes (e.g., project notes)
    • these saved searches will sync with the notes

https://youtu.be/xIBZl2Ala9A

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.2.1...v0.2.2

- TypeScript
Published by alondmnt over 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.2.1

  • new: setting ignoreHtmlNotes
    • this setting avoids processing of HTML notes (which tend to contain many false positive tags) by default

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.2.0...v0.2.1

- TypeScript
Published by alondmnt over 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.2.0

  • a new (inline) tag search system via a dedicated panel

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.1.3...v0.2.0

- TypeScript
Published by alondmnt over 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.1.3

  • fix: parsing after newline

- TypeScript
Published by alondmnt over 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.1.2

  • fix: serialized all-note conversion

- TypeScript
Published by alondmnt over 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.1.1

  • improve: tag parser, require preceding whitespace
  • new: settings tagRegex, excludeRegex
  • new: keyboard shortcuts

Full Changelog: https://github.com/alondmnt/joplin-plugin-tag-navigator/compare/v0.1.0...v0.1.1

- TypeScript
Published by alondmnt over 2 years ago

https://github.com/alondmnt/joplin-plugin-tag-navigator - v0.1.0

first release.

  • convert your existing inline tags to native Joplin tags
  • panel for navigating between inline tags that appear in the current note

- TypeScript
Published by alondmnt over 2 years ago