No description
Find a file
2024-07-14 11:13:32 -06:00
.github chore: update funding url 2024-05-29 00:42:58 -06:00
__mocks__ Add date filter dropdown (#90) 2024-06-21 20:06:39 -06:00
readme docs: update cover image 2024-07-10 17:27:41 -06:00
src feat: add card preview 2024-07-14 00:08:02 -06:00
tests Refactor migrations (#133) 2024-06-25 19:58:35 -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
.prettierrc style: add prettierrc 2024-07-05 22:21:32 -06:00
bun.lockb chore: add svelte-check 2024-07-13 21:03:55 -06:00
CONTRIBUTING.md docs: update CONTRIBUTING.md 2024-07-09 23:20:29 -06:00
esbuild.config.mjs fix: use external css 2024-04-18 16:58:17 -06:00
FEATURES.md Add file icons (#155) 2024-07-06 14:57:47 -06:00
jest.config.js Property value loading (#80) 2024-06-13 15:32:34 -06:00
LICENSE chore: update to new GitHub username 2024-05-27 01:51:21 -06:00
manifest.json chore: bump version 2024-07-14 11:13:32 -06:00
package.json chore: bump version 2024-07-14 11:13:32 -06:00
README.md docs: update cover image 2024-07-10 17:27:41 -06:00
tsconfig.json chore: add svelte-check 2024-07-13 21:03:55 -06:00
versions.json chore: bump version 2024-07-14 11:13:32 -06:00

Obsidian Vault Explorer

Obsidian Downloads

Find detailed documentation at vaultexplorer.com

Vault Explorer is an Obsidian plugin that leverages frontmatter properties to help you explore and organize your vault files.

The goal of Vault Explorer is to solve three main problems:

  1. How to easily filter by groups of frontmatter properties and other file data.
  2. How to display frontmatter properties in meaningful visual layouts.
  3. How to create a social media-like experience using just your personal data.

Vault Explorer is a work in progress. Please check the GitHub repository and documentation website regularly for updates.

Table of contents

Screenshots

Grid view

List view

Folder filter

Time filter

Sort filter

Property filter

Installation

  1. In Obsidian, open Settings
  2. Go to Community plugins
  3. Click Browse
  4. Search for Vault Explorer by DecafDev
  5. Click Install
  6. Finally, click Enable

Usage

Click the compass button on the left-hand sidebar to open the vault explorer view.

Premium

Premium features are available to users who purchase a Vault Explorer license.

Network use

For general usage of the plugin, Vault Explorer does not make any network requests.

If you purchase a Vault Explorer license, the plugin will communicate with the Vault Explorer API. These requests will only send the license key you enter and a device ID generated by the plugin.

When you access the grid view and have configured an image URL property in the settings, Vault Explorer will request the specified URLs to display cover images on corresponding grid cards.

Vault Explorer does not include any client-side telemetry.

Contributing

Contributions are welcome! Please read the CONTRIBUTING.md to get started.

License

Vault Explorer is distributed under MIT License.