mirror of
https://github.com/0xroko/obsidian-arena-plugin.git
synced 2026-07-22 08:50:26 +00:00
No description
| .github | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| bun.lockb | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Are.na plugin for Obsidian
Allows you to save Are.na blocks as Obsidian notes.
Features
Important
If you want to save private blocks, you need to create a personal access token
- Local first, save Are.na blocks in your Obsidian notes
- Display Are.na blocks in your Obsidian notes, block <-> note
- Support for all block types
- Easily open Are.na blocks in your browser
- No DB -> file name is the block id
If you want to see a feature implemented, open an issue or a PR.
Usage
Create your Are.na personal access token
-
Go to dev.are.na/oauth/applications and login with your Are.na account (this is the official Are.na API)

- Name the application whatever you want (e.g. Obsidian plugin)
- Set the redirect URI to
https://example.com(it doesn't matter) - Submit
Insert block
- Open the command palette and search for
Insert Are.na block - Done! Block will be inserted in your current note (and saved locally in
are.nafolder)


