zotero-mdnotes
zotero-mdnotes copied to clipboard
The BBT gets the citation key, but there is no file export.
Version
mdnotes v0.2.3 (fiexed) Better BibTeX v6.7.163 Zotero v6.0.33 MacOS 14.1.1 (23B81) Apple M2
how did i fixed the mdnotes add-on
change this funciton
function getCiteKey(item) {
if (typeof Zotero.BetterBibTeX === "object" && Zotero.BetterBibTeX !== null) {
var bbtItem = Zotero.BetterBibTeX.KeyManager.get(item.getField("id"));
return bbtItem.citekey;
}
it successfully show me the window to choose where I can export the mdfile, but it still didn't work to export a markdown file in the target folder.
the progress of the question happened
-
i create the mdfile
-
I choose the folder to export
-
but it didn't appear in the selected folder.
if you can help me to solve the problem, i will be too much grateful! the add-on has accelerated my workflow a lot! but today it suddenly didn't work.
Here's a solution: #225 by RobaaaT. But you need to repack and reinstall yourself.