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 Bernini101 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: description
description: 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 title / description / none (or on/off) title
description true / false off
link true / false on
fullwidth true / false on

caption chooses what text appears under each block. description adds the block's description below the caption, collapsed to its first line — click it to read the rest. caption: true / false still work as aliases for title / none.

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, caption source, description preview, 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
2 months ago
Created
3 months ago
Updates
2 releases
Downloads
101
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.

NanoBanana PRO

Generate Knowledge Posters (infographics) from your notes using AI. Supports OpenAI, Gemini, Anthropic, and xAI.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Advanced Canvas

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

BRAT

Easily install a beta version of a plugin for testing.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Breadcrumbs

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

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.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.