Explore >> Select a destination


You are here

www.joeltok.com
| | visualstudioextensions.vlasovstudio.com
2.7 parsecs away

Travel
| | HTML 11 extension provides tool windows in Visual Studio showing preview of a web page you are currently editing, on desktop and mobile devices. HTML 11 v2.0.0 adds support for Visual Studio 2022: Download the installer.
| | blog.stijn-dhaese.be
2.7 parsecs away

Travel
| | Here is the situation, I have Raspberry Pi Desktop running in a VM and Visual Studio Code on my machine. When I try connect to my Raspberry Pi Desktop using VS Code Remote Development, I receive th...
| | lincolnmullen.com
2.4 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.
| | blog.notmyhostna.me
22.9 parsecs away

Travel
| For my new side project I needed to build a browser extension. I was hesitant to build one as the development experience of doing everything in the ...