This commit is contained in:
Oscar Plaisant
2024-05-21 11:40:42 +02:00
parent 95c81f9cb3
commit de3a0dcf0f
75 changed files with 87483 additions and 93999 deletions

View File

@@ -4,7 +4,7 @@
"highlightsFolder": "sources/hypothesis",
"isConnected": true,
"template": "{% if is_new_article %}{% if author %}author:: [[{{author}}]]\nurl:: [{{author}}]({{url}})\n{% else %}\nurl:: {{url}}\n{% endif %}{% endif %}\n\n{% if is_new_article %}\n## Annotations\n{% for highlight in highlights %}\n> [!zotero] [{{highlight.updated}}]({{highlight.incontext}}){% for line in highlight.text.split(\"\\n\") %}\n> {{line}}{% endfor %}{% if highlight.annotation %}\n> > [!note] Annotations{% for line in highlight.annotation.split(\"\\n\") %}\n> > {{line}}{% endfor %}\n{% endif %}{% endfor %}{% endif %}\n\n{% if is_new_article %}\n## Notes de pages\n{% for highlight in page_notes %}\n> [!note] [{{highlight.updated}}]({{highlight.incontext}})\n> {{highlight.annotation}}\n{% endfor %}\n{% endif %}\n",
"syncOnBoot": false,
"syncOnBoot": true,
"autoSyncInterval": 0,
"dateTimeFormat": "YYYY-MM-DD HH:mm:ss",
"history": {
@@ -21,5 +21,5 @@
}
],
"useDomainFolders": false,
"lastSyncDate": "2024-05-14T10:11:14.434Z"
"lastSyncDate": "2024-05-21T09:40:39.769Z"
}