No description
Find a file
2025-12-16 18:36:43 -06:00
docs/media Refresh README's feature description and context menu screenshot 2025-08-29 18:14:42 -06:00
.editorconfig Release 1.0.0 2024-11-29 23:06:10 -06:00
.eslintignore Release 1.0.0 2024-11-29 23:06:10 -06:00
.eslintrc Release 1.0.0 2024-11-29 23:06:10 -06:00
.gitattributes .gitattributes, .gitignore, LICENSE 2024-11-29 23:06:08 -06:00
.gitignore .gitignore Visual Studio's /.vs folder 2024-11-30 03:14:20 -06:00
.npmrc Release 1.0.0 2024-11-29 23:06:10 -06:00
esbuild.config.mjs Release 1.0.0 2024-11-29 23:06:10 -06:00
LICENSE .gitattributes, .gitignore, LICENSE 2024-11-29 23:06:08 -06:00
main.ts Fix #3: Ensure absolute path on Linux begins with a path separator 2025-12-16 18:35:10 -06:00
manifest.json Version 1.1.8 2025-12-16 18:36:43 -06:00
package.json Release 1.0.0 2024-11-29 23:06:10 -06:00
README.md Fix #3: Ensure absolute path on Linux begins with a path separator 2025-12-16 18:35:10 -06:00
tsconfig.json Release 1.0.0 2024-11-29 23:06:10 -06:00
version-bump.mjs Release 1.0.0 2024-11-29 23:06:10 -06:00
versions.json Release 1.0.0 2024-11-29 23:06:10 -06:00

Vault Nickname, a plugin for Obsidian

Features:

  • Set a custom vault display name without renaming its folder.
  • Choose the order of Obsidian's app title:
    1. Vault name before the document; or,
    2. Document name before the vault
  • A new context menu item on the vault switcher menu provides quick access to changing the vault's nickname.

Motive:

This plugin is intended to help disambiguate vaults that share the same folder name. This is common for users who adhere to a standard file structure between multiple projects. E.g., a "docs/" folder within each project.

Supporters:

  • Big thank you to @claremacrae for her generous github sponsorship and bug reporting! ❤️
  • Thank you to @t0b1hh for testing and reporting an issue affecting macOS.
  • Thank you to @jakeanq for testing and reporting an issue affecting Arch Linux.

Install guide:

  1. Open Obsidian's Settings.
  2. Choose Community plugins from the left side bar.
  3. If Restricted Mode is enabled, tap Turn on community plugins to disable it. Otherwise, skip this step.
  4. Tap Browse.
  5. Type Vault Nickname in the search bar.
  6. Tap the Vault Nickname plugin.
  7. Tap Install.
  8. Tap Enable.
  9. Tap Options to enter your custom nickname.
  10. Done!

Important

🚨 Vault Nickname must be installed in each vault where you wish to see other vault nicknames from.

This is required because plugins can only affect the user interface of vaults where they're installed. If a vault doesn't need a nickname itself, but needs to see other vaults' nicknames, you may still install the plugin and simply clear the nickname field for the already-correct vault.

Plugin settings:

Vault nickname

The name to display instead of the vault's folder name. When this is blank, the vault's display name will fallback to its default value (its folder name). The button next to this setting assigns the vault's parent folder's name as the nickname. The parent folder's name is treated as the default nickname when the plugin is installed.

Nickname in app title

Choose how the nickname is applied to the app's title. The default value is "File name first" which is consistent with Obsidian's default behavior except the vault's nickname will be used.