I’m sure some mailing list services handle Markdown to HTML conversion, but I use Sendy, and it doesn’t. It doesn’t really even have a decent WYSIWYG editor. I wanted to create good-looking emails while just writing in Markdown, like I do everywhere else. You can jump straight to the script with details and installation instructions…
Merry Christmas! I’m all alone for the most part today (I’m ok with it), so working on a few different projects. Here’s my 4am accomplishment, such that it is. In the process of designing emails for the Marked 3 launch, I was using my Off (White) generator and found myself wishing I could easily make…
I’ve been busy improving Apex with some great new features and fixes. CSV tables, aria labels, and more. Here are the highlights from the latest release. Better Accessibility with ARIA Support Improved Plugin Installation Homebrew Installation Made Easy Script Injection and CSS Embedding Multi-file Document Modes Table Improvements Table header columns Inline CSV/TSV Tables Table…
For my subscribers, here’s a Fish function for sending files from the current iTerm pane to another pane in the same tab. When working in Forklift or Path Finder, I love the ability to send files from one pane to the other with a keyboard shortcut when browsing in split pane mode. I wanted to…
I’ve updated the Homebrew formula for Gather to use binaries instead of requiring Swift to compile. This will make it much, much easier for most users to install it using Homebrew. In case you missed it, Gather is a tool I built a little while ago that does Readability/Markdownification of web urls. It’s a local,…
Apex was designed to make using existing Markdown syntax from a range of tools (CommonMark, GFM, MultiMarkdown, Kramdown, mmark) easier — not to add a bunch of new or special syntax. Plugins allow you to add your own syntax and even entirely new tools to markdown generation, keeping the core focused while giving you the…
I’ve added so much new stuff to my universal Markdown processor, Apex, that it’s hard to count. It’s developing quickly! In case you missed the announcement, Apex is my latest project — a command line tool and C library that combines the best of various Markdown tools, supporting syntax from CommonMark, GitHub Flavored Markdown, MultiMarkdown,…
This is currently a work in progress, but I have a 0.1.0 release of a “One Ring To Rule Them All” Markdown processor published. The goal of Apex is to make it possible to write in any Markdown processor’s syntax, be it Kramdown (with IALs), MultiMarkdown (with v6 extensions), CommonMark (with GFM extensions), or any…
NA has always had its own search syntax for navigating TaskPaper files, but it didn’t understand TaskPaper’s actual search syntax. I thought it might be time to change that. For years, na has focused on a simple idea: when you sit down to work, you should be able to see your next actions for a…
I whipped up a script this morning to simulate Finder’s “Open With…” menu from the command line. It extends the macOS open command with a command line menu selection of apps able to open the file you specify. This script uses the macOS commands mdfind and open, along with the third-party utilities duti and fzf…