New Blog

Visual Editor Guide

🎨 Getting Started

Welcome! This is a **visual editor** where you can edit text directly, drag blocks to reorder them, and add content with one click.

Two Modes
Switch between **Visual Editor** (easy editing) and **JSON Editor** (advanced) using the tabs above.

✏️ Editing Basics

**Click any text** to edit it. **Hover over blocks** to reveal controls: drag handle (⋮⋮), duplicate (⎘), and delete (×).

Text Formatting
Use **double asterisks** for bold: \*\*text\*\* becomes **text**

➕ Block Types

Use the **toolbar buttons** at the top to add blocks:

  • **¶** Paragraph - Regular text
  • **H** Section Title - Large section heading (H2)
  • **H** Heading - Subsection title (H3)
  • **</>** Code - Syntax highlighted code
  • **√** Formula - LaTeX math equations
  • **≡** List - Bullet or numbered lists
  • **ⓘ** Callout - Info, warning, tip, success boxes
  • **⊞** Table - Editable data tables
  • **⊡** Image - Images with captions

📝 Examples

// Code with syntax highlighting
const hello = () => {
  console.log('Hello!');
};
E=mc2E = mc^2
FeatureStatus
Direct Editing
Drag & Drop
Bold Text
Ready!
Delete this guide and start creating your content!