-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report: Unable to Import Standalone Notes Without Parent Item #397
Comments
@Jarartur What template code do you use to import the attached note? I am seeing the note under the notes field, but when importing, <%= JSON.stringify(it.notes) %>
<%- if (it.notes.length) { %>
---
## Notes
<% for (const note of it.notes) { %>
<%= "note" %>
<%= note -%>
<%= note.content.replace(/(#+)/g, "##$1")-%>
<%- } %>
<%- } %> The stringify returns Yet, in the item browser I definitely have one note in the item so IDK what's going on. Zotlit Version 1.1.9 |
I don't think it uses any template at all tbh. When I import it like that it just creates a note (without any properties) containing all the text that was in the zotero note. It's created under the |
So to confirm what I think you’re saying, you have not customized Zotlit settings involving the templates used to create notes or the save location? Note that Zotlit comes with starting templates, so when you say “I don't think it uses any template at all” I assume you mean it’s using its default configuration. |
First, thank you for this fantastic plugin!
I’ve encountered an issue with importing standalone notes created in Zotero using the "Create Note From Annotations" option (when selecting multiple elements). Specifically:
It would be helpful to support importing standalone notes directly, even without a parent item.
(Also, great job on how the imported notes correctly link to references—very impressive!)
The text was updated successfully, but these errors were encountered: