-
I'm getting this error as soon as I open Atom. The file does exist and the error persists when I change the path to start with a tilde.
**Atom**: 1.24.0 x64
**Electron**: 1.6.16
**OS**: Ubuntu 17…
-
The following logs an error for `entitymissing` but not for `better-bibtex.Preferences.prefpane.better-bibtex`:
```
const parser = new xmldom.DOMParser({
locator: {},
errorHandler: {
wa…
-
After upgrading from 0.5.x I noticed that non-standard bibtex properties (e.g., the `x-internal-attribute` in the example below) are no longer exposed in the `_graph` of the citation. I have a use cas…
-
I have a user report on Better BibTeX that seems to indicate a possible interference between BBT and Zotfile. In the users' logfile, I see this:
```
[JavaScript Error: "TypeError: Zotero.ZotFile.pdfA…
-
The BibTeX standard does not explicitly require the last entry to end with a comma. Moreover, [example from Wikipedia](https://en.wikipedia.org/wiki/BibTeX#Bibliographic_information_file) and automati…
-
I realize this is a breaking change, so it probably won't be added until you decide it's time for the 1.0 release.
This suggestion builds upon my pull request (#29). As ES6 modules become more and …
-
Is there a specific reason why the reset function in the [demo page of bibtex.js](http://www.cs.cmu.edu/~mmv/Veloso.html) is not implemented in the package? I think it's really helpful, especially whe…
-
We need to have an ADR describing the JSON format used to exchange BibTeX data via HTTP. Refs #67.
After digging more into alternatives for the JSON format, I ask to change our things send/received…
-
The BibTeX exporter creates several `annote` fields in the BibTeX record, like so:
```
@article{key,
annote = {first},
annote = {second}
}
```
Is this correct BibTeX syntax? My BibTeX p…
-
Hello,
I would like support for bibtex citations. I would like to have a citation list and a set of csl files, as well as the link citation option.
I see that there is pandoc support. There could be…