Sharing and exporting results
Copy, download and export — and why there are no share links.
Every output panel has Copy and Save. Copy puts the result on the clipboard; Save downloads it with a sensible file extension for the format.
There are no share links
A share link would have to put your data somewhere — in the URL, or on a server. Both defeat the point. Nothing you paste is ever placed in the URL, so a link you copy from the address bar contains only the tool name.
Sharing anyway
- Copy the output and paste it wherever you need it.
- Save the file and attach it.
- Export your workspace as JSON to move snippets between machines.
- Send the tool link and let the other person paste their own data.
Copy did not work
The clipboard API needs a secure context and a user gesture. If it is blocked, the button falls back to an older method and reports Blocked if that fails too. Selecting the text and copying manually always works.