Obsidian Cheat Sheet
This repository contains all the basic cheatsheets you need to get started to make notes in obsidian.
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
Quick Overview</em>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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</em>
# Heading 1
# Heading 1
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 —- | —-
1
2
Table Cell A | Table Cell B
---- | ----
Shortcuts ⌨️
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
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