ObsiKO ObsiKO Docs

04 Advanced Markdown

If you've got the basics down, it's time to level up! Tables, math, callouts, footnotes, even diagrams. Let's make your writing more polished and rich. 😎 Actually, you don't need to memorize any of this — it's all in the cheat sheet. Just find it, click it, and it's inserted for you.

← Back to basics: Markdown Basics · Home: ObsiKO 101


Neatly organized tables 📊

Excel/CSV straight into a table 📋

▲ Hover over a table and the vertical + on the right (add column) and horizontal + at the bottom (add row) appear snapped right to the table.

Make it stand out: Callouts 💡

Free-form emphasis boxes: custom containers 📦

▲ Callouts (built-in icons) and custom containers (free-label boxes) — make important content pop.

Save the details for later: footnotes 📝

Handle complex math with ease (KaTeX) 🧮

That programmer scent: code blocks 💻

Fold away long stretches: heading folding 🔽

Draw your thinking: diagrams (Mermaid) 🧜‍♀️

▲ Write it inside mermaid and flowcharts/sequence diagrams appear in your ObsiKO theme colors!

Turn numbers into pictures: charts 📈

▲ A single chart block covers bar, radar, activity calendar, Venn diagrams, and 20+ more types!

Doodle as you write: inline drawing ✏️

Ever want to drop a quick sketch or handwriting right into your text? Inline drawing slips a drawing pad right where your cursor is, Bear-style. No separate window — the body text slides down to make room for your drawing. - Four ways to open it: - Slash menu: on an empty line pick /drawing (or /sketch) — no mouse, no shortcut, the quickest route. - Mobile: expand the bottom format bar (✏️ floating button) and tap the pencil icon. - Command palette (⌘P / Ctrl+P): search for 'Insert drawing' — the easiest way on desktop, where there's no format bar. - Shortcut ⌘⌥Y (Mac) · Ctrl+Alt+Y (Windows/Linux) — opens right at your cursor. - A roomy canvas: the pad isn't confined to the text column — it stretches to about 90% of the editor width. Drag the bottom edge (center handle) to make it taller; the size is remembered. - A slim toolbar outside the drawing: a very thin vertical toolbar sits on the left (it never covers your drawing space). Pens, modes, and layers are tucked into group buttons that pop open on tap. - Every pen from the mind map 🎨: soft pen, rough pen, liner, flat nib, brush, sign pen, pencil, crayon, airbrush, highlighter, blend brush, and eraser — with the same palette, thickness, and opacity controls. See freehand drawing in 11 Mind Map for pen details. - Apple Pencil, S Pen & Wacom pressure ✍️: pen pressure from iPad Apple Pencil, Android S Pen, and desktop pen tablets carries straight through. Handwriting feels natural! - Grid and magnet stay off: it's a sketch inside a note, so grid and snap are off by default for free drawing. - No keyboard pop-ups: the virtual keyboard stays down while you draw, keeping the screen clear. - Auto-saves as an image: click (tap) outside the pad, or press Esc or the ✕ at top right, and the drawing is saved to assets/ as an SVG image with `` inserted in place (there's no separate save button). Brush textures, pressure, and bleeding are captured exactly as drawn, and it displays as a picture in Obsidian, GitHub, and other apps too. - Edit any time ✎: double-click (double-tap on mobile) a drawing and the editor pad reopens right on top of the original — keep drawing or fix things, and saving updates it in place (no new file). A pen (Apple Pencil/S Pen) opens it with a single tap! You can also hover (or tap once on mobile) and use the ✎ button. - Let AI finish your sketch 🎨✨: right-click the drawing pad (or a saved drawing image) → 'Draw from sketch (AI)…' — choose a model (Nano Banana / gpt-image), size, and quality, add a request, and a finished picture that keeps your composition lands in the note right below your drawing (chat API key required). See 'Sketch → AI image' in 11 Mind Map. - 💡 Buttons on images stay hidden: every image in your notes reveals its alt badge, ✎, and resize handle only on hover (or one tap on mobile) — no clutter until you need it.

▲ Right at your cursor while you write — sketch away with the thin toolbar on the left, and it saves as an image!

Fold it open and closed: collapsible blocks (toggle boxes) 🔽

Click here to expand Write the content you want to hide. **Bold**, lists, `code` — the Markdown still works fine inside!

Closing tags handled automatically: smart tags ✨

Drop in an entire other note: note embeds 🪆

Play YouTube and music right inside your note: media embeds 🎬🎵

💡 Your own music files stored in the vault (relative paths like ``) still work as regular background-audio syntax — only internet URLs (http) turn into a player, so no worries there. And this embed only plays inside the app — when you export to HTML/PDF, it remains as a link.

Automatic table of contents in your document: inline TOC 🧭

A little higher, a little lower — superscript & subscript ⁰¹

Notes only you can see: comments %% %%

Your document's ID card: frontmatter (YAML) 🪪

Grouping things with hashtags 🏷️

Presentations you can't look away from 🎬


← Previous: Markdown Basics · Home · Next: Frontmatter Properties