Amazing Marvin Integration

by Cloud Atlas
5
4
3
2
1
Score: 42/100

Description

Category: 3rd Party Integrations

The Amazing Marvin Integration plugin connects Obsidian with Amazing Marvin, enabling seamless synchronization of tasks and projects between the two platforms. The plugin imports Amazing Marvin categories and projects into Obsidian, creating a matching folder and note structure. Tasks are transformed into Markdown checklist items with support for nested subtasks, wiki links, and parent-child relationships. Users can create Marvin tasks directly from Obsidian, using shorthand notations for properties like due dates and labels. Additionally, the plugin offers deep linking to Amazing Marvin for quick navigation. It supports auto-marking tasks as done in Marvin when completed in Obsidian, streamlining task management workflows. The integration is unidirectional, importing data from Amazing Marvin to Obsidian while preserving the original hierarchy.

Reviews

No reviews yet.

Stats

21
stars
2,371
downloads
3
forks
759
days
761
days
761
days
20
total PRs
1
open PRs
0
closed PRs
19
merged PRs
30
total issues
15
open issues
15
closed issues
14
commits

Latest Version

2 years ago

Changelog

What's Changed

Other Changes

Full Changelog: https://github.com/cloud-atlas-ai/obsidian-am/compare/0.9.2...0.9.9

README file from

Github

Obsidian Amazing Marvin Plugin

This plugin for Obsidian enables synchronization with Amazing Marvin, a comprehensive task management and planning system. It is developed and maintained by your productivity friends at Cloud Atlas to facilitate a seamless integration for users who utilize both platforms.

Amazing Marvin Plugin Overview

The Amazing Marvin Plugin provides a way to bring your tasks and project structures from Amazing Marvin directly into your Obsidian vault. It respects the Amazing Marvin hierarchy of categories and projects, creating a matching folder and note structure within Obsidian.

Key Features

  • Sync Categories and Projects: Converts Amazing Marvin categories and projects into Obsidian folders and notes, maintaining the original hierarchy.
  • Task Integration: Transforms tasks into markdown checklist items, with nested subtasks properly indented.
  • Parent Links: For easy navigation, notes for subcategories and subprojects include backlinks to their parent category or project.
  • Wiki Links: Sub-Categories and projects Amazing Marvin are added as wiki links.
  • Categories and Projects are folder notes: Categories and projects are created as folder notes, compatible with Obsidian folder notes.
  • Task Creation: Users can create Amazing Marvin tasks directly within Obsidian, with support for standard Marvin shorthand notations like + for dates or @ for labels.
  • Deep Linking: Each task and category is equipped with a deep link, providing quick navigation back to Amazing Marvin.

Usage Instructions

Sync Direction

The Obsidian Amazing Marvin Plugin currently supports unidirectional synchronization. It imports and updates data from Amazing Marvin into your Obsidian vault, but it does not export or sync changes made in Obsidian back to Amazing Marvin.

Sync Behavior

Each sync operation performs a fresh import:

  • The plugin first removes the existing category/project notes and folders that were previously synchronized.
  • It then creates new notes and folders based on the latest data from Amazing Marvin.

Running a Sync

To initiate a sync:

  1. Open Obsidian's Command Palette with Ctrl/Cmd + P.
  2. Search for and select the command Sync Amazing Marvin categories and projects.
  3. The plugin will then proceed to update your Obsidian vault with the current structure and content from Amazing Marvin.

Once synced, your Obsidian vault will contain a new AmazingMarvin folder. Inside, you'll find the structured notes corresponding to your categories and projects from Amazing Marvin.

Creating a Marvin Task

The task creation dialog is designed to mirror the task input experience in Amazing Marvin closely. It includes the following features:

  • Autocomplete for Categories and Projects using # syntax or a search sub-dialog.
  • Recognizes shorthand notations for properties like start date (~), due date (@), and labels (+).
  • Places a link to the Marvin task as a deep link in Obsidian at the cursor location upon task creation.
  • The created Marvin task contains an Advanced URI-friendly link back to the Obsidian note that instigated the task.

