- Paste rough notes, OCR output, or semi-structured text into the left panel.
- Click
Convert. - Review the generated Markdown in the preview panel.
- Copy or export the result as
.md,.html, or.pdf.
Use the Ollama popup when the local parser gives you a strong first draft but you want a softer polish pass.
Good use cases:
- messy meeting notes that need smoother phrasing
- OCR text with awkward breaks
- rough documentation that needs more readable section flow
- text that already has structure but needs cleanup
RESQ works especially well with:
- short title on the first line
- section labels like
summary:,notes:,next steps:,quote:,commands: - metadata lines like
owner:,status:,priority: - plain bullet-like lines stacked one per line
- pipe tables copied from text exports
- Run
npm run desktop:devwhile developing. - Run
npm run desktop:buildfor a local packaged macOS app. - Open the packaged app from
release/mac-arm64/RESQ.app.
- Make sure Ollama is running locally.
- Check the endpoint in the Ollama popup.
- Use
Refresh Modelsto reload detected models. - Use
Test Connectionto verify the local server is reachable.
- Click
Convertagain after editing the input. - Check the preview panel first, because export uses the generated Markdown.
- If needed, use the Ollama quick enhance button for a final cleanup pass.
- Quit the app fully.
- Rebuild with
npm run desktop:build. - Reopen
release/mac-arm64/RESQ.app. - If macOS still shows the old icon, give Finder or Dock a moment to refresh its cache.