2024-03-15 21:50:42 +00:00
# Obsidian Vault Explorer
2024-03-12 05:20:06 +00:00
2024-07-27 04:19:23 +00:00

2024-05-15 16:47:03 +00:00
2024-05-15 16:51:03 +00:00

2024-07-10 05:56:39 +00:00
Find detailed documentation at [vaultexplorer.com ](https://vaultexplorer.com )
2024-04-21 23:51:22 +00:00
2024-07-10 05:56:39 +00:00
Vault Explorer is an [Obsidian ](https://obsidian.md ) plugin that leverages frontmatter properties to help you explore and organize your vault files.
2024-04-21 23:51:22 +00:00
2024-07-10 22:58:49 +00:00
The goal of Vault Explorer is to solve three main problems:
2024-07-10 05:56:39 +00:00
2024-07-10 22:58:49 +00:00
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.
2024-07-10 05:56:39 +00:00
2024-07-10 22:58:49 +00:00
Vault Explorer is a work in progress. Please check the GitHub repository and documentation website regularly for updates.
2024-06-15 21:08:24 +00:00
2024-06-11 18:46:41 +00:00
## Table of contents
2024-03-12 05:20:06 +00:00
2024-05-15 17:15:12 +00:00
- [Screenshots ](#screenshots )
2024-04-21 23:51:22 +00:00
- [Installation ](#installation )
- [Usage ](#usage )
2024-07-27 04:19:23 +00:00
- [Features ](#features )
2024-07-10 05:56:39 +00:00
- [Network use ](#network-use )
2024-06-11 18:46:41 +00:00
- [Contributing ](#contributing )
- [Support ](#support )
- [License ](#license )
2024-03-12 05:20:06 +00:00
2024-05-15 17:15:12 +00:00
## Screenshots
2024-05-15 17:16:40 +00:00
### Grid view
2024-07-27 04:19:23 +00:00

2024-05-15 17:15:12 +00:00
2024-07-10 05:56:39 +00:00
### List view
2024-07-27 04:19:23 +00:00

2024-07-10 05:56:39 +00:00
2024-08-04 01:30:20 +00:00
### Table view

2024-07-27 04:19:23 +00:00
### Feed view
2024-05-15 17:16:40 +00:00
2024-07-27 04:19:23 +00:00

2024-05-15 17:15:12 +00:00
2024-07-27 04:19:23 +00:00
### Custom filter
2024-05-15 17:16:40 +00:00
2024-07-27 04:19:23 +00:00
< img src = "readme/custom-filter.png" width = "500" >
2024-05-15 17:15:12 +00:00
2024-07-27 04:19:23 +00:00
< br / >
< img src = "readme/custom-filter-options-1.png" width = "500" >
< br / >
< img src = "readme/custom-filter-options-2.png" width = "500" >
### Sort filter

### Search filter

2024-05-15 17:15:12 +00:00
2024-03-12 05:40:18 +00:00
## Installation
2024-03-12 05:20:06 +00:00
2024-05-27 07:50:15 +00:00
1. In Obsidian, open **Settings**
2. Go to **Community plugins**
2024-06-15 21:13:16 +00:00
3. Click **Browse**
2024-06-13 21:50:13 +00:00
4. Search for **Vault Explorer** by **DecafDev**
2024-06-15 21:13:16 +00:00
5. Click **Install**
6. Finally, click **Enable**
2024-03-12 05:20:06 +00:00
2024-03-12 05:40:18 +00:00
## Usage
2024-03-15 21:56:28 +00:00
2024-06-15 21:13:16 +00:00
Click the compass button on the left-hand sidebar to open the vault explorer view.
2024-04-21 23:51:22 +00:00
2024-07-27 04:19:23 +00:00
## Features
2024-09-10 06:59:55 +00:00
| Name | Categories | Documented |
| --------------------------------------------------------------------------- | ---------------------- | ---------- |
| Move focus with left and right arrows | Accessibility | ✅ |
| See an image placeholder on the grid card | Cover image | ✅ |
| Load a cover image from the image property | Cover image | ✅ |
| Load images from the url property | Cover image | ✅ |
| Load images from the first link in the frontmatter (wiki link or url) | Cover image | ✅ |
| Load images from the first link the body (internal embed or external embed) | Cover image | ✅ |
| Cache social media images | Cover image | ✅ |
| Change the order of cover image sources | Cover image, Setting | ✅ |
| Enable/disable cover image sources | Cover image, Setting | ✅ |
| Enable/disable loading the social media image | Cover image, Setting | ✅ |
| Clear the social media cache | Cover image, Setting | ✅ |
| Change the collapse style for feed content | Feed view, Setting | ✅ |
| Remove H1 from feed content | Feed view, Setting | ✅ |
| Remove markdown from feed content | Feed view, Setting | ✅ |
| Change the feed content line clamp for small screens | Feed view, Setting | ✅ |
| Change the feed content line clamp for medium screens | Feed view, Setting | ✅ |
| Change the feed content line clamp for large screens | Feed view, Setting | ✅ |
| See files icons next to the file name | File icons | ✅ |
| Toggle file icons | File icons, Setting | ✅ |
| Reorder the filter group list | Filter group | ✅ |
| Add a filter group | Filter group | ✅ |
| Delete a filter group | Filter group | ✅ |
| Set a filter group as sticky | Filter group | ✅ |
| Unset a filter group as sticky | Filter group | ✅ |
| Right click to edit a filter group item | Filter group | |
| Change the filter groups wrap | Filter groups, Setting | ✅ |
| Add a filter rule | Filter rule | ✅ |
| Delete a filter rule | Filter rule | ✅ |
| Duplicate a filter rule | Filter rule | ✅ |
| Match when property doesn't exist toggle | Filter rule | ✅ |
| Filter files by folder | Filter rule | ✅ |
| Filter by frontmatter property | Filter rule | ✅ |
| Select a condition | Filter rule | ✅ |
| Select a logical operator: `and` , `or` | Filter rule | ✅ |
| Filter files by folder | Filter rule | ✅ |
| Filter files by file content | Filter rule | ✅ |
| Filter files by file name | Filter rule | ✅ |
| Enable/disable a filter rule | Filter rule | ✅ |
| Enter a license key | License, Setting | ✅ |
| Enable/disable tags on a list item | List view, Setting | ✅ |
| Set the log level | Logging | ✅ |
| Filter by search | Search filter | ✅ |
| Change the plugin configuration folder | Setting | ✅ |
| Sort by title: `asc` , `desc` | Sort order | ✅ |
| Sort by modification date: `asc` , `desc` | Sort order | ✅ |
| Randomly sort files | Sort order | ✅ |
| Set property for modification date | Setting | ✅ |
| Set property for creation date | Setting | ✅ |
| See vault files in a grid view | View | ✅ |
| See vault files in a list view | View | ✅ |
| See vault files in a feed view | View | ✅ |
| See vault files in a table view | View | ✅ |
| Change the view list order | View | |
| Limit displayed files with pagination | View | |
| Search for a tag when clicked | View | ✅ |
| See a file preview when mouse hovers link and ctrl/cmd is pressed | View | |
| Search for property when clicked | View | ✅ |
| Load tags from the body of a markdown notes | View | ✅ |
| Set page size | View, Setting | ✅ |
| Set a url property | View, Setting | ✅ |
| Set custom text property | View, Setting | ✅ |
| Enable/disable load tags from a markdown note | View, Setting | ✅ |
2024-07-27 04:19:23 +00:00
2024-07-10 05:56:39 +00:00
## Network use
2024-06-23 06:08:00 +00:00
2024-07-30 08:30:56 +00:00
Vault Explorer is a privacy friendly plugin.
2024-06-23 06:08:00 +00:00
2024-07-30 08:30:56 +00:00
When you access the grid view, Vault Explorer will make requests to the URL's that you specify to display cover images. You may disable this behavior in the settings.
2024-07-10 05:56:39 +00:00
2024-07-30 08:30:56 +00:00
Besides cover image fetching, Vault Explorer does not make any network requests.
2024-06-23 06:08:00 +00:00
Vault Explorer does not include any client-side telemetry.
2024-06-11 18:46:41 +00:00
## Contributing
2024-07-10 05:56:39 +00:00
Contributions are welcome! Please read the [CONTRIBUTING.md ](CONTRIBUTING.md ) to get started.
2024-06-11 18:46:41 +00:00
## License
Vault Explorer is distributed under [MIT License ](https://github.com/decaf-dev/obsidian-vault-explorer/blob/master/LICENSE ).