Blogging From TextMate, and RubyConf 2007 videos 2

Posted by mikong on December 13, 2007

This is a test post following an old TextMate screencast demonstrating the blogging bundle.

To make this post a little bit useful, I used (as a test) the selection grab of the RubyConf 2007 page from the Confreaks site. Follow the link to download videos of the presentations in awesome h.264 format.

Confreaks Rubyconf 2007

Update: As the screencast used the Markdown syntax, I tried installing the PHP Markdown plugin for Wordpress. After activating it, most of my previous entries looked OK, but there were a few problems. A couple of paragraphs were merged as one. The underscore characters I’ve used to discuss code were treated as markdown syntax for emphasis. And I’m concerned how it will affect my RSS feed. I do expect that the HTML generated from Markdown will be the version my few subscribers will receive. But will all the entries be regenerated in my feed, and so will my subscribers receive updates on all my entries? Back to HTML syntax for me. I have tried the Markdown syntax before in Jottit, an excellent wiki, and I’ve enjoyed the syntax but not so much as to have to deal with updating my old entries, few they may be.

Trackbacks

Use this link to trackback from your own site.

Comments

Comments are closed.

  1. Patrick Tue, 18 Dec 2007 11:11:54 UTC

    You can still use markdown to write your post and convert it to plain HTML or XHTML:

    Bundles -> Mardown -> Convert Document to HTML

    Greetings

  2. mikong Tue, 18 Dec 2007 15:28:30 UTC

    @Patrick: I’ll do just that. Thanks!