Eric Meyer Go to the source
A few days back I tweeted a request for a Textile filter for BBEdit , which is one of those things people have asked for over the years but has never actually appeared. There’s been a Markdown filter since forever, but since I find myself on Basecamp a lot for business reasons and Basecamp uses Textile I’d really prefer to stick to one syntax instead of constantly confusing myself by switching between two similar syntaxes. (And I prefer to use BBEdit because I like it a lot, know it well, and have no compelling reason to switch. Please take any thoughts of text-editor snobbery or flamewars elsewhere.) In response, the mighty Arlen Walker told me how to install Xcode, the Text::Textile module, and a short Perl script to drop into ~/Library/Application Support/BBEdit/Unix Support/Unix Filters . I did that, and it all worked, but I was unhappy with the <span class="caps"> that default Textile litters all over. I tried to disable it, failed, tweeted for help, and was contacted by the incredible Brad Choate (who wrote the Text::Textile module!). … Read the rest here