There is a newer version of the record available.

Published December 30, 2024 | Version v1.5.0
Software Open

alondmnt/joplin-plugin-tag-navigator: v1.5.0

Authors/Creators

  • 1. @PhenoAI

Description

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

<img width="355" alt="image" src="https://github.com/user-attachments/assets/24c9a43e-b8ff-4af6-94d1-412a2d768af0" />

  • 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:
{
  "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

Files

alondmnt/joplin-plugin-tag-navigator-v1.5.0.zip

Files (14.4 MB)

Name Size Download all
md5:727874d52919f59171ede45b1420c31b
14.4 MB Preview Download

Additional details

Related works