Thursday, August 27, 2009

Nokia N900



Just... WOW!

Sunday, August 9, 2009

Markdown for Javascript

The other day I was working on the docs section of nitrojs.org. Originally, I came up with a custom solution that eventually proved inpractical. Taking a hint from narwhaljs.org, I decided to write docs in the Markdown format, so I could reuse them on Github as well.

John Fraser's Showdown was a great fit for the job, so I quickly packaged it as a Narwhal package. Since this package is generally useful, the Narwhal maintainers added it to the tusk catalog. Alternatively, you can find the source here.

Now, there is no excuse. I really need to write some Nitro docs ;-)