Details below. For a complete history of updates, visit:
Drafts is ready for iOS 15 and macOS 12! Updated for compatibility, of course, but also to take advantage of some of the great new features. New details below, but Drafts works great with “Live Text” to capture text from images, has full support for Shortcuts on the Mac, and brings great new iPad features, like powerful external keyboard menus.
We have re-written the Drafts Apple Watch app from the ground up to use the latest watchOS technologies. It’s still the best, easiest way to capture ideas on the go, but has a few new tricks:
Learn More About Drafts on Apple Watch →
We’re ready for Shortcuts on the Mac! It’s just not quite ready for us. Look for full, cross-platform support for all of Drafts’ Shortcuts actions when macOS 12 (Monterey) is released in the coming weeks!
We’re ready for Shortcuts on the Mac! It’s just not quite ready for us. Look for full, cross-platform support for all of Drafts’ Shortcuts actions when macOS 12 (Monterey) is released in the coming weeks!
In the meantime, enjoy these new shortcut actions on iOS:
Up to now, Drafts file actions and scripts have been limited to working with files in the “Drafts” folder in iCloud Drive (or by working directly with cloud-provider APIs, like Dropbox and Google Drive). With folder bookmarks, it is now possible to grant permissions to additional folders outside the Drafts App Sandbox, making it easier to integrate with other apps and services, to, say, export a draft content to another system - like an Obsidian Vault, etc.
Drafts has been tested and works great with the new “Live Text” features in iOS 15 and macOS 12. In addition, we have incorporated document scanning to OCR directly in the iOS app. Tap and hold the “+” and select “Scan Document” to open the document scanning camera. It supports scanning multi-page documents, and directly runs the results through OCR to create a new draft with the result text.
Learn More About Live Text & Scanning →
Drafts capture flow used in the iOS Share extension and the “Capture” window on Mac, has received a number of updates:
/capture
URL scheme, and Shortcut “Show Capture” action, allow you display the capture window in app, optionally pre-filled with text and tags. This is useful in capture workflows from other apps, as well as web bookmarklets.Learn more about the iOS Share Extension and Mac Capture Window
[[wiki-style]]
links, or drafts://open
links in link mode.command-click
on links to other drafts to open them in a new window.#drafts, #psalms
template tag. Returns assigned tags as comma-separated list, with each tag prefixed with a “#”. Convenience tag to remove the need to script this conversion when exporting to systems that use hash tags.(i)
screen.version.delete()
function to allow scripted deletion of versions in the version history. (docs)ActionLog
script object used to read and manipulation entries in the Action Log. Generally accessed from the draft.actionLogs
property. (docs)/scandocument
URL scheme. (docs)editor.scanDocument() -> string
function. Also similar to editor.dictate()
function, opens the document scanner and returns any OCR results as a string which you can do with as you please. (docs)/open
and /create
URL schemes now support several additional parameters to configure the environment (docs):showDraftList
[true/false]showActionList
[true/false]loadWorkspace
, loadActionGroup
, loadActionBarGroup
: take names of valid group/workspaces and applies them