mirror of
https://github.com/lukas-cap/simple-file-info.git
synced 2026-07-22 12:30:28 +00:00
No description
| readme-assets | ||
| source | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| bun.lock | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Simple File Info for Obsidian
File info pane that lives in Obsidian's right sidebar. No more, no less.
The main priorities of this project are:
- simplicity: fills the gap for basic file metadata in Obsidian without adding unnecessary bloat
- native look and feel: avoids custom styling to feel at home regardless of the theme
Usage
- the entry point is in the top right sidebar button strip.
- if the pane got dismissed, you can bring it back by executing the "Show file info" command from the command palette.
Attribution
ExifReader used for basic image info - https://github.com/mattiasw/ExifReader