Dos opciones
# Con el plugin kindle highlights
1. Bajar el plugin
2. Darle formato al highlight, para que "location" salga después de la cita
3. Entrar a la cuenta amazon y hacer el sync
4. Log out del amazon,
## Formato del highlight
```
###
{% if note %}{{note}}{% endif %}
location: {{ location }}
>*{{ text }}*
---
```
# Con Readwise export
## Usage des H
La H1 no s'utilise pas car les titres de la note biblio (notes, par exemple) sont deja avec H1
La H2 est pour les chapitres du livre, s'il y a en a
La H3 est pour le titre que la future note atomique aura, dans l'export, est pour l'instant vide. C'est dans la note bibli qu'il faudra ajouter le nom de la note et ma partie perso
La H4 est le texte "Location" avec le numero de... la location et suivi par la citation, avec le format quote
Après avec ces H il faudra, à partir de la note biblio, creer des notes atomiques via Note Refactor
[[SOP Note refactor]]
Page metadata:
```
---
date created: <% tp.date.now("YYYY-MM-DD HH:mm") %>
date modified: <% tp.date.now("YYYY-MM-DD HH:mm") %>
publish: false
---
Full Title: {{full_title}}
Author: {% if author %}[[{{author}}]]{% endif %}
---
{% if image_url -%}

{% endif -%}
```
Highlight reader:
```
{% if is_new_page %}
# Highlights
{% elif has_new_highlights -%}
## New highlights added {{date|date('F j, Y')}} at {{time}}
{% endif -%}
```
Highlight:
```
###
{% if highlight_note %} {{ highlight_note }}{% endif %}
{% if highlight_location and highlight_location_url %}
#### {{highlight_location}}
%% ([Link]({{highlight_location_url}})){% elif highlight_location %} ({{highlight_location}}){% endif %}%%
>*{{ highlight_text }}*
{% if highlight_tags %}
{% endif %}
---
```
# Referencias
%%
***
### Ficha
Source:
Date: [[2023-02-26 ]]
%%