Installation¶
Loud Outline is a desktop-only plugin — it patches Obsidian's native file explorer directly,
which hasn't been verified against Obsidian Mobile yet. isDesktopOnly: true in manifest.json
reflects this.
From Obsidian's Community Plugins browser¶
- Open Settings → Community plugins → Browse.
- Search for "Loud Outline".
- Click Install, then Enable.
Manual install¶
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Create a folder named
loud-outlineinside your vault's.obsidian/plugins/directory. - Place the three downloaded files inside it.
- Reload Obsidian (or use Settings → Community plugins → Reload plugins).
- Enable Loud Outline under Settings → Community plugins.
BRAT (Beta Reviewers Auto-update Tool)¶
If you use BRAT to track plugins directly from GitHub:
- Install BRAT from the Community Plugins browser if you haven't already.
- Run the BRAT: Add a beta plugin for testing command.
- Paste
danrfletcher/obsidian-loud-outline. - BRAT installs it and will offer updates as new releases ship.
Next¶
Once it's enabled, head to Your First Look to see it in action.