Bridger Herman18 downloadsProvides customization options for tab titles, including truncation, adding file extensions, and paths.
This plugin provides a means to customize the tab titles in the Obsidian editor.
Obsidian provides a "breadcrumb" path inside each file. But, this is not particularly useful for disambiguating multiple files with the same name and different paths. In my case (using Obsidian to create university course websites), I have many files named the same thing across my vault; for example:
class1/documents/Syllabus.mdclass2/documents/Syllabus.mdclass3/documents/Syllabus.mdclass4/documents/Syllabus.mdIn my workflow, I found it annoying to double-check the breadcrumbs in files, so I created this plugin!
This exact request seems to be rare in the Obsidian community. There have been a few posts that ask for this feature, and few related plugins but none that actually address the core issue.
Screenshot of Obsidian with the Tab Titles plugin enabled and using default settings:

Without the plugin enabled:

To adjust the settings, open Obsidian settings and go to the settings for the "Tab Titles" plugin under "Community Plugins".
Follow the steps below to install the plugin (requires npm).
npm install
npm run dev