docs: Updating doc files

This commit is contained in:
Daniel Austin 2024-07-13 18:48:50 +10:00
parent d549bdc32e
commit 7d8784f6c4
2 changed files with 24 additions and 3 deletions

View file

@ -1,5 +1,17 @@
## 1.1.0
## 1.1.0 (July 2024)
- Fixes issue with vault names containing spaces (#4) (shabegom)
- Accepts "* [ ]" in addition to "- [ ]" as task indicates (#6)
- Fixes issue with vault names containing spaces (#4). Thanks to shabegom.
- Accepts "* [ ]" in addition to "- [ ]" as task indicators (#6)
- Set a due date by adding "// YYYY-MM-DD" to end of task (#11)
## 1.0.7 (June 2023)
- Fixed issue with duplicate tasks.
## 1.0.6 (March 2023)
- Adds a command to export selection to Omnifocus. Thanks to mattsmallman.
## 1.0.4 - 1.0.5 (Feb-Mar 2023)
- Initial releases.

View file

@ -17,6 +17,15 @@ This plugin will extract tasks from the current note open in Obsidian and create
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>