{"id":15650448,"url":"https://github.com/javierarce/arena-manager","last_synced_at":"2025-04-14T03:08:49.236Z","repository":{"id":245908420,"uuid":"819252548","full_name":"javierarce/arena-manager","owner":"javierarce","description":"Publish content from Obsidian to Arena and the other way around.","archived":false,"fork":false,"pushed_at":"2024-08-19T07:14:19.000Z","size":88,"stargazers_count":52,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T03:07:59.627Z","etag":null,"topics":["arena","obsidian","obsidian-plugin","plugin"],"latest_commit_sha":null,"homepage":"https://obsidian.md/plugins?id=arena-manager","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javierarce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-24T06:29:43.000Z","updated_at":"2025-04-12T23:49:13.000Z","dependencies_parsed_at":"2024-07-09T09:20:03.369Z","dependency_job_id":"1c637342-fc5e-4aa9-96cf-fc021adc4153","html_url":"https://github.com/javierarce/arena-manager","commit_stats":null,"previous_names":["javierarce/arena-manager"],"tags_count":7,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierarce%2Farena-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierarce%2Farena-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierarce%2Farena-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierarce%2Farena-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javierarce","download_url":"https://codeload.github.com/javierarce/arena-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813795,"owners_count":21165634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arena","obsidian","obsidian-plugin","plugin"],"created_at":"2024-10-03T12:34:40.721Z","updated_at":"2025-04-14T03:08:49.206Z","avatar_url":"https://github.com/javierarce.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Are.na Manager\n\nPublish content from [Obsidian](https://obsidian.md) to [Are.na](https://www.are.na) and the other way around.\n\n### Commands\n\nCurrently this plugin offers 5 commands:\n\n| Command                      | Description                                                                                         |\n| :--------------------------- | :-------------------------------------------------------------------------------------------------- |\n| `Get blocks from channel`    | Get all the blocks from a channel and create a new note in Obsidian with the content of each block. |\n| `Pull block`                 | Updates the current open note with the content of a block from Are.na.                              |\n| `Push note`                  | Pushes the content of the current open note to a block in Are.na.                                   |\n| `Get block from Are.na`      | Creates a new note with the content of a block from your Are.na account.                            |\n| `Get block by its ID or URL` | Creates a new note with the content of a block from Are.na by its ID or URL.                        |\n| `Go to block in Are.na`      | Opens the block in the Are.na website.                                                              |\n\n### Installation\n\n1. [Install the plugin](https://obsidian.md/plugins?id=arena-manager) and enable it.\n2. Create a new Are.na application at [https://dev.are.na/oauth/applications](https://dev.are.na/oauth/applications).\n   You can use any valid URL in the `Redirect URI` field.\n3. Submit the form and copy the `Personal Access Token`.\n4. Open the plugin settings page and set the following options:\n    - **Personal Access Token**: the `Personal Access Token` you copied earlier.\n    - **Username**: Your Are.na slug (e.g., `username` in `https://www.are.na/username`).\n    - **Folder**: The folder where you want to store the notes (the folder is called `arena` by default).\n5. You are done! Use any of the commands above to interact with your Are.na blocks and channels.\n\n### Attachments download\n\nThe 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:\n\n-   **Download inside the channel folder**: Attachments will be stored in the same folder as the note. For example: `arena/fantastic-channel/{folder name}`. If you leave the field empty, your attachments will be stored in the channel folder.\n-   **Download to a custom folder**: Attachments will be stored in a custom folder. For example: `attachments/web/files-i-saved-in-arena`\n\n### Frontmatter structure\n\nWhen you get a block from Are.na, the plugin will add some frontmatter automatically to allow syncronizing your note and the block.\n\n| Property     | Description                                                |\n| :----------- | :--------------------------------------------------------- |\n| blockid      | the id of the block in Are.na                              |\n| class        | the class of the block in Are.na (e.g. Link or Attachment) |\n| title        | the title of the block in Are.na                           |\n| user         | the user who created the block in Are.na                   |\n| channel      | the channel where the block was pulled from                |\n| source title | the title of the block's source                            |\n| source url   | the url of the block's source                              |\n\n### Roadmap\n\n-   [x] Fetch all the user's channels.\n-   [x] Attachment offline support.\n-   [x] Getting blocks by their ID or URL.\n-   [ ] Avoid overiding the frontmatter when pulling a block.\n-   [ ] Template system (from [this issue](https://github.com/javierarce/arena-manager/issues/1))\n-   [ ] Getting blocks to folders outside of the Are.na directory designated in the settings.\n-   [ ] Getting blocks from other users’ channels.\n-   [ ] Downloading blocks by URL.\n-   [ ] Creating new channels from the content of a note or directory\n\n### Contributing\n\nIf you have ideas, suggestions, or bug reports feel free to [open an issue](https://github.com/javierarce/arena-manager/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierarce%2Farena-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavierarce%2Farena-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierarce%2Farena-manager/lists"}