Obsidian ZotLit模板速查表[^template-cheatsheet]
# 前置插件
- `ZotLit` 1.1.4
# 模板
## `zt-annot.eta`
需要根据自己的标注配色方案更改

```
[!note] <% if (it.color == '#ffd400') { %>概念<% } %><% else if(it.color == '#5fb236') { %>创新点<% }%><% else if(it.color == '#2ea8e5') { %>研究方法<% }%><% else if(it.color == '#a28ae5') { %>研究假设<% }%><% else if(it.color == '#d2d8e2') { %>图表标注<% }%><% else if(it.color == '#f19837') { %>重要结论<% }%><% else if(it.color == '#aaaaaa') { %>有疑问<% }%>
<%= it.imgEmbed %><%= it.text %><% if (it.comment) { %>
==💬<%= it.comment %>==
<% } %>
```
## `zt-annots.eta`
默认模板
This file has been truncated. show original