# Readwise Note Format Cheatsheet
## Metadata
**Status**:: #x
**Zettel**:: #zettel/permanent
**Created**:: [[2023-09-02]]
**Topic**:: [[♯ Readwise]]
## Synopsis
### Highlighted
- Add `↩︎` before lists, code blocks and other block elements.
- Replace indentation with `␣`
Examples:
```
↩︎
- this is a list
␣␣␣␣- indented
```
To separate the list text and the nested block:
```
list↩︎
↩︎
- this is a list
```
### Note
- Replace indentation with `␣`
### Cross Reference
The first line of the highlight note is the anchor starting with `^`.
```
^ref
this is the first note
```
```
this is another note refer to [[#^ref|the first note]]
```