update
This commit is contained in:
7
templates/zotero/zt-annot.eta.md
Normal file
7
templates/zotero/zt-annot.eta.md
Normal file
@@ -0,0 +1,7 @@
|
||||
[!note] Page <%= it.pageLabel %>
|
||||
|
||||
<%= it.imgEmbed %><%= it.text %>
|
||||
<% if (it.comment) { %>
|
||||
---
|
||||
<%= it.comment %>
|
||||
<% } %>
|
3
templates/zotero/zt-annots.eta.md
Normal file
3
templates/zotero/zt-annots.eta.md
Normal file
@@ -0,0 +1,3 @@
|
||||
<% for (const annotation of it) { %>
|
||||
<%~ include("annotation", annotation) %>
|
||||
<% } %>
|
1
templates/zotero/zt-cite.eta.md
Normal file
1
templates/zotero/zt-cite.eta.md
Normal file
@@ -0,0 +1 @@
|
||||
[[<%= it.map(lit => `${lit.citekey ?? lit.DOI ?? lit.title ?? lit.key}`).join("; ") %>]]
|
1
templates/zotero/zt-cite2.eta.md
Normal file
1
templates/zotero/zt-cite2.eta.md
Normal file
@@ -0,0 +1 @@
|
||||
<%= it.map(lit => `[${lit.citekey ?? lit.DOI ?? lit.title ?? lit.key}]`).join("; ") %>
|
4
templates/zotero/zt-colored.eta.md
Normal file
4
templates/zotero/zt-colored.eta.md
Normal file
@@ -0,0 +1,4 @@
|
||||
<mark style="
|
||||
<%- if (it.color) { _%> color: <%= it.color %>; <%_ } -%>
|
||||
<%- if (it.bgColor) { _%> background-color: <%= it.bgColor %>; <%_ } -%>
|
||||
"><%= it.content %></mark>
|
1
templates/zotero/zt-field.eta.md
Normal file
1
templates/zotero/zt-field.eta.md
Normal file
@@ -0,0 +1 @@
|
||||
citekey: "<%= it.citekey %>"
|
2
templates/zotero/zt-note.eta.md
Normal file
2
templates/zotero/zt-note.eta.md
Normal file
@@ -0,0 +1,2 @@
|
||||
link:: [Zotero](<%= it.backlink %>) <%= it.fileLink %>
|
||||
<%~ include("annots", it.annotations) %>
|
Reference in New Issue
Block a user