/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

macops.ca
| | sarasoueidan.com
1.3 parsecs away

Travel
| | - The personal website of Sara Soueidan, inclusive design engineer
| | mathspp.com
2.5 parsecs away

Travel
| | Today I learned how to create a VS Code extension to do custom syntax highlighting.
| | lincolnmullen.com
3.9 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.
| | egghead.io
9.8 parsecs away

Travel
| VSCode Themes are a quick way to update the color scheme and syntax highlighting of your code, but you might find your favorite theme isn't quite perfec...