aliases:
- How to/Create notes
cssclasses:
- soft-embed
description:
mobile: false
permalink: create-note
publish: trueCreate your first note
Notes in Obsidian are stored as plain text files. This means your data is durable and not locked into a proprietary format. By writing your notes in plain text, they'll outlive any app—even Obsidian itself.
Create a new note
To create a new note:
- Press
Ctrl+N(orCmd+Non macOS) on your keyboard. - Type "Obsidian" as the name of your note and press
Enter. - Copy and paste the following text into your note:
Obsidian is the private and flexible writing app that adapts to the way you think.
Obsidian will respect the filename limitations of the operating system you create the note on. If you plan to sync your notes across devices, make sure your filenames are safe for other operating systems.
Formatting text
Obsidian supports Markdown syntax to make text bold, italic, and add links and headings.
-
Copy and paste the following text at the top of the Obsidian note:
# Sharpen your thinking.
The hash symbol (
#) turns a line of text into a heading. -
In your note, select any text and press
Ctrl+B(orCmd+Bon macOS) to make it bold.
To learn more about how to format your notes using Markdown, refer to Basic formatting syntax.
Learn more
Learn how to link notes to create a network of connected thoughts.
You may also want to check out the Sandbox vault to explore other features of the application.