Simple Scratchpad

Quick Draft

Sometimes you just need a place to jot down a quick note or draft an email or text on the fly. Write your draft and immediately copy or share to another app. When you come back, keep working or delete the note and start over. Quick Draft is intentionally simple. There’s no document storage but Quick Draft syncs your scratchpad with iCloud across your devices.

A BRIEF GUIDE

URL Schemes

Quick Draft Pro for iOS/iPadOS and macOS supports URL schemes with basic x-callback-url support. You can use any of the following URL with or without x-callback-url as the host and expect the same results.Prepend
quick-draft://x-callback-url/prepend?text={TEXT}
To prepend to the contents of your scratchpad, where {TEXT} is the content to prepend.Append
quick-draft://x-callback-url/append?text={TEXT}
To append to the contents of your scratchpad, where {TEXT} is the content to append.Get
quick-draft://x-callback-url/get?returnParam={RETURNPARAM}&x-success={SUCCESSURL}
To retrieve the contents of your scratchpad, where {RETURNPARAM} is the param to the receiving app with the contents of your scratchpad and {SUCCESSURL} is the URL of the receiving app.

Your dAta

Privacy Policy

Our privacy policy is simple: your data is your data.We don’t use any trackers, first or third party. The only time your draft leaves your device is to sync with iCloud. We have no application servers. To be completely clear: we can’t read your drafts.If you have any questions, please reach out via email: [email protected]. We’ll update this page if anything changes.