* feat: add matchNotesWithoutProperty setting * feat: add match without property checkbox * feat: add business logic for handling property DNE checkbox * refactor: rename to property type |
||
|---|---|---|
| .github | ||
| readme | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| bun.lockb | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Vault Explorer
Vault Explorer is an Obsidian.md plugin for desktop only. It allows you to explore your vault in visual format.
This plugin is a replacement to some of the functionality found in Obsidian DataLoom.
About
Screenshots
List view
Grid view
Folder filter
Time filter
Sort filter
Property filter
Settings
Installation
- In Obsidian, open Settings
- Go to Community plugins
- Select Browse
- Search for Vault Explorer by DecafDev
- Select Install
- Then select Enable
Usage
Start by opening the vault explorer view by clicking on the compass icon on the left-hand sidebar.
The explorer vault is a read-only view for your vault. You may filter based on folders and property values.
There are also additional views by which you can view your vault files.
Settings
The vault explorer has several built-in properties.
URL
The url property will render a button in the grid view that will allow you to navigate to URL pages.
A url should be a valid url e.g. https://google.com
Favorite
The favorite property will allow you to filter by favorites using the Favorites checkbox.
This property should be of checkbox type.
Development
- Clone the GitHub repository
git clone https://github.com/decaf-dev/obsidian-vault-explorer.git
- Install Bun
- Build the project
bun run build - Add a symbolic link from the
distfolder to your vault's plugin folder
ln -s <folder-path>/obsidian-vault-explorer/dist <vault-path>/.obsidian/plugins/vault-explorer
- Enable the plugin





