No description
Find a file
Lukas Capkovic a39a563f79 Version bump
2025-03-31 13:16:12 -07:00
readme-assets More updates 2025-03-15 20:35:42 -07:00
source Update comment 2025-03-31 13:12:51 -07:00
.editorconfig Initial commit 2025-02-09 11:53:07 -08:00
.eslintignore Initial commit 2025-02-09 11:53:07 -08:00
.eslintrc Initial commit 2025-02-09 11:53:07 -08:00
.gitignore Initial commit 2025-02-09 11:53:07 -08:00
.npmrc Initial commit 2025-02-09 11:53:07 -08:00
bun.lock Better image info support 2025-02-10 00:10:58 -08:00
esbuild.config.mjs Cleanup 2025-03-15 20:56:04 -07:00
LICENSE Create LICENSE 2025-03-15 20:09:53 -07:00
manifest.json Version bump 2025-03-31 13:16:12 -07:00
package.json Version bump 2025-03-31 13:16:12 -07:00
README.md Attribution 2025-03-15 21:02:30 -07:00
styles.css Naming update + cleanup 2025-03-15 19:55:51 -07:00
tsconfig.json Initial commit 2025-02-09 11:53:07 -08:00
version-bump.mjs Initial commit 2025-02-09 11:53:07 -08:00
versions.json Version bump 2025-03-31 13:16:12 -07:00

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