Found 30 bookmarks
Custom sorting
A Drafts Workflow for Conferences
A Drafts Workflow for Conferences
This past month I attended my first conference of the year. It was actually a forum of several hundred people, but I have a couple of other similar events coming up. A two day exhibition at the London Expo this coming month and an SAP HR event in May. At this first event all of the non-networking events were taking place in a single large room and I just captured everything on my phone and my work laptop. The next events however are going to be bigger venues with multiple locations for sessions, and even though my laptop is pretty light I’d like to travel lighter still. Dumping the laptop, spare USB C battery pack & cable and replacing them with my iPad and a keyboard (but keeping my iPhone) would be better. To that end I set about coming up with a new workflow for capturing information at conferences.
·thoughtasylum.com·
A Drafts Workflow for Conferences
Integrating Drafts and Tot
Integrating Drafts and Tot
Drafts, by AgileTortoise, is my ubiquitous note app. I use it for capturing ideas, drafting content, shopping lists, general note taking, and more besides. The content is often temporary, but when it isn’t, the content gets reflowed off into files (such as in one of my Obsidian vaults), social media posts, e-mails, or some other channel. Last year I also began using another note app - Tot by the IconFactory. Tot has a very different view of notes. It is a much simpler app and is opinionated in how complex it can get. But, what it gave me on the Mac was a free menu bar app that I could keep snippets on for short periods. In real world terms, I think of Drafts as my ubiquitous pocket notebook, and Tot as the pad of last few sticky notes on my desk. There is undoubtedly overlap, and I am sure I could make Drafts provide near identical functionality to Tot. However, having a distinction between them works for me, and having Tot as a separate app to fulfil a niche requirement in my workflows has stuck. The only friction that occurred is where I wanted to transfer information between the two apps. But I’ve been able to smooth that over and I’m going to explain how in the remainder of this post.
·thoughtasylum.com·
Integrating Drafts and Tot
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
Using TextExpander with Drafts - Integration Guides - Drafts Community
Using TextExpander with Drafts - Integration Guides - Drafts Community
Template Basics Drafts actions consist of “steps.” Action steps are available for a wide range of functions and services: Sending messages, mail, saving files, and much more. Regardless of the purpose of the step, any step that output information has some fields that allow you to control what text the step uses, and (with a few minor exceptions) use templates to dynamically generate that text. If you have poked around in the action editor and wondered what some of those [[title]] and [[body]] ...
·forums.getdrafts.com·
Using TextExpander with Drafts - Integration Guides - Drafts Community
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
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