marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
225 stars 35 forks source link

[Feature] Add issue status to html title attribute #67

Closed FabianoLothor closed 1 year ago

FabianoLothor commented 1 year ago

Is your feature request related to a problem? Please describe.

image

Currently the issue status doesn't have a html title what makes impossible to do any css query selector to customize the statuses colors.

Describe the solution you'd like

Add a valid html title to the issue status element.

Describe alternatives you've considered

js-snippet, using :contains, via CSS is currently impossible

Additional context Add any other context or screenshots about the feature request here.

marc0l92 commented 1 year ago

Hello, I wanted to use the title to show the status description so that you can see it while hovering on the status with your mouse.

If you want to customize the color I can add a dedicated html attribute with the status content

FabianoLothor commented 1 year ago

It would be nice @marc0l92.

data-status or something like that, because as I mentioned, the only way to customize the status colors is using JS.

Using only CSS is currently impossible.

Thank you for the heads up!

marc0l92 commented 1 year ago

You should be able to see this tag starting from version 1.52.0 of this plugin