Skip to content
New issue

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

The BBT gets the citation key, but there is no file export. #229

Open
jatolispark opened this issue Mar 2, 2024 · 1 comment
Open

The BBT gets the citation key, but there is no file export. #229

jatolispark opened this issue Mar 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jatolispark
Copy link

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

  1. i create the mdfile
image
  1. I choose the folder to export
image
  1. but it didn't appear in the selected folder.
image

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.

@jatolispark jatolispark added the bug Something isn't working label Mar 2, 2024
@DivingWhale
Copy link

Here's a solution: #225 by RobaaaT. But you need to repack and reinstall yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants