I (and chatGPT) have created a small Organizr v2 plugin that adds configurable hover tooltips to sidebar tabs.
The plugin:
- uses the existing Organizr plugin API
- does not modify Organizr core files
- stores tooltip descriptions as JSON in the standard plugin settings interface
- matches tab names case-insensitively
- supports names such as
Lidarr (Music)
- reapplies tooltips when Organizr redraws the sidebar
- includes installation documentation and an MIT licence
Repository:
https://github.com/rob-4x4/organizr-tab-tooltips
The plugin is currently packaged for installation under:
/config/www/organizr/data/plugins/tabtooltips
I would appreciate guidance on the preferred path:
- keep it as a third-party plugin,
- submit it for inclusion in Organizr,
- submit it to any supported plugin marketplace, or
- rework it as a native Tab Editor feature.
I am happy to adjust the structure, coding style, licence, configuration format, or installation method to match Organizr project requirements.
Development note: the plugin was created with mush assistance from ChatGPT, then
reviewed and tested in a working Organizr v2 installation.
I (and chatGPT) have created a small Organizr v2 plugin that adds configurable hover tooltips to sidebar tabs.
The plugin:
Lidarr (Music)Repository:
https://github.com/rob-4x4/organizr-tab-tooltips
The plugin is currently packaged for installation under:
/config/www/organizr/data/plugins/tabtooltipsI would appreciate guidance on the preferred path:
I am happy to adjust the structure, coding style, licence, configuration format, or installation method to match Organizr project requirements.
Development note: the plugin was created with mush assistance from ChatGPT, then
reviewed and tested in a working Organizr v2 installation.