Matt Maiorana22 downloadsA simple, standalone pinned files view for Obsidian.
A simple Obsidian plugin for pinning important files so they are always easy to find.
Simple Pinned Files adds a compact Pinned Files view to the sidebar. It is designed to feel native to Obsidian: pinned items use the same compact styling as native file rows, pinned files open with one click, and matching files in the native File Explorer get a subtle pin indicator.

manifest.json, main.js, and styles.css from the latest release on the GitHub Releases page..obsidian/plugins/simple-pinned-files/.npm installnpm run buildmanifest.json, main.js, and styles.css into the .obsidian/plugins/simple-pinned-files/ folder inside your vault.Pinned files are stored in the plugin's own data.json. If Obsidian Sync is configured to sync plugin data, your pinned list will sync between devices. The plugin periodically reloads its own data so synced changes appear without restarting Obsidian.
This plugin is intentionally conservative about what it touches.
.obsidian/plugins/simple-pinned-files/data.json inside your vault.npm run dev — watch-mode buildnpm run build — production build (type-checks then bundles)For manual installation, users only need these three files from a GitHub release:
manifest.jsonmain.jsstyles.cssv1.0.5 — stable. See CHANGELOG.md for release notes and FUTURE_PLANS.md for ideas under consideration.
MIT © Matt Maiorana