|
You are here |
golb.hplar.ch | ||
| | | | |
electric-sql.com
|
|
| | | | | A demo ElectricSQL mobile app built with the Ionic Framework and Capacitor -"Electric Appointments" is a simple appointment scheduling app, the type a company would use to schedule appointments with clients. | |
| | | | |
www.thepolyglotdeveloper.com
|
|
| | | | | Use the Apache Cordova badge plugin to attach numeric values to the launcher icon of your Ionic Framework Android and iOS applications. | |
| | | | |
timtech.blog
|
|
| | | | | How I've come to finally build my tech blog, after years of frustration and a few failed attempts. | |
| | | | |
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. | ||