Found 25 bookmarks
Newest
Drafts Directory: Format Phone Number
Drafts Directory: Format Phone Number
Example actions and other extensions for Drafts, the quick-capture notes app.
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); }
·actions.getdrafts.com·
Drafts Directory: Format Phone Number
Drafts (@drafts@indieapps.space)
Drafts (@drafts@indieapps.space)
52 Posts, 1 Following, 2.01K Followers · Drafts is where text starts on iPhone, iPad, Mac, and Apple Watch.
·indieapps.space·
Drafts (@drafts@indieapps.space)
Drafts Directory: BR Tiger Style
Drafts Directory: BR Tiger Style
Example actions and other extensions for Drafts, the quick-capture notes app.
·actions.getdrafts.com·
Drafts Directory: BR Tiger Style
Post: TwitterMastodon
Post: TwitterMastodon
Example actions and other extensions for Drafts, the quick-capture notes app.
·actions.getdrafts.com·
Post: TwitterMastodon
Select file and insert link
Select file and insert link
Example actions and other extensions for Drafts, the quick-capture notes app.
·actions.getdrafts.com·
Select file and insert link
Drafts Directory: Draftist
Drafts Directory: Draftist
Example actions and other extensions for Drafts, the quick-capture notes app.
·actions.getdrafts.com·
Drafts Directory: Draftist
Drafts Directory: Capture with Bear
Drafts Directory: Capture with Bear
Example actions and other extensions for Drafts, the quick-capture notes app.
Upon returning to Drafts, a markdown-formatted hyperlink to the Bear note is placed at the cursor.
*This* is the key reason I decided to publish this action despite the handful of others on the directory that make use of Bear’s grab-url function.
·directory.getdrafts.com·
Drafts Directory: Capture with Bear
Drafts Directory: Case toggle
Drafts Directory: Case toggle
Example actions and other extensions for Drafts, the quick-capture notes app.
·directory.getdrafts.com·
Drafts Directory: Case toggle
Drafts Directory: Search: "@nahumck"
Drafts Directory: Search: "@nahumck"
Example actions and other extensions for Drafts, the quick-capture notes app.
·actions.getdrafts.com·
Drafts Directory: Search: "@nahumck"
A Decade of Drafts
A Decade of Drafts
I was a late iPhone adopter. I held on tight to my BlackBerry for way too long. It wasn’t until the iPhone 4S that I made my way over to the iPhone. And then a new opportunity really opened u…
·nahumck.me·
A Decade of Drafts
Drafts Cult | Telegram Group
Drafts Cult | Telegram Group
An unofficial, no-such-thing-as-a-stupid-question chat group for https://getdrafts.com.
·t.me·
Drafts Cult | Telegram Group
Drafts Directory: Query SnippetsLab
Drafts Directory: Query SnippetsLab
Example actions and other extensions for Drafts, the quick-capture notes app.
·directory.getdrafts.com·
Drafts Directory: Query SnippetsLab
Drafts Directory: Zalgos
Drafts Directory: Zalgos
Example actions and other extensions for Drafts, the quick-capture notes app.
·directory.getdrafts.com·
Drafts Directory: Zalgos
Drafts Directory: NeoCities
Drafts Directory: NeoCities
Example actions and other extensions for Drafts, the quick-capture notes app.
·actions.getdrafts.com·
Drafts Directory: NeoCities
Drafts Directory: Nahumck Dark
Drafts Directory: Nahumck Dark
Example actions and other extensions for Drafts, the quick-capture notes app.
·actions.getdrafts.com·
Drafts Directory: Nahumck Dark
Release Notes - Drafts User Guide
Release Notes - Drafts User Guide
Documentation for Drafts app, a quick-capture note taking app for iPhone, iPad, Mac and Apple Watch.
·docs.getdrafts.com·
Release Notes - Drafts User Guide