javier784 downloadsPublish content from your vault to Are.na and the other way around.
Publish content from Obsidian to Are.na and the other way around.
Currently this plugin offers 6 commands:
| Command | Description |
|---|---|
| Get blocks from channel | Get all the blocks from your own channels, other people's public channels, or any channel URL, and create a note for each block. |
| Pull block from Are.na | Update the current open note with the content of a specific block. |
| Push note to Are.na | Push the content of the current open note to a channel or block. |
| Get a block from Are.na | Create a new note from a single block you pick out of your own channels, other people's public channels, or any channel URL. |
| Get a block by ID or URL | Create a new note from a specific block using its direct ID or URL. |
| Go to block on Are.na | Open the selected block directly on the website. |
Personal Access Token at https://are.na/developers with read and write access (write access is required to publish blocks and channels back to Are.na).Personal Access Token.Personal Access Token you copied earlier.username in https://www.are.na/username).arena by default).And you are done! Use any of the commands above to interact with your Are.na blocks and channels.
The plugin doesn’t download attachments by default. If you want to download them, you can enable the Download attachments option in the settings. You can choose from the following download locations:
arena/fantastic-channel/{folder name}. If you leave the field empty, your attachments will be stored in the channel folder.attachments/web/files-i-saved-in-arenaWhen you get a block from Are.na, the plugin will add some frontmatter automatically to allow synchronizing your note and the block.
| Property | Description |
|---|---|
| blockid | the id of the block in Are.na |
| class | the class of the block in Are.na (e.g. Link or Attachment) |
| title | the title of the block in Are.na |
| user | the user who created the block in Are.na |
| channel | the channel where the block was pulled from |
| source title | the title of the block's source |
| source url | the url of the block's source |
If you have ideas, suggestions, or bug reports feel free to open an issue. To set up the project locally and submit code, see the contributing guide.