ankitchouhan102047 downloadsBrowse all notes from the sidebar with excerpts, modified dates, search, quick create, and the File Explorer context menu.
Browse every markdown note from the sidebar — compact cards with title, excerpt, and modified date; a footer with search and quick-create; and a right‑click menu aligned with the File Explorer.
Requires Obsidian 1.5.0+.
Repository: github.com/ankitchouhan1020/papertrail
Sidebar list beside the editor — pick a note, open it, keep context.
| Channel | How |
|---|---|
| Manual | From Releases, put main.js, manifest.json, and styles.css in <Vault>/.obsidian/plugins/papertrail/, then enable the plugin |
| BRAT | Add ankitchouhan1020/papertrail |
| Setting | Description |
|---|---|
| Sort order | By modified date, title, or path. |
| Hide excluded paths | Also hide paths with a . segment (in addition to Obsidian excluded files and .obsidian). |
Use Obsidian’s Build a plugin flow with a dev vault, not your primary notes.
<dev-vault>/.obsidian/plugins/papertrail/.npm install (installs Git hooks via prepare; pre-commit runs npm run build).npm run dev — watch src/main.ts and rebuild main.js on change.Production bundle: npm run build. Edit src/main.ts only — root main.js is generated.
See COMMUNITY_PLUGIN_CHECKLIST.md. Bump versions in manifest.json / versions.json, tag a GitHub release with main.js, manifest.json, and styles.css.
MIT — see LICENSE.