Skip to content

Plugin and Setup Learnings

Markdown

To avoid having zebra tables in markdown. Able to incorporate the following:

It's not possible with CSS, but there is a workaround. Just add an empty row between your rows.

<tr><tr>

Bulk Image Conversion using Magick v7

This is used for image conversion from websites or other photos

For a single file:

magick file_name_input.webp file_name_output.jpg

For bulk files and convert into a directory called FOLDER, use:

> mkdir output
> magick mogrify -format JPEG -path OUTPUT *.webp 

Applying whitespace into markdown files

<pre></pre>
This will add an additional space to your text to format it into a multi-line. Alternativly can use:
&nbsp;
Reference: Whitespace preserved in markdown

Keyboard Bindings

Troublshooting DNS

Google Cloudsites and Cloudfare integration

  • Redirecting naked IP addresses for a google site account - video reference

  • To avoid the 525 error in Cloudflare for SSL handshake not being received. An additional rule is required to the naked DNS name to route to www* address

Windows Plugins

  • customize windows actions and perform macros across custom key bindings - autohotkey

  • To have the script always run at startup, open up run->shellstartup->copy/paste the script into this directory folder