vault backup: 2022-12-13 14:45:39

This commit is contained in:
Bram Adams
2022-12-13 14:45:39 -06:00
parent 29fa77b559
commit 7a651b0663
14 changed files with 195 additions and 98 deletions

View File

@@ -14,7 +14,6 @@ The following settings can be set in the [Obsidian Export Settings in Readwise](
---
author: {% if author %}{{author}}{% endif %}
fullTitle: {{full_title}}
progressiveSummarizationComplete: false
category: #{{category}}
source: {{source}}
date: [[{{date}}]]
@@ -40,9 +39,9 @@ projects: []
```
{% if is_new_page %}
## Highlights
## Highlights #to-process
{% elif has_new_highlights -%}
## New highlights added {{date|date('F j, Y')}} at {{time}}
## New highlights added {{date|date('F j, Y')}} at {{time}} #to-process
{% endif -%}
```