note template work wrong: {{if tags}} #{{tags join=' #'}}{{endif}}
when I use the template below, though there is no tags, a "#" still exist in extraction
template:
```
{{if color == '#ff6666'}}
{{highlight}}
{{elseif color == '#2ea8e5'}}
{{if comment}}
{{comment}}:
{{endif}}
{{highlight}}
{{citation}}
{{else}}
{{highlight quotes='true'}} {{citation}} {{comment}}{{if tags}} #{{tags join=' #'}}{{endif}}
{{endif}}
```
extraction:
```
“The detection of NH4+-N yields” ([Qin 等。, 2022, p. 2](zotero://select/library/items/M9WVE8K3)) ([pdf](zotero://open-pdf/library/items/9B4NSXS3?page=2&annotation=LWN4CUDX)) NH4+-N产率的测定 #
## a colorimetric method using the Nessler reagent ([pdf](zotero://open-pdf/library/items/9B4NSXS3?page=2&annotation=UMWG7Y5A))
template:
```
{{if color == '#ff6666'}}
{{highlight}}
{{elseif color == '#2ea8e5'}}
{{if comment}}
{{comment}}:
{{endif}}
{{highlight}}
{{citation}}
{{else}}
{{highlight quotes='true'}} {{citation}} {{comment}}{{if tags}} #{{tags join=' #'}}{{endif}}
{{endif}}
```
extraction:
```
“The detection of NH4+-N yields” ([Qin 等。, 2022, p. 2](zotero://select/library/items/M9WVE8K3)) ([pdf](zotero://open-pdf/library/items/9B4NSXS3?page=2&annotation=LWN4CUDX)) NH4+-N产率的测定 #
## a colorimetric method using the Nessler reagent ([pdf](zotero://open-pdf/library/items/9B4NSXS3?page=2&annotation=UMWG7Y5A))
ID: 1446658800