Currently, the title of the tab is the name of the file; we’d like to alter it to be the path of the file (or whatever we want). However, we don’t know whether there is an option in the Obsidian API to alter what is displayed in the tab’s title. Is there?
Supporting info:
“Tab title” might not be the right name for what I’m talking about, so here’s what I’m talking about if it isn’t. The name of this tab is “coding1”; we’d like to change it to be “coding/coding1” (or anything).
There are existing plugins which do something similar, but not this.
- GitHub - ravimashru/obsidian-show-file-path: Obsidian plugin to show the file path of the current file in the status bar shows the file path in the status bar.
- GitHub - jdeal/obsidian-path-title-plugin: Obsidian plugin to show the path of the current file next to its name changes the name directly above the file view, but we’d like to change the name of the tab. (Picture provided below; we want to change what’s in the top left and not what’s in the bottom right.) Also, this plugin only worked for sub-1.0 versions.