ObsiKO ObsiKO Docs

03 Markdown Basics

Markdown is never hard! It's a writing syntax that dresses up your text like magic with just a few symbols. ObsiKO applies pretty formatting the very instant you type it! ✨

← Home: ObsiKO 101 · Learn the next bit of magic → 04 Advanced Markdown


Hybrid editing that formats the moment you type ▲ No preview pane needed — it renders beautifully right where you write.

Building the skeleton of your writing: Headings

Dressing up your text 🎨

Lists that keep things neatly organized 📝

Never forget a task! Checkboxes ✅

Quoting something wonderful 💬

Links and images that lead elsewhere 🔗🖼️

A clean divider ➖


Formatting fairies that do it all for you 🧚

▲ One / and the block menu pops up! Pick one to insert instantly. - Smart Paste: Copy a web address (URL) and paste it over some text to turn it into a clean link! Paste an image and it's automatically saved to the assets/ folder too! - Lightning-fast shortcuts: Drag across some text and press ⌘B, ⌘I, ⌘K. Formatting changes without you ever typing the symbols by hand. → See the full list at 24 Keyboard Shortcuts - Multiple spots at once! Multi-cursor: Mod+click to drop multiple cursors, or Mod+D to select the same word one after another and edit them all together. Alt+drag also lets you make a rectangular (box) selection. ✌️ - Mobile formatting button: On phones and tablets, when the keyboard comes up, a small round button floats in the corner of the screen. Tap it and formatting tools like bold, headings, and lists spread out. → 25 Platform Guide - Smart quotes: Type a quote mark (', ") and, based on position, opening quotes (' ") and closing quotes (' ") go in automatically. It even handles apostrophes inside words like don't perfectly! Select some text and type a quote mark to wrap the whole thing, and inside code blocks or frontmatter, straight quotes are kept exactly as typed. (You can turn this off in Settings → 23 Settings & Themes) - Color code preview: Type a color code (HEX, RGB, HSL) like #d9a05b and a color swatch square pops up right beside it so you can see exactly what color it is at a glance. 🎨 - Templates & auto-fill: Right-click → + InsertInsert Template in the editor to pull in a form you use often (just create it as a .md file in the vault's Template folder). This + Insert group also holds Add Schedule, Insert Frontmatter, and your cheat sheet favorites — and it only appears when you right-click with no text selected. Placeholders in the template like {{date}}, {{time}}, {{title}}, {{cursor}}, and {{weather}} (weather for the place you picked in settings — complete with an icon that matches the weather, like ☀️🌧️❄️) get filled in automatically the moment they're inserted.


← Previous: A Tour of the Screen · Home · Next: Advanced Markdown