Clearly identify which vault is open or being used

Clearly identify which vault is open or being used.

Use case or problem

The previous Obsidian version showed the vault name as the leading text in the taskbar. With the new multi-tabbed version, that has disappeared, other than the ToolTip, as the vault name is no longer visible when the taskbar icon has a small width. The problem is that when multiple vaults are open or frequently used, the user cannot clearly, visibly, and quickly distinguish them.

Proposed solution

First, an option could be added to show the vault name in the leading text of the taskbar icon.

Second, the vault name could be shown within the main Obsidian window.

Third, an option could be added to specify a color for a vault’s taskbar icon (perhaps one of ten possible colors).

Current workaround (optional)

The workaround is taking extra time to hover over the taskbar icon to view its tooltip.

2 Likes

Like this? (Not sure if this affects the task bar.)

You can add a CSS snippet to change the titlebar colour and easily distinguish different vaules:

body {
  --titlebar-background: red;
  --titlebar-background-focused: red;
}

You can give each vault a different coloured snippet.

CSS snippets are under Settings > Appearance.

2 Likes

I agree, there should be an option to permanently show the Vault name - without scarifying the extra space occupied by changing the Window frame style option which ads an entire bar at the top;

My current workaround is showing the Vault name in the Status bar: GitHub - joelvaneenwyk/obsidian-plugin-show-vault-name: See your Vault Name in Status Bar

Would be great if Obsidian would support this as a setting by default (the Plugin is not very… convenient to install, the text is not centered properly, the plugin source is not “build” yet, etc. :smile: )
But at least it works!

In the more recent version this is obsolete, as one can see the vault at name at the bottom of the left pane.
image

Would still be nice to see this in the tastkbar