Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

File Index

steffo99steffo993k downloads

Create a metadata file about the files present in the Vault.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Obsidian File Index

Obsidian plugin to create a metadata file about the files present in the Vault

About

This Obsidian plugin creates and keeps updated a file-index.json file at the root of your Vault, containing a list of all file paths and a map of all basenames to file paths.

Useful to externally render Wikilinks with no knowledge of the file structure of the vault, for example in Glassflame.

{
    "paths": [
        "README.md",
        "Garas/moto.md",
        "Garas/auto.md"
    ],
    "basenames": {
        "moto": "Garas/moto.md",
        "auto": "Garas/auto.md"
    }
}

Ignore

Files can be excluded by the index by adding a file-index-ignore.json file at the root of your Vault, containing a JSON array of regular expressions that will prevent matching files from being added to the list:

[
    "^Garas",
    ".*HelloWorld.*"
]

Known issues

[!WARNING]

May have some trouble distinguishing between files with the same basename, but in different folders.

HealthGood
ReviewSatisfactory
About
Create and maintain a file-index.json at your vault root that lists all file paths and maps basenames to their file paths for external processing. Exclude files with a file-index-ignore.json of regex patterns and use the index to render wikilinks or feed external tools.
FilesJSONExport
Details
Current version
3.0.3
Last updated
3 years ago
Created
3 years ago
Updates
2 releases
Downloads
3k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Ko-fi
Author
steffo99steffo99
www.steffo.eu
GitHubsteffo99
  1. Community
  2. Plugins
  3. Files
  4. File Index

Related plugins

Print

Print notes and documents directly from your workspace.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Advanced URI

Control everything with URI.

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

ChatGPT MD

A seamless integration of ChatGPT, OpenRouter.ai and local LLMs via Ollama into your notes.

QuickAdd

Quickly add new notes or content to your vault.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).