Skip to content

1.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 10:54
· 7 commits to master since this release

Features

  • Title order — Choose whether the file name or vault name appears first in the window title
  • Custom separator — Set any text between the vault name and file name
  • Show Obsidian version — Optionally append Obsidian x.x.x at the end of the title
  • Use default — One-click reset to default settings

Examples

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

Fixes

  • Fix Obsidian version not displaying (use apiVersion instead of DOM query)
  • Remove unused settings heading per Obsidian plugin guidelines

Compatibility

  • Minimum Obsidian: 1.5.0
  • Desktop only