Notetaking should be visual. This plugin enables Are.na content to be embedded in Obsidian, creating new connections between notes, blocks, and channels.
- Download release
- Unpack contents to your Vault (
VaultFolder/.obsidian/plugins/arena-plugin/
). - Ensure the plugin is activated. You can do this in Obsidian's preference pane.
- Use a code block (see examples) to include Are.na blocks or channels. Alternatively, access plugin commands through the command palette (
⌘
P
orControl
P
). - Optional: Customize Are.na Plugin's settings or add a token to access private blocks.
```arena
https://www.are.na/block/4389827
```
```arena
https://www.are.na/block/1907723
https://www.are.na/block/5669256
https://www.are.na/block/9444327
```
```arena
https://www.are.na/michael-tjia/fresh-tulips-of-bel-air
```
To access private blocks, you will need an access token. Generate your token at https://dev.are.na/oauth/applications and store it in the plugin settings.
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version
). npm i
oryarn
to install dependencies.npm run dev
to start compilation in watch mode.