Vaulter is an Obsidian plugin that displays vault statistics, such as the total number of notes in your vault. It offers an option to toggle the display of these statistics in the status bar for easy access.
- Note count: Shows the total number of Markdown notes in your vault.
- Status bar integration: Toggle the visibility of the note count in the status bar.
- Real-time updates: The note count updates dynamically when files are created, renamed, or deleted in the vault.
- Customizable settings: Configure whether or not to display the note count in the status bar via the plugin's settings.
- Download the latest release from the GitHub Releases page.
- Copy the
main.js
, andmanifest.json
files to your vault's.obsidian/plugins/vaulter/
directory. - Enable the plugin in Obsidian by going to Settings > Community Plugins and turning on Vaulter.
Once installed, you can:
- See the total number of notes displayed in the status bar.
- Toggle the visibility of the note count in the status bar via the plugin settings (Settings > Vaulter).
- Use the command "Show Vault Stats" to display the note count in a notice popup.
Note: This plugin is intended for use with Obsidian Desktop. Mobile support is not currently available.
You can configure the plugin through the Settings panel:
- Show note count in status bar: Toggle whether the note count is displayed in the status bar.
- If enabled, the status bar will show a message like
This vault has X notes
. - If disabled, the status bar message will be hidden.
- If enabled, the status bar will show a message like
- Node.js: Ensure you have at least Node.js v16 or later installed.
- Obsidian API: The plugin uses the latest Obsidian API, so be sure to have the required dependencies.
-
Clone this repository to your local machine.
-
Navigate to the plugin folder (
.obsidian/plugins/vaulter/
). -
Install dependencies by running:
npm install
-
Start development mode with:
npm run dev
-
Reload Obsidian to load the latest changes to the plugin.
Feel free to open an issue or a pull request if you'd like to contribute to the plugin. Contributions are welcome!
This plugin is licensed under the MIT License. See the LICENSE
file for more details.
For more information on the Obsidian Plugin API, check out the official documentation.