Dan131 downloadsLike Quiet Outline, but louder! Shows each note's headings, tasks and lists as expandable nodes right in the file explorer — no separate outline pane needed.
Like Quiet Outline, but louder! Shows each note's headings, tasks and lists as expandable/collapsible nodes directly in Obsidian's native file explorer — the same interaction as a folder expanding to reveal the files inside it, except a file expands to reveal its own outline.
No separate outline pane. The file tree is the outline.

- [ ] / - [x]) and ordinary nested bullet/numbered
lists also appear as tree nodes:Quiet Outline and the built-in Outline core plugin both show a note's heading structure in their own dedicated sidebar pane, disconnected from the file tree. Loud Outline borrows that navigation mechanic but folds the result into the file explorer itself instead of adding another pane — and extends it to tasks and lists, which neither of those show.
Settings → Community plugins → Browse → search "Loud Outline" → Install → Enable.
main.js, manifest.json and styles.css from the
latest release.<your-vault>/.obsidian/plugins/loud-outline/.npm install
npm run dev # esbuild watch mode
npm run build # type-check + production bundle
This follows the standard Obsidian sample plugin build setup (esbuild + TypeScript).