A practical guide to local-first tools
Local-first software keeps the working copy on your device, so the useful part remains available without a network connection.
Look for readable exports, explicit permissions, and a clear account boundary.
Click Mantis in the browser toolbar. It reads the page already rendered in the active tab, converts it locally, shows a preview, and copies the Markdown to your clipboard.
Page or selection → Markdown → clipboard.
This browser tool is built using Mantis, a small extraction library. Read more →
The Manifest V3 build passes local tests. A public install link will be added after store submission.
FIELD NOTES Guides About A practical guide to local-first tools Mara Chen 6 min read Local-first software keeps the working copy on your device. Share Subscribe Cookie settings
--- title: "A practical guide" url: "https://fieldnotes.example/..." confidence: 0.91 --- # A practical guide to local-first tools Local-first software keeps the working copy on your device.
A useful text selection takes priority over the full page.
Headings, links, lists, code, images, and tables stay in reading order.
## What to look for - readable exports - [clear permissions](/privacy) - predictable file formats
Source, mode, confidence, warnings, and token estimate remain visible.
Copies automatically, with a manual control when the browser blocks it.
No persistent site access.
| activeTab | Read the tab you click Mantis on. |
|---|---|
| scripting | Run the packaged extractor in that tab. |
| clipboardWrite | Copy the Markdown result. |
No external page fallback. Page URLs and content are not sent to a proxy service.
Known browser and extraction boundaries.
| Restricted URLs | Browser-internal pages, add-on stores, and other protected URLs cannot be captured. |
|---|---|
| Page state | Hidden, unloaded, or inaccessible frame content is outside the rendered DOM snapshot. |
| Extraction | Unusual layouts can produce partial or low-confidence output. Mantis is not a verbatim archive. |
| Images | Image references and alt text are kept. Mantis does not run OCR or image analysis. |