One Thing Well

A weblog about simple, useful software.

You can follow along on Twitter or via the feed. Don't hesitate to get in touch. Sponsor the site.

Markdown Snippets

Since everyone seems to be sharing their favourites:

I have TextExpander expand fn1 to

<sup id="r1-%m%d%y"><a href="#f1-%m%d%y">1</a></sup>

and rf1 to

<hr />
<ol class="footnotes">
<li id="f1-%m%d%y">
<p>%|<a href="#r1-%m%d%y">↩</a></p>
</li>
</ol>

You can probably guess how fn2, fn3, rf2, rf3, &c. work.1


  1. Typing that made me realise that I have ,& expand to <span class="amp">&</span>.