Drafts Directory: Camomile Dreams
Drafts Directory: Post to Bluesky
Drafts Directory: Micro.blog Note
Drafts Directory: Vivid Black+ Colorful
jneug/drafts-sim: Simple simulator of the Drafts iOS app to help with script development.
Drafts Directory: Preview images in current draft
Drafts Directory: ISBN search
Drafts Directory: Drafts CLI Helper
Drafts Directory: New Session
A Drafts Workflow for Conferences
Drafts Directory: Post to Bluesky
Drafts: 2023, Year in Review - News & Updates - Drafts Community
Drafts Directory: Diff Versions
Drafts Directory: Bookmark to DEVONthink
Drafts Directory: Parse JSON
Drafts Directory: Mastodon Reply
Tasks
Bookmarklet Clips To Evernote Using Drafts And Readability
Drafts Bookmarklet
5 things you never knew you could do with Drafts on Mac, iPad and iPhone
New Obsidian Notes from Drafts
Export Selected Drafts | Drafts Directory
Integrating Drafts and Tot
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
Drafts Directory: Removes everything except selected text
Google Translate