From 24f50faed613cf6fae8aa161d1ff21ce58b019b9 Mon Sep 17 00:00:00 2001 From: Ryan Bantz Date: Sun, 9 Feb 2025 14:44:23 -0600 Subject: [PATCH] Added Readme --- Readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..fbba564 --- /dev/null +++ b/Readme.md @@ -0,0 +1,21 @@ +# Asana for Obsidian +Asana for Obsidan is a plugin that creates tasks with in Asana from the current line or selected text within Obsidian. + +## Installation +This plugin isn't published yet so there are 2 ways you can install this plugin and test. + +- Option 1. Download the latest release from the [releases page] and unzip it in your plugins folder. + +- Option 2. Use the [BRAT plugin](https://tfthacker.com/BRAT) for beta reviewing Obsidian plugins. + - Install the BRAT plugin: [obsidian://show-plugin?id=obsidian42-brat](obsidian://show-plugin?id=obsidian42-brat) + - Open the command palette and run the command `BRAT: Add a beta plugin for testing` + - Paste the URL of this repository. + + +## Getting Started / Configuration +1. Create a [Asana access token](https://app.asana.com/0/my-apps). + - This plugin reuqires an access token to integrate with Asana. + - Select `+ Create new token` +2. Add your access token to the plugin settings, click save key. + +