Related log entries:

Textile as a custom processor in Marked

Just recently a few fellow students were curious how to get textile working in Marked, which is ...

Collaborative editing with markdown in dropbox

How to use markdown, pandoc and dropbox to collaborate on simple memos.

Economic Diagrams with TikZ

LaTeX - or more precisely speaking TikZ - lets you create really great diagrams for your economic papers. I logged my way of creating a diagram with some customizations.

Smooth scrolling and character escaping

Today I implemented smooth scrolling for my internal links - alias anchor links - and learned something about character escaping in jQuery.

Fill table space with dots in LaTeX

Using the \dottfill command and by editing another command, we will be able to fill the empty space with dots within a LaTeX table.

jQuery keyboard navigation

I was in the mood for a keyboard navigation to scroll through the logs without using the mouse - so I made one up. Here is how I did it.