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

Folder Info

StagarsStagars75 downloads

Shows separate file and folder counts beside folders in the native File Explorer.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates8

Folder Info displays compact file and folder counts in a lower-right badge on folders in Obsidian's native File Explorer.

Examples:

  • Research 44 | 16
  • Projects 8 | 4
  • Empty folder 0 | 0

Features

  • Recursive totals or direct-child totals
  • Independent file and folder count toggles
  • Optional zero counts
  • Compact translucent badge with a | separator
  • Badge font sizes: Normal, Small, and Extra small
  • Optional 80%-opacity shading for the badge
  • Live refresh after create, delete, and rename operations
  • Preserves Obsidian's normal folder rename interface

Settings

  • Count all descendants or direct children
  • Show or hide file counts
  • Show or hide folder counts
  • Choose Normal, Small, or Extra small badge text
  • Shade the badge at 80% opacity
  • Show or hide zero counts

Reliability

  • Counters are appended without moving Obsidian's native folder-name nodes.
  • Legacy counters and wrappers from earlier versions are removed automatically, preventing duplicate labels after updates.
  • Counts are indexed from all loaded vault files and folders, including empty folders.
  • The plugin refreshes folder rows when File Explorer content is mounted, expanded, renamed, created, or deleted.

Privacy and security

Folder Info makes no network requests, collects no telemetry, does not read note or attachment contents, and does not write to vault files. It reads only Obsidian's in-memory file and folder tree and stores six local display preferences.

Source and build

The complete plugin source is the root-level main.ts. It intentionally uses JavaScript-compatible TypeScript so the deterministic build has no third-party dependencies.

npm ci
npm run build
npm test

npm run build executes the root-level build.mjs and creates main.js from main.ts.

Release files

Each GitHub release must attach these files individually:

  • main.js
  • manifest.json
  • styles.css

The release tag must exactly match the version in manifest.json.

License

MIT

Compact badge

Folder counts appear as a translucent badge such as:

44 | 16

The first value is the file count and the second is the folder count. Folder-name hover behavior remains native to Obsidian; the plugin does not add another popup.

Badge font-size options are:

  • Normal: 90% of the folder-name size.
  • Small: 30% smaller, the default.
  • Extra small: 50% smaller.
HealthExcellent
ReviewSatisfactory
About
Show separate file and folder counts beside every folder in the native File Explorer, with a choice of recursive (all descendants) or direct-child counting. Update counts live for every Obsidian-exposed file type and preserve Explorer behavior while running offline with no network, telemetry, or vault writes.
FoldersFilesSidebar
Details
Current version
1.0.7
Last updated
Last week
Created
Last week
Updates
8 releases
Downloads
75
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
StagarsStagarsstagars-m
GitHubstagars-m
  1. Community
  2. Plugins
  3. Folders
  4. Folder Info

Related plugins

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

File Tree Alternative

An alternative file tree view with separate folder and file panes.

Notebook Navigator

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

Recent Files

Display a list of recently opened files.

Hide Folders

Quickly toggle the visibility of specific folders in the file navigator based on configured names. Useful for hiding attachment folders.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Novel word count

Display a word count, page count, creation date, or other statistics for each file, folder and vault in the File Explorer pane.