Show Menu
Cheatography

Common Logseq Shortcuts & Common Markdown Cheat Sheet (DRAFT) by

Common Logesew Shortcuts and Markdown Cheatsheet

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Logseq - Basic Editing

Enter
Start a new block
Shift+­Enter
New line
type "­/"
Show all commands
type "­[["
Create­/re­ference page
type "­(("
reference a block (parag­raph)
Tab
Increase indent­ation
Shift+Tab
Reduce indent­ation
type "­<"
Get more formatting options (quotes, query, warnig, etc.)
 

Markdown - Basic Text Syntax

# H1
Heading Level 1
...
###### H6
Heading Level 6
**bold**
bold
*italic*
italic
> blockquote text
Blockquote
1. Ordered list item
Ordered list
- Unordered list item
Unordered list item
`code`
code
---
Horizontal rule
[title](hyperlink)
Hyperlink
![alt text](image.jpg)
Image

Additional Markdown

==high­lighted text==
highlights text