Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Are.na Channels

Francesco BerniniFrancesco Bernini15 downloads

Render Are.na channels as live, responsive masonry grids inside your notes with a simple code block.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Render Are.na channels as live, responsive masonry grids inside your Obsidian notes with a single code block. Works in both Reading view and Live Preview.

Unofficial. This plugin is an independent community project. It is not affiliated with, endorsed by, or supported by Are.na. It uses the public Are.na API.

grid

Usage

Add a code block to any note:

```arena
channel: arena-influences
```

The channel renders as a masonry grid that adapts its column count to the note width.

You can paste a full URL instead of a slug — it's extracted automatically:

```arena
channel: https://www.are.na/charles-broskoski/arena-influences
```

Per-block options

Any global setting can be overridden inside a block:

```arena
channel: arena-influences
columns: 300
gap: 20
variant: large
caption: true
link: false
fullwidth: false
```
Key Values Default
channel slug or Are.na URL (required) —
columns target column width in px 240
gap space between items in px 14
variant small / medium / large / original medium
caption true / false on
link true / false on
fullwidth true / false on

Settings

  • Access token — a Personal Access Token from are.na/settings/personal-access-tokens. Required only for private channels; public channels work without one.
  • Grid — default column width, gap, image quality, titles, and Are.na links.
  • Full width — notes containing an Are.na grid use the full pane width, ignoring "Readable line length". No CSS snippet or cssclasses frontmatter needed; disable globally or per block with fullwidth: false.
  • Cache duration — how long fetched data is reused before refetching. Run Refresh Are.na grids from the command palette to force an update.

Network use

This plugin connects to the internet to do its job:

  • api.are.na — to fetch the contents of the channels you embed. Your access token, if set, is sent only here as an Authorization header.
  • Are.na image CDN (images.are.na / CloudFront) — block images are loaded directly from Are.na's image servers.

No other servers are contacted. No telemetry or usage data is collected. An Are.na account (Personal Access Token) is required only for private channels. The token is stored locally in your vault's plugin folder (data.json), in plain text.

Install

From the community store

Settings → Community plugins → Browse → search "Are.na Channels".

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <vault>/.obsidian/plugins/arena-channels/.
  3. Reload Obsidian and enable the plugin under Community plugins.

Development

npm install
npm run dev      # watch build
npm run build    # production build + typecheck

License

MIT

HealthExcellent
ReviewSatisfactory
About
Render Are.na channels as live, responsive masonry grids inside Obsidian notes using a single code block, working in Reading view and Live Preview. Adapt column count to pane width, accept slugs or full URLs, support private channels via personal access token, and allow per-block overrides for layout, captions, links, and caching.
IntegrationsImagesVisualization
Details
Current version
1.0.1
Last updated
5 days ago
Created
5 days ago
Updates
2 releases
Downloads
15
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Francesco BerniniFrancesco Berninifrancescobernini0016
francescobernini0016.github.io/Website/
GitHubfrancescobernini0016
Mastodonthe_salmone
  1. Community
  2. Plugins
  3. Integrations
  4. Are.na Channels

Related plugins

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Image auto upload

Upload images from your clipboard by PicGo.

BRAT

Easily install a beta version of a plugin for testing.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Mermaid Tools

Improved Mermaid.js experience: visual toolbar with common elements and more.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.