obsidian-front-matter-title icon indicating copy to clipboard operation
obsidian-front-matter-title copied to clipboard

[FR] Could you please change the `aria-label` in addition to the title

Open Moyf opened this issue 6 months ago • 1 comments

Hello! With the recent update (#215), I can now change the display text for specific tabs (Today's daily note) : image

However, I noticed that when I attempt to modify the CSS style, the aria-label remains unchanged. Could you also update the text in the aria-label so that we can apply CSS styles to it as well?

Alternatively, would it be possible to add a new property that allows us to access it via CSS?


By the way, that's how I typically modify the style of tabs with specific name:

.workspace-tab-header[aria-label="Taskido"] {
  color: red;
}

Moyf avatar Aug 17 '24 03:08 Moyf