What I’m trying to do
I have different vaults that have similarly named pages, so when I have them all open at the same time, it’s confusing which one is which on the taskbar (I have them showing up as separate entries)
So I want to know how I can remove the page name that shows up on the Windows taskbar. Right now the format looks like: - - Obsidian
What I want is: - Obsidian
Maybe there’s something in the resources I can change to make this happen?
Things I have tried
I can open up the Developer Tools with Ctrl + Shift + I, and manually remove the page name from the <title> tag on the page and this changes the text displayed on the taskbar to how I want it but navigating to a different page obviously nullifies this change.