No description
Find a file
Trey Wallis 7ace9eb0ef
Add property filters (#7)
* 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
2024-04-18 01:28:21 -06:00
.github feat: add template files 2024-03-11 23:40:18 -06:00
src Add property filters (#7) 2024-04-18 01:28:21 -06:00
.editorconfig Initial commit 2024-03-11 23:20:06 -06:00
.eslintignore Initial commit 2024-03-11 23:20:06 -06:00
.eslintrc Initial commit 2024-03-11 23:20:06 -06:00
.gitignore feat: add template files 2024-03-11 23:40:18 -06:00
.npmrc Initial commit 2024-03-11 23:20:06 -06:00
bun.lockb Add property filters (#7) 2024-04-18 01:28:21 -06:00
esbuild.config.mjs fix: catch error on build 2024-03-15 14:57:21 -06:00
LICENSE Create LICENSE 2024-03-11 23:22:14 -06:00
manifest.json chore: bump version 2024-04-17 13:15:20 -06:00
package.json Add property filters (#7) 2024-04-18 01:28:21 -06:00
README.md docs: add development info 2024-03-15 15:56:28 -06:00
tsconfig.json fix: handle .tsx files 2024-03-15 14:58:00 -06:00
version-bump.mjs Initial commit 2024-03-11 23:20:06 -06:00
versions.json chore: bump version 2024-04-17 13:15:20 -06:00

Obsidian Vault Explorer

About

This plugin allows you to explore your vault in visual format

Installation

  1. Install the Obsidian BRAT plugin from Obsidian community plugin store
  2. Enable the plugin
  3. Open the plugin settings
  4. Click Add beta plugin
  5. Enter the repository url: https://github.com/trey-wallis/obsidian-vault-explorer
  6. Click Add plugin

Usage

Development

  1. Clone the GitHub repository
  2. Install Bun
  3. Build the project bun run build
  4. Add a symbolic link from the dist folder to your vault's plugin folder
  • ln -s <folder-path>/obsidian-vault-explorer/dist <vault-path>/.obsidian/plugins/vault-explorer
  1. Enable the plugin