Banner image

Markdown snippets for TextExpander touch

It may come as a surprise to some (many), but I’ve never really made effective use of TextExpander on my iPad or iPhone (TextExpander touch). I don’t do a lot of the things on my iPad which I do on my desktop, and the things that are similar often don’t support TE. When I want to write some Markdown quickly, I use Nebulous Notes with my custom macros. Lastly, my shell scripts don’t work on iOS, and most of my favorite snippets are, as you’ve seen, shell scripts. ios, markdown, snippet, textexpander

→ Continue reading

Banner image

Web excursions: February 5 - February 7

Reed-Kellogg Diagrammer It’s SilverLight, and it’s butt ugly, but it’s so awesome. It automatically diagrams any sentence you give it, it with rollovers to tell you what each branch is. I’m having way more fun with it than I did when I was in grade school. Plus, my lexicon of dirty words is bigger, so the sentences are far more interesting. readown - Project Hosting on Google Code Just stumbled on this. It shows a preview of your Markdown file, and watches the… bookmarks

→ Continue reading

Banner image

Dammit. Again with the Lipsum.

I know, I said I was done with the Lorem Ipsum generators. Then Dr. Drang responded with a brilliant solution which doesn’t require Internet access to generate some beautiful dummy text. I set it up and ran it myself, and loved the results. Then I found myself wanting to expand it to do more, such as multiple paragraphs, list items and other things I use regularly when making dummy layouts. The problem is that I’m only good for one-liners in Perl, and didn’t want to take take… experiments, lipsum, ruby, textexpander

→ Continue reading

Banner image

One more time: TextExpander Lipsum snippets with kwisatz .hadera .ch

Ok, this is the last TextExpander Lipsum post, I promise (with my fingers crossed). I’m posting a full TextExpander group with all of the TextExpander random Lorem Ipsum generators I’ve posted so far (LoremIpsum.com, LoremIpscream), plus some new ones based on the Kwisatz Haderach1 generator. That one seemed to make a few people pretty happy (looking at MacSparky). It combines word lists from various “universes,” including Dune, Foundation, Ringworld, Harry Potter and Doctor Who (… experiments, html, lipsum, snippet, textexpander

→ Continue reading

Banner image

LaunchBar actions for url encoding and decoding

I usually get up an hour or two before I start my work day and “play.” Playtime usually results in half-finished scripts and deleted git branches, but sometimes I do something simple and useful (to me). Wednesday was Bash fun, and here’s this morning’s project: LaunchBar actions to url encode and decode strings1. If you run them outside of LaunchBar, they’ll encode/decode your clipboard, replacing what’s in your clipboard with the result, so they have multiple… applescript, experiments, launchbar

→ Continue reading

Banner image

Quick calculations in Bash

This is probably going to seem stupid, but every time I decide to do something in Bash that should only take me a minute, I end up losing an hour. I obsess over “better” ways to do everything. Not surprisingly, my motivation often wanes before I actually find the better, more elegant way, so these little projects end up lackluster. Fortunately, I end up learning all kinds of new, mostly unrelated things in the process, which is what happened this evening. It’s amazing to me that I use… experiments, scripting, terminal

→ Continue reading