416 shaares
5 results
tagged
this-was-useful
Use built-in Powerline glyphs
When enabled, iTerm2 renders Powerline glyphs itself rather than using what is built-in to the font. These glyphs tend to line up better with other elements than font-provided glyphs.
RSS Lookup is a free, open-source tool that helps you search for RSS feeds on any URL
A super useful reference for anyone using the Tabler icons.
A quick guide about the Panhandle Trail. I found these notes useful for my rides along this trail.
How to add client-side interactivity to Astro components using native browser JavaScript APIs.
From the docs:
You can add interactivity to your Astro components without using a UI framework like React, Svelte, Vue, etc. using standard HTML
<script>
tags.
π― This works as expected!