lizard-heart_obsidian-to-om.../README.md
2024-07-13 18:48:50 +10:00

34 lines
1.2 KiB
Markdown

# Obsidian to OmniFocus
This plugin will extract tasks from the current note open in Obsidian and create them in OmniFocus.
<img src="https://user-images.githubusercontent.com/62226606/224575880-a37e5855-7888-4a12-9098-f770ffb5ec87.mov" width=70%>
## 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
## Examples
```markdown
- [ ] This task will be sent to OmniFocus
- [x] This task will not (already checked)
* [ ] This task will be sent to OmniFocus
- [ ] This task is due 1 Feb // 2025-02-01
```
## Support
In case you want to support development:
<br>
<a href="https://www.buymeacoffee.com/lizardheart">
<img alt="Buy me a Coffee" height="39px" src="https://raw.githubusercontent.com/lizard-heart/lizard-heart/main/buy-me-a-cofee.png" />
</a>