To create a task:

  1. Open Obsidian's Command Palette with Ctrl/Cmd + P.
  2. Search for and select the command Create Marvin Task.
  3. Input the task details and select the appropriate category from the dropdown, which shows suggestions as you type.
  4. Upon task creation, a markdown checklist item with a link to the Marvin task is inserted at your cursor location in Obsidian.

Auto-Mark as Done Feature

One of the highlights in this version is the ability to auto-mark tasks as done in Amazing Marvin when they are checked off in Obsidian. When this feature is enabled in the plugin settings, checking a task off in your Obsidian note will automatically update the task status in Amazing Marvin.

Here's how to enable this feature:

  1. Go to Settings > Obsidian Amazing Marvin Plugin.
  2. Check the option Attempt to mark tasks as done in Amazing Marvin when checked off in Obsidian.
  3. Save your settings.

Now, when you check off a task with an Amazing Marvin Link in an Obsidian note, a request will be sent to Amazing Marvin to mark the task as done there as well.

Important Considerations

  • Data Loss: Be cautious when editing Amazing Marvin-generated notes in Obsidian, as these changes will be overwritten by the next sync.
  • Backup Recommended: It's advisable to back up your Obsidian vault before running the sync, especially if you've made local modifications to the synchronized notes.

By following these guidelines, you can ensure your Amazing Marvin data is accurately reflected in Obsidian while being mindful of the plugin's current limitations.

Installing

Using BRAT

  1. Install the BRAT plugin
    1. Open Settings -> Community Plugins
    2. Disable safe mode, if enabled
    3. Browse, and search for "BRAT"
    4. Install the latest version of Obsidian42 - BRAT
  2. Open BRAT settings (Settings -> BRAT)
    1. Scroll to the Beta Plugin List section
    2. Add Beta Plugin
    3. Specify this repository: cloud-atlas-ai/obsidian-am
  3. Enable the Amazing Marvin plugin (Settings -> Community Plugins)

Manually

  1. If you haven't enabled community plugins in Obsidian, follow these instructions to do so.
  2. Download cloudatlas-obsidian-am.zip from the releases.
  3. Unzip the release and copy the directory into your vault's plugins folder: <vault>/.obsidian/plugins/cloudatlas-o-am.
  4. Restart Obsidian to recognize the new plugin.
  5. In Obsidian's settings under "Community Plugins," find and enable the Obsidian Amazing Marvin Plugin.
  6. Add your key token to the plugin settings. You can find your key token in the Amazing Marvin API page.

Development

  1. Ensure NodeJS and npm are installed on your system.
  2. Clone this repository.
  3. Run npm install to install the dependencies.
  4. Make your desired changes.
  5. Use npm run dev to watch for changes and compile the plugin to dist/main.js.

For more detailed development instructions, refer to the sample plugin provided by Obsidian.

Testing

While you're testing, you're going to send a lot of requests to the Amazing Marvin API. To avoid hitting the rate limit, you can use the Desktop local API server. See Desktop Local API Server for more information. Once setup, you can specify the local API server in the plugin settings.

