From 7d8784f6c4ac4e1d95e6ec08fbf5c8a9479d7ba1 Mon Sep 17 00:00:00 2001 From: Daniel Austin Date: Sat, 13 Jul 2024 18:48:50 +1000 Subject: [PATCH] docs: Updating doc files --- CHANGES.md | 18 +++++++++++++++--- README.md | 9 +++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f1450a1..e5caa8e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/README.md b/README.md index 84c5b96..e8d4590 100644 --- a/README.md +++ b/README.md @@ -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: