whathebuddha184 downloadsBrowse your vault with Are.na inspired channels and blocks - a visual interface to reference and organize files.
Browse your vault with Are.na inspired channels and blocks - a visual interface to reference and organize files.

Desktop View

Mobile View
You can install the plugin via the Community Plugins tab within Obsidian. Search for "Arena Browser."
To install manually, copy main.js, styles.css, and manifest.json into your vault at .obsidian/plugins/arena-browser/, then enable the plugin in Settings → Community Plugins.
After enabling the plugin, click the grid icon in the ribbon or use the Command Palette → Open Arena browser.
Arena Browser maps directly to your vault's folder structure. By default it looks for a folder named arena at your vault root:
vault/
└── arena/
├── design-resources/
│ ├── screenshot.png
│ └── notes.md
└── mood-board/
└── reference.pdf
arena)Arena Browser makes outbound network requests in the following situations:
<title> and Open Graph metadata (og:title, og:description, og:image). No data is sent; only an outbound GET is made to the URL you provided.open.spotify.com and soundcloud.com, the plugin calls the platform's public oEmbed endpoint to retrieve the cover thumbnail URL, then downloads that image.APIFY_TOKEN set in your .env file, cover images for bookmarks are fetched via the Apify screenshot API. No token is bundled in a release build unless you explicitly add one yourself.No analytics, telemetry, or tracking of any kind are collected or transmitted.
MIT — see LICENSE.