Tags

NomCaracterística
.h1/2/3Títols (comença amb h1 = h4)
.bNegreta
.iCursiva
.ibCursiva i Negreta
.qCita
.pPersona
.llLlibre
.aAudiovisual (pel·li, sèrie)
.sSonor (pòdcast)
.mMúsica
.wWeb

Format

Nom de fitxer

{{title}} (sub)

Títol

# {{title}} 

Metadades

{% if image_url -%}
![Portada {{title}}]({{image_url}})
 
{% endif %}{% if category %} 
#rw/{{category|replace("books","llibres", "articles", "article", "podcasts", "podcast")}}{% endif %}
## Metadades
- Autor:: {% if author -%}[[{{author}}]]{% endif %}
- Títol:: {{full_title}}{% if url %}
- Enllaç:: [{{title}}]({{url}}){% endif %}
- Subratllat per última vegada:: {{last_highlighted_date|date("Y-m-d")}}

Títol de subratllats

{% if is_new_page %}
## Subratllat
{% elif has_new_highlights -%}
{{date|date('F j, Y')}} at {{time}}
{% endif -%}

Subratllats

Última versió

11 de juliol de 2024

  • He afegit callouts en lloc de encapçalaments per a fer-ho més visual.
  • He unificat les referències, perquè era farragós discriminar-ho.
    • Per a salvar els subratllats anteriors, els he unit amb “OR”.
{% if highlight_text and highlight_tags %}
{% if highlight_tags== ['q'] %}
> {{ highlight_text }} 
 {% elif highlight_tags==['s'] %}
=={ highlight_text }}==
{% elif highlight_tags==['b'] %}
**{{ highlight_text }}**
{% elif highlight_tags==['i'] %}
*{{ highlight_text }}*
{% elif highlight_tags==['ib'] %}
***{{ highlight_text }}*** 
{% elif highlight_tags==['p'] %}
> [!TIP] Persona
> 
> { highlight_text }} 
{% elif highlight_tags == ['r'] or highlight_tags == ['ll'] or highlight_tags == ['a'] or highlight_tags == ['s'] or highlight_tags == ['m'] %}
> [!QUOTE] Referència
> 
> { highlight_text }} 
{% elif highlight_tags==['w'] %}
**Enllaç**: {{ highlight_text }}
{% else %}
{{ highlight_text }} ^rw{{highlight_id}}
**Tags**: {{highlight_tags}}
{% endif %}{% endif %}{% if highlight_text and not highlight_tags %}
{{ highlight_text }} ^rw{{highlight_id}}{% endif %}{% if highlight_note %}
> [!NOTE] Nota
> 
> {{ highlight_note }}
{% endif %}{% if highlight_location and highlight_location_url %}
 
🔗 [{{highlight_location}}]({{highlight_location_url}}){% elif highlight_location %} 🔗 ({{highlight_location}}){% endif %} [➡️ Readwise](https://readwise.io/open/{{highlight_id}})
 
---
 
---

YAML

cssclass: readwise
categoria: {{category}}
imatge: {{image_url}}
ultim_subratllat: {{last_highlighted_date}}

Sync

(Per ara no hi tinc res)