Gabs' Tips & Tricks

A collection of tips and tricks for web development and more

Add Markdown-it Plugins in VitePress

How to add a Markdown-it plugin to your VitePress site to extend the functionality of the Markdown parser.

Published on:
vitepressmarkdown

Remove .DS_Store Files Quickly

Annoyed by .DS_Store files cluttering up your directories? Learn how to remove them quickly using the terminal on macOS.

Published on:
macosterminalgit

Replicate the Marquee Tag with CSS

The marquee tag was a popular feature in older versions of HTML that allowed text to scroll horizontally across the screen. While the marquee tag is no longer supported in modern browsers, you can replicate its functionality using CSS animations. Learn how to create a marquee effect with CSS in this tip.

Published on:
cssanimation