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, , 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:
This is the Laplace transform — a cornerstone of signal processing and control theory. The relationship between the time domain and the frequency domain is:
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
| Principle | Physical Space | Digital Space |
|---|---|---|
| Constraint | Single window | Focus mode |
| Breathing room | Open floor | Whitespace |
| Material honesty | Natural materials | Honest typography |
| Warmth | Firelight | Warm 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.