joplin / plugin-bibtex

Use locally stored BibTeX files to integrate citation into Joplin
30 stars 7 forks source link

Fixes #22 #23

Closed xUser5000 closed 3 years ago

xUser5000 commented 3 years ago

This is fix of the issue #22

What's done

year: ref["year"] ? ref["year"].toString() : ""
laurent22 commented 3 years ago

If you are now using linter could you please process the whole codebase in one commit? Otherwise each pull request is 99% irrelevant, just whitespace and quotes. I didn't even try to find where the actual change was in this PR.