The Dashboard navigator plugin is a comprehensive tool designed to help users efficiently manage and navigate their Obsidian vaults. It provides a dashboard with detailed statistics such as the number of notes, images, audios, and other file types, along with recent files categorized by type. The plugin features advanced search capabilities, allowing users to filter files by type, tags, dates, and frontmatter metadata. Users can sort, preview, and customize the display of results through various layouts and column visibility settings. Additional features include file and folder exclusions, colored file tracking, and tag color support for enhanced organization and visualization. The plugin aims to streamline workflows and provide quick access to essential files.
The Folder Overview plugin allows users to generate a dynamic summary of their Obsidian vault or specific folders using a code block. It provides an organized view of folder contents, making it easier to navigate large vaults and quickly access important notes. The plugin enhances note management by offering a structured way to visualize files, reducing clutter and improving workflow efficiency.
The File Index plugin generates and maintains a metadata file, `file-index.json`, at the root of an Obsidian vault. This index includes a list of all file paths and a mapping of basenames to their respective file paths, enabling external applications to render Wikilinks without requiring knowledge of the vault's internal structure. Users can customize the index by excluding files using regular expressions defined in a `file-index-ignore.json` file.
The Clone Vault plugin allows users to create a duplicate of their existing Obsidian vault while preserving its settings and folder structure. It copies the `.obsidian` settings folder and enables selective duplication of specific folders, such as templates, without copying all content. Users can configure the default location for new vaults and name them through a convenient modal prompt. This plugin is useful for setting up new vaults with pre-configured settings and structures, ensuring consistency across different workspaces.