Verbose Mode
I like to write about technical topics, but not everyone wants to read the gritty details. Sometimes you just want the high-level overview, and other times you want to see exactly how something works under the hood.
To solve this, I’ve added a --verbose mode toggle to this blog. You can find it in the bottom
right corner of the site. When enabled, it reveals extra details, code snippets, and deeper
explanations hidden throughout the articles.
Here is a short example of how it looks:
This is a normal paragraph that everyone can see.
Verbose output: This is a verbose paragraph! You’ll only see this block of text when the
--verbose mode is turned on.
I’ll use it to share extra context, setup instructions or more.
Try toggling the verbose mode on and off using the switch in the bottom right corner to see how it works!