Recording Instructions:
- Start with empty editor, type content step by step
- Show live preview updating in real-time
- Demonstrate bidirectional editing by clicking in rendered view
- Keep each section brief for GIF timing
Type this text and watch it render instantly:
Bold text, italic text, and inline code
all update live!
Watch this diagram build as you type:
Mathematical beauty in real-time:
Inline math: $E = mc^2$
Block equations: $$\sum_{i=1}^{n} x_i = \frac{n(n+1)}{2}$$
Complex formulas: $$\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}$$
Geographic data that comes alive:
Perfect for technical documentation:
// SquibView integration exampleconst editor = newSquibView({
element: document.getElementById('editor'),
content: '# Hello **SquibView**!',
initialView: 'split'
});
// Watch the magic happen
editor.setContent(newMarkdown);
# Data science exampleimport pandas as pd
import matplotlib.pyplot as plt
defanalyze_data(df):
"""Real-time documentation with SquibView"""return df.describe()
Structured data made beautiful:
Feature | SquibView | Competitors |
---|---|---|
Live Preview | ✅ Instant | ❌ Slow |
Rich Content | ✅ Full Support | ❌ Limited |
Bidirectional | ✅ Yes | ❌ No |
Offline Ready | ✅ Yes | ❌ CDN Only |
Try this in the GIF:
Pro tip: Click on any rendered text to edit it directly!
Everything works together seamlessly:
The formula for compound interest is: $A = P(1 + r)^t$
Result: Beautiful, interactive documentation that updates in real-time!
Visit: SquibView on GitHub
# Get started in seconds
npx squibv your-document.md
End of demo content - perfect for showcasing SquibView’s power!