Search, capture, and manage your Workflowy account from Raycast.
| Command | What it does |
|---|---|
| Search Workflowy | Search your local cache of Workflowy items, with recent items shown when the search field is empty. |
| Quick Capture | Fast no-view capture using your configured default destination and item type. |
| Capture Item | Capture with destination, note, and item-type controls. |
| Add to Today | Send a task or note directly to your Workflowy Today target. |
| Open Workflowy Location | Open a Workflowy shortcut or a saved Raycast bookmark. |
| View Workflowy | Browse a default Workflowy location, drill into child items, complete tasks, and add items in place. |
| Browse Workflowy Tags | Browse all extracted tags from your local cache and jump into tagged items. |
| Complete Workflowy Task | Find incomplete tasks and mark them complete from Raycast. |
| Sync Workflowy Cache | Force a full account sync into the local cache. |
nodes-export endpoint and is rate-limited to once per minute.npm install
npm run check
If you have the Raycast CLI available locally, you can also run:
npm run build
npm run lint
npm run dev
npm install.npm run test:sync-worker to verify the local SQLite sync worker.npm run dev; Raycast should import the extension in development mode.If the sync fails, capture the terminal output from npm run dev so the SQLite worker error can be diagnosed.
The GitHub Actions workflow also runs the sync-worker integration test and a production Raycast build on a native Windows runner for every push and pull request.