Note that the /api/children endpoint is not available in the local API server, always returning 404. I've followed up with the Amazing Marvin team to see if this can be added.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Big Calendar
4 years ago by Boninall
Big Calendar in Obsidian, for manage your events in a day/week/month and see agenda too!
Things Link
4 years ago by @gavmn
Obsidian Google Tasks
4 years ago by YukiGasai
Add Google Tasks inside Obsidian
Agile Task Notes
4 years ago by BoxThatBeat
This Obsidian plugin integrates your TFS data from either Jira or Azure Devops
Week Planner
4 years ago by Ralf Wirdemann
Checkbox 3 states
4 years ago by Renaud Héluin @ NovaGaïa
This is a simple plugin for add a third state to checkbox list.
Checklist Reset
3 years ago by Luke Hansford
Add a command to reset the state of any checklists in a document in Obsidian
Order List
3 years ago by Henry Gustafson
Task Marker
3 years ago by wenlzhang
An Obsidian plugin to change task status and append text with hotkeys and right-click context menu.
Pending notes
3 years ago by Ulises Santana
Obsidian plugin for searching links without notes in your vault.
Brainframe
3 years ago by pedersen
Prioritize
3 years ago by EloiMusk
Obsidian Plugin, to prioritize stuff in Obsidian
Dynamic Timetable
3 years ago by L7Cy
Calculate the estimated completion time from the estimated task time and dynamically create a timetable.
Pivotal Tracker Integration
3 years ago by jondeates
Custom State for Task List
3 years ago by Okami Wong
A plugin for Obsidian to define your own states for task items.
TodoTxt
3 years ago by Mark Grimes
Obsidian plugin to manage todotxt files
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
GTD No Next Step
3 years ago by Tobias Davis
Obsidian plugin for GTD workflow, badge projects with no next step.
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
Day Planner (OG)
3 years ago by James Lynch (continued by Erin Schnabel)
An Obsidian plugin for day planning and managing pomodoro timers from a markdown task list.
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Homework Manager
3 years ago by Kadison McLellan
An Obsidian plugin that keeps track of homework through a to-do list.
iCal
2 years ago by Andrew Brereton
This is a plugin for Obsidian that searches your vault for tasks that contain dates, and generates a calendar in iCal format that can be imported into your preferred calendar application.
Orgmode (CM6)
2 years ago by Benoit Bazard
Orgmode plugin for Obsidian
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
Filtered Opener
2 years ago by Roman Kubiv
Sets of notes defined by filters to open notes.
Track-a-Lot
2 years ago by Iulian Onofrei
This is a tracker plugin for Obsidian
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
Pomodoro Planner
2 years ago by Onur Nesvat
Things3 Today
2 years ago by wudanyang6
Progress Clocks
2 years ago by Nathan Clark
Progress clocks and other useful widgets for https://obsidian.md/.
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
Personal OS
2 years ago by A.Buot
SystemSculpt AI
2 years ago by SystemSculpt.com
Enhance your Obsidian App experience with AI-powered tools for note-taking, task management, and much, MUCH more.
Checkbox Sounds
2 years ago by yasd251
Adds a nice completion sound for checkboxes when ticked in Obsidian
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
Checkbox Time Tracker
2 years ago by UD
Checkbox Time Tracker for Obsidian
Pivotal Tracker URL Helper
2 years ago by kndshein
Pivotral Tracker URL prettifier for Obsidian
Task List Kanban
2 years ago by Chris Kerr
doing
2 years ago by rooyca
What was I doing?
Vikunja Sync
2 years ago by Peter Heiss
Manage your tasks in vikunja.
Todoist Project sync
2 years ago by Jonas Dam
Morgen Tasks
2 years ago by Morgen AG
TODO | Text-based GTD
5 years ago by Lars Lockefeer
Org Mode
5 years ago by ryanpcmcquen
Add Org Mode support to Obsidian.
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
Random To-Do
5 years ago by NatiAris
Pick a random todo item or a file with todo items
Trello
5 years ago by Nathonius
An Obsidian Plugin that connects Trello cards to Obsidian notes.
Carry-Forward
5 years ago by Jacob Levernier
An Obsidian Notes plugin for generating and copying block IDs, and copying lines with a link to the copied line
Archiver
5 years ago by ivan-lednev
Archive completed tasks in your Obsidian vault (plus other org-mode-like features)
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Simple Todo
a year ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Goal Tracker
a year ago by Ben Rotholtz
Kikijiki Habit Tracker
a year ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
Asana
a year ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
ProgressTracker
a year ago by Van Nam
A plugin that helps you track progress and manage tasks in your notes.
Send to Canvas
10 months ago by wenlzhang
An Obsidian plugin that allows you to send tasks, blocks, and notes to Canvas files as plain text, links, and embeds.
Kanban Bases View
2 months ago by I. Welch Canavan
A kanban-style drag-and-drop custom view for Bases.