A TextMate Command for Fast Abbr Tags

I’m on a roll with stupid scripts today, but it’s Saturday… so, whatever. This is a quick command for creating semantic tags in TextMate. It’s short, but pretty smart: if your text is a mix of upper and lowercase letters, it will take the uppercase letters, in order, and create an acronym from them and insert an tag, using the original input as the title attribute. If it’s one of a couple other scenarios, it will give you the tag setup with… html, tagging, textmate

→ Continue reading

A Quick TextMate KeyBindings Tip

I love the keyboard, and I love keyboard shortcuts. It’s one of the reasons TextMate and I get along so well. There’s one thing that bothers me any time I’m editing text (in any application), though: having to move my right hand all the way over to the arrow keys just to move forward a couple of characters, say, after an auto-paired set of parenthesis that I want to get out of. keybindings, keyboard, terminal, textmate

→ Continue reading

Instant Placeholder Images With TextExpander

When designing for the web, placeholder images can come in handy during initial layout, and even during wireframing, if you happen to wireframe in markup. I’ve been using a TextExpander snippet to generate instant placeholder images at any size (almost) and with appropriate titles using Placehold.it. It’s a really handy snippet to have in your web design toolkit. snippet, textexpander, webdesign

→ Continue reading