Drafts 44 has been released:
Details below. For a complete history of updates, visit the release notes.
44.0
AI: Google Gemini & Anthropic Claude Integration
Similar to existing integrations with OpenAI-ChatGPT, Drafts now provides wrappers for integrating Google Gemini and Anthropic’s Claude AIs into actions. For details, including example actions, see:
Other Updates and Changes
- All Platforms
- New: “Open to Match” submenu on drafts list contextual menus which open the draft directly to locations matching an active search query on the list. e.g. if you have “my-string” in the search box above the list, this “Open to Match” menu will include direct links to each of the matching strings within the draft, along with line numbers.
- New:
Prompt
objects have newhelpURL
string property. If set to a valid URL string, an additional help button will appear in the prompt when displayed. Useful for actions that may require additional explanation to understand the input values desired. - Fix: Empty fenced code blocks should highlight in GitHub and MultiMarkdown syntaxes.
- New: “Disable Pro” switch in settings to allow temporary use of free mode for troubleshooting purposes.
- Fix: App should allow app icon to be changed back to default icon even if Pro is not active.
- Fix: Ignore trailing
>
character in link detection in built-in syntaxes and link mode. - Change: Tighten up prompt/dialog spacing on iOS.
- iOS
- Fix: Avoid setting matching attributes on editor when in background to avoid odd scrolling behaviors returning to app.
- Mac
- Fix: Hang/crash that could occur when the same draft was open in multiple windows.
- Fix: Triggering an
alert
in a script immediately after a call todraft.update
on the same draft as is loaded in the editor could cause a timing issue causing the draft to revert to the content in the editor. - Fix: Better scrolling of prompts when navigated with keyboard.