All posts tagged 'JavaScript'
-
On Yargs Autocompletion
Yargs provides some rather nice autocompletion for commands and flags with some minimal setup, but I wanted autocompletion of positional arguments for one of the commands in the CLI clipboard manager I'm making. This clipboard manager (cb) basically does one thing: let's me quickly save the contents...
Read article -
Converting GitHub Style Footnotes to HTML with Eleventy
When making my first blog site with NextJS I used Remark to parse the Markdown into HTML. This was nice, and worked fairly well, but I ran into issues with footnotes, which Remark doesn't handle by default. There is a plug-in that supports GitHub flavored Markdown footnotes, but I had trouble...
Read article