/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

logr.cogley.info
| | roneo.org
3.4 parsecs away

Travel
| | Setup your terminal text editor for syntax highlighting, git integration and more
| | legends2k.github.io
4.2 parsecs away

Travel
| | quirks and hacks in making this
| | 8yd.no
4.7 parsecs away

Travel
| | I'm fairly new to Hugo, but I've worked with my fair share of template languages to feel reasonably at home. Enough to both see familiar patterns, but also wonder "why have they done it like that?" A...
| | lincolnmullen.com
20.2 parsecs away

Travel
| I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.