decaf-dev_obsidian-vault-ex.../README.md
2024-03-15 15:56:28 -06:00

756 B

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