I’ve transformed the example from my blog post yesterday to a jQuery plugin and pushed it GitHub. This removed some of the previous nessesary manuel added css. Also this opens up for adding different initialization options in the future.
In order to support different syntax for posts, smileys and hook-ins in general I searched the web for inspiration and found the following link which have some cool info:
I’ve been looking at Clojure now and then for a while… really wanna learn this stuff :) The other day I needed to import a very large CSV file… and it seemed like a good problem to try solve in Clojure.