# Keep the Leading Whitespaces in Readwise Highlights and Notes ## Metadata **Status**:: #x **Zettel**:: #zettel/permanent **Created**:: [[2022-09-30]] **Topic**:: [[♯ Readwise]] ## Notes Readwise strips the leading whitespaces from highlights and notes. My solution is using `␣` in Readwise, and replace them into whitespaces when exporting to Obsidian. It's easy in Jinja2 by adding a filter `replace('␣', ' ')` in the [[Personal Readwise Obsidian Export Format#Highlight|Highlight Export Format]]