Reformat Windows Title

by zhao414
5
4
3
2
1
New Plugin

Description

Customize the window title format by reordering vault name and file name. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Reformat Windows Title

Customize the Obsidian window title format by reordering the vault name and file name.

Features

  • Choose whether the file name or vault name appears first in the window title
  • Customize the separator between the vault name and file name
  • Optionally append the Obsidian version at the end of the title

Examples

Setting Output
File name first, - My Note - MyVault
Vault name first, ` `
File name first + version My Note - MyVault - Obsidian 1.13.1
Use default My Note - MyVault - Obsidian 1.13.1

Installation

Install from the Obsidian Community Plugins browser, or build manually:

git clone https://github.com/zhao414/reformat-windows-title
cd reformat-windows-title
npm install
npm run build

Copy main.js, manifest.json, and styles.css to your vault's .obsidian/plugins/reformat-windows-title/ folder.

Settings

  • Title order — File name first / Vault name first / Use default
  • Separator — Custom text to place between the vault and file names
  • Show Obsidian version — Toggle to append Obsidian x.x.x at the end

Compatibility

  • Minimum Obsidian version: 1.5.0
  • Desktop only (uses Electron APIs)
  • No network requests, no telemetry, no external file access

License

MIT

Support

If this plugin makes your daily life with Obsidian easier, consider buying me a coffee https://ko-fi.com/zhao414

ko-fi

May the passion be with you!