mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
No description
* refactor: move properties into their own key * feat: add properties filter data structure * feat: add property filters app * feat: add switch * feat: add divider * feat: add basic property filter modal content * fix: resolve properties not saving * refactor: rename to app * refactor: move into components folder * refactor: rename to group 1 * fix: resolve settings not updating * fix: resolve settings being reset * refactor: simplify code * fix: set folder to root by default * feat: implement property filter display * refactor: use uppercase * fix: remove need for redux * refactor: remove unneeded code * feat: add property filtering * fix: resolve property filtering |
||
|---|---|---|
| .github | ||
| 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
About
This plugin allows you to explore your vault in visual format
Installation
- Install the Obsidian BRAT plugin from Obsidian community plugin store
- Enable the plugin
- Open the plugin settings
- Click Add beta plugin
- Enter the repository url: https://github.com/trey-wallis/obsidian-vault-explorer
- Click Add plugin
Usage
Development
- Clone the GitHub repository
- 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