# Flexible Title Text An Obsidian plugin to customize the window title bar text. ![Screenshot](https://github.com/user-attachments/assets/fdce507f-9ff8-4e7b-ab85-7ffcad578849) ## Features - Customize the Obsidian window title using a flexible template. - Supported variables: - `{vaultName}`: The name of the current vault. ## Usage 1. Install and enable the plugin. 2. Go to **Settings** > **Flexible Title Text**. 3. Set your preferred **Title template** (e.g., `{vaultName} | Notes`). ## Release verification (maintainers) Each release build of `main.js` is attested with [GitHub artifact attestations](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds). To verify a downloaded `main.js`: ```sh gh attestation verify main.js --repo tsubasaogawa/obsidian-plugin-flexible-title-text ``` A successful verification confirms the file was built by the official release workflow and has not been tampered with. ## License MIT