Skip to content

v0.3.0

Choose a tag to compare

@brueshi brueshi released this 26 May 20:03
· 196 commits to main since this release

v0.3.0 — Clipboard paste-in & copy-out, with images

Bidirectional clipboard handling for the editor:

  • Paste in — rich HTML from web pages, Google Docs, or Word is converted to clean, canonical Markdown in Skrive's house style. Plain text pastes verbatim.
  • Copy / cut out — writes both the raw Markdown (text/plain) and the rendered HTML (text/html), so a selection pastes cleanly into code editors and as formatting into Gmail/Docs/Word.
  • Preview copy button — copies the whole document cleanly from the rendered view (no background bleed).
  • Image paste — a screenshot or copied image is saved into a sibling assets/ folder and rendered inline in the editor and preview, via a custom protocol confined to the project root.

Prerelease build for testing. macOS is signed + notarized; Windows is unsigned (SmartScreen: "More info → Run anyway").