File Metadata

pending

by aicayzer

Shows file metadata, text statistics, and document outline in the sidebar.

1 starsUpdated 29d agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

File Metadata

A sidebar panel for Obsidian that shows file info, text statistics, and a document outline — without touching your frontmatter.

screenshot-Obsidian-2026-03-10-000888@2xscreenshot-Obsidian-2026-03-10-000894@2xscreenshot-Obsidian-2026-03-10-000890@2x

Features

  • File info — name, full path, folder, created/modified dates, size
  • Details — frontmatter tags, backlinks count, and all frontmatter properties
  • Text statistics — words, characters, sentences, paragraphs, estimated pages, reading time, readability score
  • Link & code counts — internal/external links, fenced code blocks
  • Document outline — clickable headings indented by level
  • Image metadata — dimensions, colour space, camera (EXIF via exifr)
  • Collapsible sections — click any section header to collapse or expand it
  • Click to copy — click any row to copy its value; right-click for more options
  • Date format — choose between short, long, or relative date display
  • Style Settings support — customise colours, spacing, and layout via the Style Settings plugin
  • Configurable — toggle individual fields and sections on or off in Settings

Installation

Community plugins

  1. Settings → Community plugins → Browse → search File Metadata
  2. InstallEnable

Manual

  1. Grab main.js, manifest.json, and styles.css from the latest release
  2. Drop them into .obsidian/plugins/file-metadata/ inside your vault
  3. Settings → Community plugins → enable File Metadata

Usage

Click the icon in the left ribbon, or run File Metadata: Open File Metadata panel from the command palette.

The panel lives in the right sidebar and updates as you switch files or edit.

Collapsible sections

Click any section header (File, Statistics, Outline) to collapse or expand it. The collapsed state is remembered for the duration of the session.

Context menu

Right-click any row to copy just the value, or copy the full "Label: Value" pair.

Settings

Settings → File Metadata

File

SettingDefaultDescription
Show file nameOnDisplay the file name (click copies full path)
Show file pathOffDisplay the full vault path
Show folderOnDisplay the parent folder
Show created dateOnCreation date and time
Show modified dateOnLast modified date and time
Show file sizeOnSize on disk
Date formatShortChoose Short (5 Mar 2026, 14:30), Long (Wed, 5 March 2026, 14:30), or Relative (3h ago)
Folder click copiesVault pathChoose Vault path or Obsidian URI (obsidian://open?vault=…)

Details

SettingDefaultDescription
Show Details sectionOnToggle the entire section
Show tagsOnFrontmatter and inline tags
Show backlinks countOnNumber of notes linking to this file
Show propertiesOnAll frontmatter key-value pairs

Statistics

SettingDefaultDescription
Show Statistics sectionOnToggle the entire section
Show sentencesOnSentence count
Show paragraphsOnParagraph count
Show estimated pagesOnEstimated page count
Words per page300Used for the page estimate
Show reading timeOnEstimated reading time based on word count
Reading speed (wpm)200Words per minute for the reading time estimate
Show readability scoreOffFlesch reading ease (0–100); higher = easier to read
Show link countsOffInternal ([[wikilinks]]) and external link counts
Show code block countOffNumber of fenced code blocks

Outline

SettingDefaultDescription
Show Outline sectionOnToggle the heading outline

Behaviour

SettingDefaultDescription
Click to copyOnClick any row to copy its value

Style Settings

If you have the Style Settings plugin installed, File Metadata exposes the following customisation options under Style Settings → File Metadata:

OptionTypeDefault
Section header colourThemed colourText normal
Row label colourThemed colourText muted
Row value colourThemed colourText normal
Outline item colourThemed colourText muted
Section divider opacitySlider (0–1)0.5
Spacing above dividerNumber (px)12
Label column widthSlider (20–60%)40%

Without Style Settings installed, the plugin uses sensible defaults and looks identical.

Future improvements

  • Reveal file/folder in system file explorer (Finder/Explorer)
  • Configurable section ordering in settings

Attribution

Sidebar styling draws on the approach used by Simple File Info (Lukas Capkovic), which uses Obsidian's built-in tree-item components. EXIF parsing is handled by exifr (Mike Kovařík).

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.