We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
感谢作者开发这个插件
在使用过程中,发现某些field似乎不能被正确引用。以下列举出几个例子,
{{ if itemType == "conferencePaper" }} {{ publicationTitle }} {{ endif }}
{{ if {{publicationTitle match="Winter Simulation Conference" }} }} Winter Simulation Conference {{ endif }}
并不能正确地创建子文件夹并移动附件。
验证:在zotero自带的附件重命名功能中,以上两者皆可用。
另,希望能添加类似于【zotero自带的附件重命名功能中的预览】的功能。谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
感谢作者开发这个插件
在使用过程中,发现某些field似乎不能被正确引用。以下列举出几个例子,
{{ if itemType == "conferencePaper" }}
{{ publicationTitle }}
{{ endif }}
{{ if {{publicationTitle match="Winter Simulation Conference" }} }}
Winter Simulation Conference
{{ endif }}
并不能正确地创建子文件夹并移动附件。
验证:在zotero自带的附件重命名功能中,以上两者皆可用。
另,希望能添加类似于【zotero自带的附件重命名功能中的预览】的功能。谢谢!
The text was updated successfully, but these errors were encountered: