mirror of
https://github.com/lizard-heart/obsidian-to-omnifocus.git
synced 2026-07-22 04:34:30 +00:00
Fix for issue #11, you can set a due date in YYYY-MM-DD format using "//" (similar to Confluence Markdown)
11 lines
393 B
JSON
11 lines
393 B
JSON
{
|
|
"id": "tasks-to-omnifocus",
|
|
"name": "Send Tasks to OmniFocus",
|
|
"version": "1.1.0",
|
|
"minAppVersion": "0.12.0",
|
|
"description": "An Obsidian plugin will extract tasks from the current note and create them in OmniFocus.",
|
|
"author": "Henry Gustafson",
|
|
"authorUrl": "https://lizard-heart.github.io",
|
|
"fundingUrl": "https://buymeacoffee.com/lizardheart",
|
|
"isDesktopOnly": false
|
|
}
|