Streamlining Your Digital Notes: Readwise Meets Logseq

29 August 2024 · 1 min read

  • How-to guides
Readwise and Logseq

If you’re into personal knowledge management, you've likely heard of Readwise. Many others in the personal knowledge management field have reviewed Readwise, so this is not another detailed review. Instead, I'll share how I use Readwise to import Kindle highlights into Logseq. I usually prefer reading physical books, but sometimes new books aren't available in my country, and Kindle wins on convenience.

This content was inspired in preparation for an interview with Bob Doto, the author of A System for Writing, which explores using Zettelkasten for writing. It's a great read for anyone serious about writing, especially if you're interested in learning more about the zettelkasten systems. I’ve linked the book here if you want to read it for yourself (affiliate link).

My Readwise settings as discussed in the video

Page title:

{{title|replace('.','')|replace('#','')}}

Page metadata:

producer:: [[{{author}}]]

input:: [[{{category}}]]

source:: [[Readwise import]]

status:: [[to/process]]

{% if url %}link:: {{url}}{% endif %}

{% if document_tags %}tags:: {% for tag in document_tags %} #{{tag}}{% endfor %}{% endif %}

Highlights header:

Passages

Highlight:

{{ highlight_text|replace('#','') }}{% if highlight_location and highlight_location_url %} ({{highlight_location}}){% elif highlight_location %} ({{highlight_location}}){% endif %}{% if highlight_tags %}{% for tag in highlight_tags %} #[[{{tag}}]]{% endfor %}

{% endif %}

{% if highlight_note %}{{ highlight_note }}{% endif %}