chore(doc): update note template example link format

This commit is contained in:
windingwind 2024-11-30 10:07:11 +01:00
parent a326c71a2c
commit cd7edb0f63

View File

@ -304,10 +304,10 @@ ${{
}
key = att.key;
if (att.libraryID === 1) {
return `zotero://open-pdf/library/items/${key}`;
return `zotero://open/library/items/${key}`;
} else {
groupID = Zotero.Libraries.get(att.libraryID).id;
return `zotero://open-pdf/groups/${groupID}/items/${key}`;
return `zotero://open/groups/${groupID}/items/${key}`;
}
}
sharedObj.getPDFLink = getPDFLink;