{"id":50358605,"url":"https://github.com/ryane/omnifocus-plugins","last_synced_at":"2026-05-30T00:01:25.484Z","repository":{"id":354282086,"uuid":"1127273973","full_name":"ryane/omnifocus-plugins","owner":"ryane","description":"OmniFocus automation plugins","archived":false,"fork":false,"pushed_at":"2026-04-27T21:55:50.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-27T23:27:39.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-03T14:49:38.000Z","updated_at":"2026-04-27T21:55:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ryane/omnifocus-plugins","commit_stats":null,"previous_names":["ryane/omnifocus-plugins"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ryane/omnifocus-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryane%2Fomnifocus-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryane%2Fomnifocus-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryane%2Fomnifocus-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryane%2Fomnifocus-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryane","download_url":"https://codeload.github.com/ryane/omnifocus-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryane%2Fomnifocus-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33675019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-30T00:01:22.553Z","updated_at":"2026-05-30T00:01:25.453Z","avatar_url":"https://github.com/ryane.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OmniFocus Plugins\n\nA collection of OmniFocus automation plugins using Omni Automation (JavaScript).\n\n## Plugins\n\n### [Obsidian Note](./obsidian-note/)\n\nCreates and opens Obsidian notes for OmniFocus tasks/projects with intelligent duplicate prevention and bi-directional linking.\n\n**Features:**\n- ID-based note search (works even after renaming)\n- Automatic frontmatter with `id`, `created`, `action`, and `tags`\n- Rename-safe links using Advanced URI\n- Opens notes in new tabs automatically\n- Preserves OmniFocus note content as body\n\n**Requirements:**\n- OmniFocus 4\n- Obsidian with Local REST API, Dataview, and Advanced URI plugins\n\n[View documentation →](./obsidian-note/README.md)\n\n## Installation\n\n### Quick Install\n\nInstall a specific plugin:\n```bash\njust install obsidian-note\n```\n\nInstall all plugins:\n```bash\njust install-all\n```\n\nList available plugins:\n```bash\njust list\n```\n\n### Manual Install\n\nEach plugin directory contains:\n- `.js` file - The plugin script (stored as `.js` for editor support)\n- `README.md` - Plugin-specific documentation\n\nTo install manually, copy the `.js` file and rename it to `.omnifocusjs`:\n```bash\ncp \u003cplugin-dir\u003e/\u003cplugin-name\u003e.js ~/Library/Containers/com.omnigroup.OmniFocus4/Data/Library/Application\\ Support/Plug-Ins/\u003cplugin-name\u003e.omnifocusjs\n```\n\nThe plugin will appear in OmniFocus's Automation menu after reloading.\n\n**Note:** Plugins are stored as `.js` files in the repository for editor integration support, but must be renamed to `.omnifocusjs` when installed to OmniFocus. The `just install` command handles this automatically.\n\n## Development\n\n### Setup\n\nThis repository includes a Nix flake for a reproducible development environment.\n\n**With direnv:**\n```bash\ndirenv allow\n```\n\n**Without direnv:**\n```bash\nnix develop\n```\n\nThis provides:\n- `just` - Task runner for common operations\n\n### Available Just Tasks\n\n- `just list` - Show all available plugins\n- `just install \u003cplugin\u003e` - Install a specific plugin (e.g., `just install obsidian-note`)\n- `just install-all` - Install all plugins in the repo\n- `just show-dir` - Show the OmniFocus plugins directory path\n- `just open-dir` - Open the OmniFocus plugins directory in Finder\n\n### Workflow\n\n1. Edit plugin code in its directory\n2. Run `just install \u003cplugin-name\u003e` to copy to OmniFocus\n3. Reload plugins in OmniFocus (Automation \u003e Configure Plugins, or restart)\n4. Test your changes\n\nNote: OmniFocus does not support symlinks, so changes must be copied using the justfile tasks.\n\n## Resources\n\n- [OmniFocus Automation Documentation](https://omni-automation.com/omnifocus/)\n- [Omni Automation API Reference](https://omni-automation.com/shared/)\n- [OmniFocus Plugin Gallery](https://omni-automation.com/omnifocus/plugins.html)\n\n## License\n\nMIT\n\n## Author\n\nRyan Eschinger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryane%2Fomnifocus-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryane%2Fomnifocus-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryane%2Fomnifocus-plugins/lists"}