# Views and editing mode

Obsidian lets you control how you read and edit notes written in Markdown using views and modes.

  • Views toggle between reading and editing your notes.
  • Modes control how Markdown appears while you're editing.

# Reading view

Reading view shows your note without Markdown syntax, offering a clean, readable format for focused review.

To switch to Reading view:

  • Select the view switcher () in the upper-right corner of the editor
  • Press Ctrl+E (Cmd+E on macOS).

# Editing view

Editing view lets you make changes to your note. It includes two editing modes: Live Preview and Source mode.

To switch to Editing view:

  • Select the view switcher ()
  • Press Ctrl+E (Cmd+E on macOS) again
  • Use the Command palette command Toggle Reading view

# Editing modes

While in Editing view, you can choose how Markdown is displayed using one of two Editing modes.

# Live Preview

Live Preview shows formatted text inline while hiding most Markdown syntax. When your cursor enters formatted content, the underlying syntax becomes visible for editing.

Set this as the default under Settings → Editor → Default editing mode.

# Source mode

Source mode displays all Markdown syntax exactly as written. Use it if you prefer plain text or need precise formatting control.