You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${{
let res = "";
if (annotationItem.annotationComment) {
res += await Zotero.BetterNotes.api.convert.md2html(
annotationItem.annotationComment
);
}
res += await Zotero.BetterNotes.api.convert.annotations2html([annotationItem], {noteItem, ignoreComment: true});
return res;
}}$
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
这个模板可以优化下吗,上面那个插入后不能实现链接的功能
Beta Was this translation helpful? Give feedback.
All reactions