Add obsidian-todo extension#27674
Conversation
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile SummaryThis PR introduces
Confidence Score: 5/5Safe to merge — the extension is self-contained, writes only to the user-specified note file, and all previously flagged issues have been resolved. The extension reads and writes a single local markdown file with no network calls or privilege escalation. Mutation safety is handled by No files require special attention. Important Files Changed
Reviews (4): Last reviewed commit: "Load generated Raycast types in tsconfig" | Re-trigger Greptile |
Description
Adds
obsidian-todo, a Raycast extension for creating and managing markdown todo items inside an Obsidian note.Features included:
The extension is configured through preferences for:
Screencast
Setup and usage screenshots are included in the extension metadata folder.
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfValidation
npm run lintnpm run build