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
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Show All Hidden Files

Anatolii KmetiukAnatolii Kmetiuk45 downloads

Reveals every dot-prefixed hidden file and folder in the Obsidian file explorer.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

An Obsidian desktop plugin that reveals every dot-prefixed hidden file and folder in the current vault, at any depth.

This plugin intentionally has no default exclusions. It can reveal sensitive or high-volume paths such as .obsidian, .git, .venv, .env, .trash, and .DS_Store.

Usage

  1. Install and enable Show All Hidden Files.
  2. Run Show All Hidden Files: Rescan hidden files from the command palette if hidden files were created after startup.
  3. Optional: add exact file or folder names in Settings > Community plugins > Show All Hidden Files > Ignored names to keep those names hidden anywhere in the vault.

The plugin also enables Obsidian's unsupported-file visibility setting while it is active, so non-Markdown hidden files can appear in the file explorer.

Behavior

  • Reveals any vault-relative path with a segment beginning with ..
  • Keeps ignored names hidden by exact file or folder name, independent of path.
  • Skips ignored folders and any hidden files or folders inside them.
  • Works for root-level and nested hidden paths.
  • Does not rename, delete, or modify vault files.
  • Does not follow symlinked directories during scans, to avoid recursive loops.
  • Restores patched Obsidian internals and the previous unsupported-file setting when disabled.

Compatibility

This is desktop-only. It depends on Obsidian's local filesystem adapter and undocumented internals, so it may need updates if Obsidian changes those internals.

Security and privacy

  • Uses Node.js filesystem APIs to scan the current vault.
  • Uses undocumented Obsidian internals to register hidden paths in the file explorer.
  • Reveals hidden files that may contain secrets or configuration.
  • Does not use telemetry.
  • Does not make network requests.
  • Does not require an account or external service.
  • Does not include ads or paid features.

Development

Install dependencies:

npm ci

Build the plugin:

npm run build

The build writes main.js, which Obsidian loads locally. main.js is generated and is not committed to the repository.

Release

Releases are created by GitHub Actions when a semantic version tag is pushed. The tag must exactly match manifest.json's version, for example 0.1.0.

The release workflow builds the plugin and attaches:

  • main.js
  • manifest.json
84%
HealthExcellent
ReviewSatisfactory
About
Reveal every dot-prefixed hidden file and folder in the vault at any depth, including .git, .obsidian, .env and .DS_Store. Enable Obsidian's unsupported-file visibility while active to show non‑Markdown hidden files, and keep exact names hidden via ignored names; does not modify files.
FilesSidebar
Details
Current version
0.1.2
Last updated
5 days ago
Created
5 days ago
Updates
3 releases
Downloads
45
Compatible with
Obsidian 1.4.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Anatolii KmetiukAnatolii Kmetiukanatoliykmetyuk
GitHubanatoliykmetyuk
  1. Community
  2. Plugins
  3. Files
  4. Show All Hidden Files

Related plugins

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.

Custom File Explorer sorting

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

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.

Reveal Active File Button

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

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.

Manual Sorting

Drag'n'Drop sorting within file explorer.

Trash Explorer

Restore and delete files from the Obsidian .trash folder.

File Explorer++

Hide and pin files and folders in the file explorer using custom filters.