Skip to content

Instantly share code, notes, and snippets.

@windoverwater
windoverwater / of-cross-link-2-objects.omnifocusjs
Last active September 10, 2024 19:02
Multi-select Omnifocus to Obsidian project/task copy
@windoverwater
windoverwater / of-task-to-obsidian-mod.omnifocusjs
Last active December 16, 2024 20:02
A modified version of https://omni-automation.com/omnifocus/plug-in-obsidian.html that supports copying all selected notes and not just one
/*{
"type": "action",
"targets": ["omnifocus"],
"author": "Otto Automator",
"identifier": "com.omni-automation.of.task-to-obsidian-mod",
"version": "2.2.2",
"description": "Creates a corresponding note in the indicated Obsidian vault, for the selected task or project. There is a preference for including the tags assigned to the task or project.",
"label": "Copy to Obsidian ",
"shortLabel": "Copy to Obsidian",
"paletteLabel": "Copy to Obsidian",