Writing & Markdown Guide
"In a world of noisy toolbars and complex formatting menus, pure words remain the sharpest tool for human thought."
Madaatih is engineered around a purely markdown-first philosophy. There are no distracting button toolbars or clunky GUI builders—structure your writing, render mathematical equations, and generate interactive flowcharts directly from plain text.
# Heading 1 (Scribble Title)
## Heading 2 (Major Section)
### Heading 3 (Sub-chapter)Heading 1 (Scribble Title)
Heading 2 (Major Section)
Heading 3 (Sub-chapter)
**Bold weight text**
*Subtle italic tone*
~~Strikethrough text~~
`inline code fragment`Bold weight text gives key statements authority.
Subtle italic tone emphasizes quiet thoughts.
Strikethrough text indicates discarded revisions.
Use inline code fragment for variables or keys.
> In a world of infinite distraction, the greatest luxury
> is a blank page and uninterrupted time to think.In a world of infinite distraction, the greatest luxury is a blank page and uninterrupted time to think.
- Idea formulation
- Draft stream-of-consciousness
- Freeform drafting
- Structural polish
1. Open editor
2. Compose scribble
3. Share with world- Idea formulation
- Draft stream-of-consciousness
- Freeform drafting
- Structural polish
- Open editor
- Compose scribble
- Share with world
- [x] Jot raw shower thoughts
- [x] Derive mathematical proof
- [ ] Add explanatory flowchart
- [ ] Publish privately for reviewMass-energy equivalence is $E = mc^2$.
Roots given by $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.Mass-energy equivalence is .
Roots given by .
$formula$ without inner leading/trailing spaces.Our coffee budget is \$15 weekly.
Never triggers unintended math formatting!Our coffee budget is $15 weekly.
Never triggers unintended math formatting!
\$.$$
\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
$$
$$
\nabla \times \mathbf{E} = -\frac{\partial \mathbf{B}}{\partial t}
$$Pure Markdown Philosophy
In Madaatih, you don't need buttons, plugins, or third-party chart builders to make diagrams. Simply type a fenced code block with ```mermaid or ```flowchart. The reader automatically converts it into a high-resolution vector diagram complete with an interactive full-screen viewer and one-click syntax copy.
```mermaid
graph TD
A[Raw Shower Thought] --> B{Structure Needed?}
B -->|Yes| C[Add Flowchart Diagram]
B -->|No| D[Pure Prose Scribble]
C --> E[Immersive Scrollytelling]
D --> E
```Flow Directions
TD / TB Top to bottomLR Left to rightBT Bottom to topRL Right to leftNode Geometries
[Label] Standard rectangle(Label) Rounded rectangle([Label]) Stadium / pill{Label} Decision rhombusConnectors & Labels
--> Solid directed arrow-->|Text| Arrow with label--- Open connection link==> Thick heavy arrow| Concept | Syntax | Native Rendering |
| :--- | :---: | ---: |
| Math | `$E=mc^2$` | KaTeX Engine |
| Flowchart | ```` ```mermaid ```` | Mermaid.js |
| Privacy | Draft / Unlisted | Supabase Row-Level || Concept | Syntax | Native Rendering |
|---|---|---|
| Math | $E=mc^2$ | KaTeX Engine |
| Flowchart | ```mermaid | Mermaid.js |
| Privacy | Draft / Unlisted | Supabase Row-Level |
| Col 1 | Col 2 | and press Space or Enter to automatically instantiate an interactive table.[Visit Madaatih Home](https://www.madaatih.com)
[Explore Community Scribbles](/scribbles)
# Direct Upload Shortcuts:
- Drag image file directly into editor
- Paste screenshot with Cmd+V / Ctrl+VFocus Mode
Press F or click the floating eye button. Headers, footers, and sidebars fade away, spotlighting the active reading paragraph.
Chapter Steps
Subtle right-side indicator dashes allow effortless one-click navigation across all major sections of your scribble.
Reading Pace
A top progress bar tracks reading velocity alongside an accurate reading time estimation derived from raw word counts.
The Art of Thinking
Writing is not the communication of something already discovered; it is the very act of discovery.
“Words are our most inexhaustible source of magic.”
- Observe carefully
- Scribble thoughts
- Refine intuition