This commit is contained in:
Oscar Plaisant
2024-03-13 11:36:31 +01:00
parent 738a67b3df
commit 5bdeaf3332
218 changed files with 97170 additions and 1830 deletions

View File

@@ -2,10 +2,10 @@ author::
source::
link::
date-seen::{{DATE:yyyy-MM-DD}}
#citation #
---
#citation
> [!cite] Titre
> ...
^cite
## Interprétation

View File

@@ -2,8 +2,6 @@ author::
date::{{DATE:YYYY-MM-DD}}
#source
---
Description de la source

View File

@@ -0,0 +1,7 @@
[!note] Page <%= it.pageLabel %>
<%= it.imgEmbed %><%= it.text %>
<% if (it.comment) { %>
---
<%= it.comment %>
<% } %>

View File

@@ -0,0 +1,3 @@
<% for (const annotation of it) { %>
<%~ include("annotation", annotation) %>
<% } %>

View File

@@ -0,0 +1 @@
[[<%= it.map(lit => `${lit.citekey ?? lit.DOI ?? lit.title ?? lit.key}`).join("; ") %>]]

View File

@@ -0,0 +1 @@
<%= it.map(lit => `[${lit.citekey ?? lit.DOI ?? lit.title ?? lit.key}]`).join("; ") %>

View File

@@ -0,0 +1,4 @@
<mark style="
<%- if (it.color) { _%> color: <%= it.color %>; <%_ } -%>
<%- if (it.bgColor) { _%> background-color: <%= it.bgColor %>; <%_ } -%>
"><%= it.content %></mark>

View File

@@ -0,0 +1 @@
citekey: "<%= it.citekey %>"

View File

@@ -0,0 +1,2 @@
link:: [Zotero](<%= it.backlink %>) <%= it.fileLink %>
<%~ include("annots", it.annotations) %>