Anatolii Kmetiuk45 downloadsReveals every dot-prefixed hidden file and folder in the Obsidian file explorer.
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.
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.
..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.
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.
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.jsmanifest.json