generated from Enveloppe/Enveloppe-Quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aeff960
commit f0e1b5d
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
tags: | ||
- guide | ||
share: true | ||
--- | ||
[Markdown Cheatsheet](https://rentry.org/how) | ||
# Heading 1 | ||
## Heading 2 | ||
### Heading 3 | ||
#### Heading 4 | ||
##### Heading 5 | ||
###### Heading 6 | ||
|
||
## Styles | ||
|
||
Body | ||
**Bold** | ||
_Italic_ | ||
~~Strikethrough~~ | ||
|
||
## Formats | ||
|
||
- Bullet Point | ||
- Bullet Point | ||
- Nested Bullet Point | ||
1. Numbered List | ||
2. Numbered List | ||
1. Nested Numbered List | ||
- [x] Checkbox [completion:: 2024-01-01] | ||
>Quote | ||
>Multi line | ||
Break Line | ||
___ | ||
|
||
## References | ||
|
||
Reference to a [[./index|File]] | ||
Reference to a [[Guide Obsidian#Heading 1|Heading]] | ||
Reference to a [[../../../2024-01-01#^025433|Paragraph]] | ||
Inline Reference![[Guide Obsidian#Styles|Configs/Guides/Guide Obsidian > Styles]] | ||
## Shortcuts | ||
|
||
Ctrl = Enable Hover Preview On Links | ||
Alt + E = Toggle Source Mode | ||
Ctrl + Alt + A = Emoji Toolbar | ||
Ctrl + Alt + T = Modify Task | ||
Drag + Ctrl + Drop = Embed / Transclude | ||
[Multiple Cursors](https://help.obsidian.md/Editing+and+formatting/Multiple+cursors) |