Obsidian
Quick Tips
Section titled “Quick Tips”To Search for a specific note: Use Ctrl + P (Cmd + P on Mac).
For Internal Links: Use [[note name]] to create internal links to other notes.
For External Links: Use [Text](URL) to create external links.
For Bullet Points: Use -, *, or 1.
For Headings: Use # (e.g., # Heading 1, ## Heading 2).
For Code Blocks: Wrap text in triple backticks (```).
For Embeds: Use ![[note name]] to embed another note in your current note.
Markdown Cheat Sheet
Section titled “Markdown Cheat Sheet”Quick Overview
# Heading 1
## Heading 2
--- Spacer
- Bullet Points
- [x] Checklist
**Bold**
*Italic*
***Italic Bold***
==Highlights==
```Coding Blocks```
[[Links]](Sources)
> Quotes/ Blockquotes
Table Cell A | Table Cell B---- | ----Detailed Cheat Sheet
Heading 1
Section titled “Heading 1”# Heading 1
Heading 2
Section titled “Heading 2”## Heading 2
Line Break
---
- Bullet Points
- Bullet
- Checklist
- [x] list
Bold
**text**
Italic
*text*
Italic Bold
***text***
==Highlights==
==this text is highlighted==
Coding Blocks
By putting 3 (`) signs before and after the code.
[[Links]]
[[link]](sources)
Quotes/ Blockquotes
> this is a quote.
| Table Cell A | Table Cell B |
|---|
Table Cell A | Table Cell B---- | ----Shortcuts ⌨️
Section titled “Shortcuts ⌨️”General Shortcuts
Section titled “General Shortcuts”| Shortcut Key | Functions |
|---|---|
| Ctrl + S | Editor: Saves the file |
| Ctrl + N | Creates a new note |
| Ctrl + P | Open command pallete |
| Ctrl + O | Opens Quick Switcher |
| Ctrl + Shift + F | Search in all files |
| Ctrl + G | Opens graph view |
| Ctrl + Alt + ← | Navigate Back |
| Ctrl + Alt + → | Navigate forth |
| Ctrl + F | Searches current file |
| Ctrl + E | Toggle edit/preview modes |
| Ctrl + , | Open Settings |
| Ctrl + Tab | Next tab |
| Ctrl + Shift + Tab | Previous tab |
| Alt + Tab | Next App |
| Alt + Shift + Tab | Previous App |
| Win + Tab | Task View |
| Win + Shift + Tab | Next Window |
Editing Shortcuts
Section titled “Editing Shortcuts”| Shortcut Key | Functions |
|---|---|
| Ctrl + B | Bold Selected Text |
| Ctrl + I | Italicize Selected Text |
| Ctrl + K | Insert External Link to Selected Text |
| Ctrl + ] | Indent |
| Ctrl + [ | Unindent |
| Ctrl + D | Delete current line |
| Ctrl + V | Duplicate current line |
| Ctrl + Click | Open Note in Current Panel via Link |
| Ctrl + Shift + Click | Open Note in New Panel via Link |
| Ctrl + P (Cmd + P on Mac) | Quick Search |
| Ctrl + N (Cmd + N on Mac) | New Note |
| Ctrl + Shift + D (Cmd + Shift + D on Mac) | Create a Daily Note |
| Ctrl + / (Cmd + / on Mac) | Toggle Command Palette |
| Ctrl + E (Cmd + E on Mac) | Open Graph View |
| Ctrl + Click (Cmd + Click on Mac) | Open Link in New Pane |