diff --git a/README.md b/README.md index 7cfcc02..56efa96 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # Obsidian to OmniFocus -This plugin will extract tasks from the current note open in Obsidian and create them in OmniFocus. \ No newline at end of file +This plugin will extract tasks from the current note open in Obsidian and create them in OmniFocus. + + +## Installation +1. Download the latest release from the [releases page](https://github.com/lizard-heart/obsidian-to-omnifocus/releases/tag/1.0.4) +2. Unzip the file +3. Copy the `obsidian-to-omnifocus` folder into your Obsidian plugins folder +4. Restart Obsidian + +## Usage +1. Open the note you want to extract tasks from +2. Open the command palette (Ctrl/Cmd + P) +3. Run the `Extract Tasks Into OmniFocus` command +4. Asign any projects and tasks in the Omnifocus modal that appears +5. The tasks should be marked as complete in Obsidian if that setting is enabled \ No newline at end of file diff --git a/demo-video.mov b/demo-video.mov new file mode 100644 index 0000000..1546c77 Binary files /dev/null and b/demo-video.mov differ