Plugin: Note Tabs

A new version of the plugin has just been released and published to the plugin repository.

:warning: CAUTION - Requires Joplin v1.8.2 or newer

Added

  • User option Show checklist completion status to display the completion status of all checklists in the selected note (details see below)
  • Ability to unpin note with middle button click on tab

Changed

  • Updated plugin API to version v1.8.2 ( registerSettings ) to support app version v2.2.4 or newer

Fixed

  • Escape html characters from note titles before using them as tab titles
  • Removing the tab of a completed but unpinned (temporary) to-do when editing the content of the note
    • Occured only when Unpin active tab behavior was set to a value other than Keep selected

Removed

  • Bundled font packages (FontAwesome, Roboto); Use built-in versions to decrease plugin size

Notes on 'Show checklist completion status'

if user option Show checklist completion status is enabled, the completion status of ALL checklist items with the current selected note is displayed below the tabs (next to navigation buttons and breadcrumbs). For example:

The background color when all checklist items are checked is currently fixed. But I plan to support the userchrome.css in the plugin, so it will be changeable later.

4 Likes