PKM-er / obsidian-zotlit

A third-party project that aims to facilitate the integration between Obsidian.md and Zotero, by providing a set of community plugins for both Obsidian and Zotero.
https://zotlit.aidenlx.top
MIT License
632 stars 28 forks source link

【Seeking Help】 When modify annotations templation to delete extra space, Zotlit cannot create or update any notes #192

Closed Lenthking closed 11 months ago

Lenthking commented 11 months ago

When I change the annotation templation like [!note] Page <%= it.pageLabel %> <%= it.imgEmbed %><%= it.text*.replace(/\s/g,"")** %>

Zotlit cannot work! Anyway, Zotlit is a very excited add-on, I really really appreciate it! Thanks!

aidenlx commented 11 months ago

You should get rid of * within <%= ... %> tag

[!note] Page <%= it.pageLabel %>
<%= it.imgEmbed %><%= it.text.replace(/\s*/g,"") %>