A Showcase of Quiet Tools

Demonstrating the full range of content capabilities — math, video, photo galleries, and rich formatting.

This article demonstrates the full range of content types available in In Quiet Thought. Each section showcases a different capability.

Mathematical Notation

Research articles often need precise mathematical expressions. Both inline and block math are supported via KaTeX.

The Euler identity, eiπ+1=0e^{i\pi} + 1 = 0, is often called the most beautiful equation in mathematics. It connects five fundamental constants.

For more complex expressions, block math provides centered, full-width rendering:

L{f(t)}=0f(t)estdt\mathcal{L}\{f(t)\} = \int_0^\infty f(t) e^{-st} \, dt

This is the Laplace transform — a cornerstone of signal processing and control theory. The relationship between the time domain f(t)f(t) and the frequency domain F(s)F(s) is:

F(s)=1s2+ω2F(s) = \frac{1}{s^2 + \omega^2}

Video Embeds

Videos load lazily — only a thumbnail appears until you click play. This keeps pages fast and respects your bandwidth.

The facade pattern means zero YouTube JavaScript loads until you explicitly choose to watch. This is better for both performance and privacy.

Code and Syntax Highlighting

Shiki provides syntax highlighting that adapts to your theme:

fn fibonacci(n: u64) -> u64 {
    match n {
        0 => 0,
        1 => 1,
        _ => fibonacci(n - 1) + fibonacci(n - 2),
    }
}

Tables

PrinciplePhysical SpaceDigital Space
ConstraintSingle windowFocus mode
Breathing roomOpen floorWhitespace
Material honestyNatural materialsHonest typography
WarmthFirelightWarm color palette

Blockquotes

The tools we choose shape the thoughts we think. A pencil invites sketching; a keyboard invites prose. Choose your tools with intention.


This article exists as a living reference for the content system. It will be updated as new capabilities are added.