mirror of
https://github.com/lizard-heart/obsidian-to-omnifocus.git
synced 2026-07-22 04:34:30 +00:00
docs: Updating doc files
This commit is contained in:
parent
d549bdc32e
commit
7d8784f6c4
2 changed files with 24 additions and 3 deletions
18
CHANGES.md
18
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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue