No description
Find a file
2024-06-24 14:44:59 +02:00
.github chore: Update README with instructions for creating Are.na personal access token 2024-06-24 14:04:29 +02:00
src refactor: Update link to create Are.na personal access token in tokenMessage.ts 2024-06-24 14:43:15 +02:00
.editorconfig initial 2023-10-22 22:25:17 +02:00
.eslintignore initial 2023-10-22 22:25:17 +02:00
.eslintrc initial 2023-10-22 22:25:17 +02:00
.gitignore initial 2023-10-22 22:25:17 +02:00
.npmrc initial 2023-10-22 22:25:17 +02:00
bun.lockb fix fetch function, try login fix 2024-03-05 14:23:45 +01:00
esbuild.config.mjs move to src, replace fetch 2023-11-01 16:58:30 +01:00
LICENSE fix licence 2023-11-01 16:45:51 +01:00
manifest.json chore: Bump version to 1.0.3 in manifest.json, package.json, and versions.json 2024-06-24 14:44:59 +02:00
package.json chore: Bump version to 1.0.3 in manifest.json, package.json, and versions.json 2024-06-24 14:44:59 +02:00
README.md chore: Update README with instructions for creating Are.na personal access token 2024-06-24 14:04:29 +02:00
styles.css initial 2023-10-22 22:25:17 +02:00
tsconfig.json initial 2023-10-22 22:25:17 +02:00
version-bump.mjs initial 2023-10-22 22:25:17 +02:00
versions.json chore: Bump version to 1.0.3 in manifest.json, package.json, and versions.json 2024-06-24 14:44:59 +02:00

Are.na plugin for Obsidian

Allows you to save Are.na blocks as Obsidian notes.

demo

Install here

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

  1. Go to dev.are.na/oauth/applications and login with your Are.na account (this is the official Are.na API)

  2. Create a new application

  • Name the application whatever you want (e.g. Obsidian plugin)
  • Set the redirect URI to https://example.com (it doesn't matter)
  • Submit
  1. Copy the Personal Access Token and enter it in the plugin settings

Insert block

  1. Open the command palette and search for Insert Are.na block
  2. Done! Block will be inserted in your current note (and saved locally in are.na folder)