argenos / zotero-mdnotes

A Zotero plugin to export item metadata and notes as markdown files
https://argenos.github.io/zotero-mdnotes/
GNU General Public License v3.0
1.34k stars 81 forks source link

Can't automatically use citekey as mdnotes' title with the latest version of BetterBibTex #224

Closed lrcxx closed 1 month ago

lrcxx commented 1 year ago

Describe the bug Can't create mdnotes using citekey as mdnotes' title. Only can create mdnotes when don't use citekey as title. This bug happened when BetterBibTex was updated to the latest version. The citekey seems alright in the paper's info, so it may be the calling procedure that go wrong.

To Reproduce Steps to reproduce the behavior:

  1. Go to "Tools ->Mdnotes preferences", turn on the option"Use the item's citekey as title"
  2. Right click the paper.
  3. Go to "Mdnotes->Create Mdnotes file"
  4. Nothing will happen as there should be a file-saving window

Expected behavior I would really appreciate it if this issue related to BetterBibTex recent update could be solved soon.

Screenshots image image It should show a window like this but it wasn't. image

Desktop (please complete the following information):

sunpeng96 commented 1 year ago

I had the same problem yesterday.

Git-llong commented 1 year ago

同样的问题,还重装了mdnotes,点击创建相同的Mdnotes文件没有响应

RoBaaaT commented 1 year ago

Hey there, I ran into the same issue this morning. It was caused by a recent update to BetterBibTex that made some naming changes. I've submitted a pull request (#225) that fixes the issue.

sunpeng96 commented 1 year ago

This is not a problem with mdnotes, it is caused by the BetterBibtex update on October 24th. I fixed the problem by rolling back the version of BetterBibtex.

anna1997411 commented 1 year ago

I solved it, I rolled better-bibtex's version back to the old one.I choseI chose thehttps://github.com/retorquere/zotero-better-bibtex/releases/tag/v6.7.77

pinkie-ljz commented 1 year ago

I have also encountered this problem.

retorquere commented 10 months ago

I solved it, I rolled better-bibtex's version back to the old one.I choseI chose thehttps://github.com/retorquere/zotero-better-bibtex/releases/tag/v6.7.77

Please don't suggest this as a general solution. MdNotes will have to update.

retorquere commented 10 months ago

This is not a problem with mdnotes, it is caused by the BetterBibtex update on October 24th.

Rather, BBT has changed, and MdNotes will have to follow.

retorquere commented 10 months ago

And a fix for this has been available since late October last year: #225