jneug/drafts-sim: Simple simulator of the Drafts iOS app to help with script development.
Drafts Directory: ISBN search
Drafts Bookmarklet
5 things you never knew you could do with Drafts on Mac, iPad and iPhone
New Obsidian Notes from Drafts
Drafts Directory: Tempo High Contrast Light
Drafts Directory: Format Phone Number
let inputNumber = editor.getSelectedText();
// Remove non-numeric characters
const strippedInput = inputNumber.replace(/[^\d]/g, '');
// Check if the input is empty
if (strippedInput === '') {
console.log('Input must contain numerical characters');
context.cancel();
}
else {
// Remove leading '1' if present
let formattedNumber = strippedInput;
if (formattedNumber.startsWith('1')) {
formattedNumber = formattedNumber.slice(1);
}
// Format the number
const regex = /^(\d{3})(\d{3})(\d+)$/;
formattedNumber = formattedNumber.replace(regex, '$1.$2.$3');
editor.setSelectedText(formattedNumber);
}
Drafts Directory: DeepL Translate
Wrapping Text in Drafts
List Mechanic | heliomass.com
Google Translate
Markdown Emphasis () (copy)
Quick Action Launcher
ChatGPT Conversation
Selection to Mastodon
Drafts Directory: Selection to Mastodon
Airtable: Import Records
Airtable: Create Record
Send to Airtable
Draft to Notes
Search for Transparent Images
fanArt Search ()
fanart.tv Search
Define selected with Merriam-Webster
Send to Day One Journal
Send to Day One with Tags
Markdown Footnote ()
switch Workspace
Send to Day One (via Shortcuts)
Drafts (@drafts@indieapps.space)