No description
Find a file
2024-05-27 01:51:21 -06:00
.github chore: update funding url 2024-05-27 01:23:14 -06:00
readme docs: add screenshots 2024-05-15 11:15:12 -06:00
src Feat logging (#28) 2024-05-25 14:25:02 -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 Feat logging (#28) 2024-05-25 14:25:02 -06:00
esbuild.config.mjs fix: use external css 2024-04-18 16:58:17 -06:00
LICENSE chore: update to new GitHub username 2024-05-27 01:51:21 -06:00
manifest.json chore: update to new GitHub username 2024-05-27 01:51:21 -06:00
package.json chore: update to new GitHub username 2024-05-27 01:51:21 -06:00
README.md chore: update to new GitHub username 2024-05-27 01:51:21 -06:00
tsconfig.json fix: import moment from Obsidian 2024-05-15 10:45:20 -06:00
version-bump.mjs Initial commit 2024-03-11 23:20:06 -06:00
versions.json chore: bump version 2024-05-25 14:39:40 -06:00

Obsidian Vault Explorer

Obsidian Downloads

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

  1. In Obsidian, open Settings
  2. Go to Community plugins
  3. Select Browse
  4. Search for Vault Explorer by DecafDev
  5. Select Install
  6. 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

  1. Clone the GitHub repository
git clone https://github.com/decaf-dev/obsidian-vault-explorer.git
  1. Install Bun
  2. Build the project bun run build
  3. 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