Stagars19 downloadsShows separate file and folder counts beside folders in the native File Explorer.
Folder Info displays separate file and folder counts beside folders in Obsidian's native File Explorer.
Examples:
Research (44 files, 16 folders)Projects (8 files, 4 folders)Empty folder (0 files, 0 folders)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.
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.
Each GitHub release must attach these files individually:
main.jsmanifest.jsonstyles.cssThe release tag must exactly match the version in manifest.json.
MIT