Releases: zhao414/obsidian-reformat-windows-title
Releases · zhao414/obsidian-reformat-windows-title
1.0.3
Release Notes — v1.0.3
Fixes
- Use activeDocument instead of document for pop-out window compatibility
- Add explicit type assertion for Plugin.loadData() to resolve unsafe assignment warning
- Align version numbers across manifest.json and package.json
Full Changelog: 1.0.2...1.0.3
1.0.2
Release Notes — v1.0.2
Fixes
- Use activeDocument instead of document for pop-out window compatibility
- Add explicit type assertion for Plugin.loadData() to resolve unsafe assignment warning
1.0.1
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