Skip to content

Instantly share code, notes, and snippets.

@xiang578
Forked from Xuanwo/Highlight
Created January 5, 2023 03:08
Show Gist options
  • Save xiang578/a53a8752067758fc68998a849250a439 to your computer and use it in GitHub Desktop.
Save xiang578/a53a8752067758fc68998a849250a439 to your computer and use it in GitHub Desktop.
Readwise Logseq Output
> {{ highlight_text }}
date:: [[{{highlight_date}}]] \
{% if highlight_location_url %}location:: {{highlight_location_url}}{% elif highlight_location %}location:: {{highlight_location}}{% endif %} \
{% if highlight_note %}
{{ highlight_note }}
{% endif %}
---
author:: [[{{author}}]]\
title:: {{full_title}}\
type:: [[Readwise]]\
category:: #{{category}}\
{% if url %}url:: {{url}}{% endif %}\
{% if document_tags %}tags:: {% for tag in document_tags %}#[[{{tag}}]] {% endfor %} {% endif %}
{% if image_url %}![]({{image_url}}){% endif %}
{{full_title}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment