Merlin’s weekly podcast with Dan Benjamin. We talk about creativity, independence, and making things you love.
Merlin’s weekly podcast with Dan Benjamin. We talk about creativity, independence, and making things you love.
”What’s 43 Folders?”
43Folders.com is Merlin Mann’s website about finding the time and attention to do your best creative work.
TextMate parking lot
Merlin Mann | Oct 6 2004
I can tell I’ll be spending a lot of the next few days exploring TextMate. In the interest of efficiency, I’ll park all my preliminary notes and “gee whiz” stuff in this post. I may do a fuller review/intro later, but I want to share what I’m learning since there’s so much interest in this app. [A plea: Let’s please keep the Hatfield and McCoy stuff over in the Google Group. I know, I know. “Vim is better” and “emacs is better” and “cuneiform scales better” and “BBEdit saved my baby from a man with a big knife,” but please don’t carp here. If you (don’t care about|hate|want to destroy all traces of) TextMate, just move to another post or start your own thread on your site, cool? Cool.] On with the motley! update: added links to other folks’ interesting TextMate posts. Cool stuffPipe web previews through a script of your choiceAs with many other text editors you can preview how text will look as a web page from within the app. TextMate allows you to optionally choose a script on your Mac through which the content is piped before visual preview. I’m thrilled that the default is Markdown—I maintain all my text files in Markdown and now I don’t have to do a lot of keyboard gymnastics to see what it will like when it’s parsed to HTML Create powerful snippets with tab-able variablesTextMate allows you to create “snippets,” which are abbreviated strings of text that can be triggered to “explode” into much longer strings of text with a simple I like how you can define variables in the exploded string and then hit When I want to create a link to a book on Amazon, I type
What you can’t see is that there are are three variables in that string, as expressed in the source for the snippet:
Those dollar signs and numbers are telling TextMate that these are the three spots where I’ll want to add or edit text each time this snippet gets exploded. The smart part is that TextMate automatically places the cursor at the point of the first variable (“$1”) so I can just start typing (or paste in) the ASIN for the book. Then, I hit I will use the crap out of snippets. Coming soon
Questions, Requests & Gripes
TextMate Elsewhere
38 Comments
POSTED IN:
That’s not stupid at all...Submitted by Merlin on October 6, 2004 - 10:46am.
That’s not stupid at all Mark. You get Markdown here. The script “Markdown.pl” needs to go in:
Depending on your setup, that folder might be invisible in the Finder. Make sure the script’s executable (you can change its permissions under “Get Info”) If you find that you like Markdown, I’d highly recommend getting and installing HumaneText which makes transformation into and out of Markdown available from practically anywhere. (In fact I’m using it right this sec to type this. :) ) » POSTED IN:
|
|
EXPLORE 43Folders | THE GOOD STUFF |