ObsiKO ObsiKO Docs

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 ๐Ÿ“‹

Table โ€” the +buttons that appear on hover to add a row/column
โ–ฒ 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 ๐Ÿ“ฆ

Callout and custom container boxes
โ–ฒ 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) ๐Ÿงœโ€โ™€๏ธ

Example of a rendered Mermaid diagram
โ–ฒ Write it inside mermaid and flowcharts/sequence diagrams appear in your ObsiKO theme colors!

Turn numbers into pictures: charts ๐Ÿ“ˆ

Data charts drawn with chart blocks
โ–ฒ 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!
- On iPad, handwriting input pauses while you draw: iPadOS Scribble stays out of the way as long as the pad is open, so pen strokes never turn into typed text. Close the pad and Scribble works in your note exactly as before.
- Pick your paper ๐Ÿ“„: the paper button in the toolbar offers lined, grid, dots, manuscript (and none). The manuscript paper is the traditional Korean ์›๊ณ ์ง€ โ€” red cells with a narrow correction gutter between rows. The paper you choose is saved with the drawing, so it's still there in your note, in exports, and in print โ€” it isn't a guide that vanishes when you save. Lines brighten themselves in dark mode, and print always uses a light grey.
- Paper is remembered per drawing (a new pad always starts with none) โ€” you don't want yesterday's manuscript grid showing up when you just need one arrow. You can switch back to none any time.
- Turning paper on never snaps your strokes to the lines โ€” it's a visual guide only; what you drew stays exactly as drawn.
- 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, magnifier (zoom view), โœŽ, and resize handle only on hover (or one tap on mobile) โ€” no clutter until you need it. For the zoom view, see โ†’ 03 Markdown Basics

An inline drawing pad opened at the cursor
โ–ฒ 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 ๐ŸŽฌ๐ŸŽต

๐Ÿ’ก An audio file in the vault doubles as background music in the story viewers โ€” the very same ![](song.mp3) line is a playback bar in the editor and BGM in the ebook, messenger and visual novel views. โ†’ Messenger & Visual Novel Views

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 โ†’