I've been using Texy! lately to write in my Drupal powered blog, it's a great Markdown/Textile replacement and it even has a syntax highlighting addon which helps a lot to publish source code in the posts.
I've found however a problem. I usually keep my source files in my subversion repository and sometimes I want to show the syntax highlighted code of one of those files in the post. I was getting tired to copy-pasting the contents so I've implemented a dead simple Drupal input filter which dynamically includes a local or remote file as simple text in the content.Read more
