# 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. - Add `↩︎` in code blocks, or any other places that blank lines should be preserved. - Replace indentation with `␣` Examples: ``` ↩︎ - this is a list ␣␣␣␣- indented ``` To separate the list text and the nested block: ``` list↩︎ ↩︎ - this is a list ``` To keep blank lines in the code block: ~~~ ↩︎ ``` echo 1 ↩︎ echo 1 ``` ~~~ ### 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]] ```