obsidian-front-matter-title
obsidian-front-matter-title copied to clipboard
[FR] Could you please change the `aria-label` in addition to the title
Hello! With the recent update (#215), I can now change the display text for specific tabs (Today's daily note) :
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;
}