|
You are here |
juandebravo.com | ||
| | | | |
sarasoueidan.com
|
|
| | | | | - The personal website of Sara Soueidan, inclusive design engineer | |
| | | | |
lincolnmullen.com
|
|
| | | | | 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. | |
| | | | |
thottingal.in
|
|
| | | | | I just published a VS Code language extension to support OpenType feature files in the Adobe "AFDKO" format. The extension provides syntax highlighting and code snippet support. (Screenshot From Amiri font) The syntax highlighting patterns for AFDKO is based on the opentype-feature-bundle for Atom Editor by Kennet Ormandy which is based upon Brook Elgie's original Textmate bundle. The code snippets are based on the snippets prepared by Simon Cozens for AFDKO-SublimeText | |
| | | | |
www.4bes.nl
|
|
| | | In this post, you will see how you can use GitHub CodeSpaces for Azure PowerShell Function apps, so you don't have to install tools locally! | ||