I find the bash commands and overly mysterious, so I’m often playing with them to try to get a better grasp on all of the poorly-documented options. is a shell built-in, no man page, just output. It’s vague.
bash, scripting, shell, terminal
Hey, I made a new video for Marked 2. It covers multi-file documents created with Marked 2’s syntax, MultiMarkdown and iA Writer syntaxes, or Leanpub and GitBook formats. This one doesn’t go into Scrivener and Ulysses capabilities, but those are pretty straightforward to begin with (just drop a Scrivener file on it or use Ulysses ⌘6 preview).
markdown, marked, writing
There was over a year between Marked 2.5.10 and the 2.5.11 update I finally shipped on May 10th. That was way too long, and I realized I’d developed the habit collecting enough fixes, improvements, and new features to make it feel “justified” to release an update, even after I knew it was long past time to ship. That doesn’t fit with modern software practices, especially because it was ultimately an incremental release.
marked, marsedit
I don’t know what it is, but inspirational memes (and office posters) make me feel sad. Depressed. Sometimes annoyed or downright angry. Demotivational versions of the same, though, have always brought me joy. I don’t wallow in sadness or revel in insulting others, but the humor of them brightens my day. It reminds me that not everyone is simple enough to be inspired by a non-contextual quote or cute kitten, and that gives me hope.
dimspirations, wallpaper
Ok, so KillZapper was kind of cool in the way it let you target specific elements, but after running into issues on sites like CNN where I couldn’t easily control the click handlers and determine parent elements, I decided to just make this simpler. Click this bookmarklet to just kill all iframes and HTML5 video elements on the page without prejudice.
bookmarklet, video
I whipped up a quick bookmarklet this morning that allows you to immediately remove anything on a web page that annoys you. This was inspired by a question from Patrick Ford and that was enforced by my own annoyance with the autoplay videos on Macworld.com that follow you down the page. I love you, Macworld, but those are seriously annoying.
bookmarklet, browser, video
I use a bit of UI scripting to automate some of the screenshots used in Marked marketing and documentation. One (significant) part of that scripting is sending keyboard commands, so I’ve built a few routines to help out.
applescript, keyboard, scripting, shortcuts
Very recently I discovered the Fellow “Prismo” (via Tools & Toys). It’s an attachment for the Aerobie AeroPress that makes espresso. Well, not technically espresso, but it has all of my favorite qualities of espresso and beats the “Doppio” order at Starbucks for quality and flavor1.
coffee, fitness, review
Marked 2.5.11 has (finally) been birthed, available via automatic update for the direct version, Mac App Store update, and on Setapp. This is a big release, and has been in development for over a year1. Long pregnancy, but this release includes over 30 improvements/fixes, as well as a slew of new capabilities (full changelog). It’s the fastest, most powerful release of Marked 2 yet. I’d be grateful if you left a review on the MAS (or updated one)!
appstore, css, macappstore, macos, markdown, marked, support
Web excursions brought to you in partnership with Setapp. Get access to hundreds of Mac and iOS apps for one low monthly subscription fee.
automator, bookmarks
Over the weekend I made some updates to PodTagger. This is one project that I’m not certain anybody else is using, but it’s one I’m finding really useful.
podcasting, podtagger, scripting
Here’s another little Bash function. It makes it possible to create a new script in one command, creating the file with shebang, making it executable, and opening it in your editor.
bash, scripting, shell, terminal, unix