autocomplete-bibtex
autocomplete-bibtex copied to clipboard
Adds Pandoc-style BibTeX citation key autocompletion to autocomplete+ for Atom.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
It's not an issue report, but I have nowhere to ask, so I might as well try here. Recently my disk got fried, so I had to reinstall everything from...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
The description does not suggest that this package should only be usable in .md files, but it does not work in other file formats such as .txt or .org. Is...
The `reference-tools.js` file contains the following lines of code: ``` function prettifyTitle(title) { let colon if (!title) { return } if (((colon = title.indexOf(':')) !== -1) && (title.split(" ").length >...
Hey guys, so I was able to install the package after agreeing to Xcode licensing using terminal command. I also edited config.cson and added: "autocomplete-bibtex": bibtex: [ "/PathToFolder/Library.bib" ] The...
I just installed the package via apm and set it up. I able to use the bibliography command but the autocomplete is not working. Looking at the developer console I...
I use Jabref as my bib manager. autocomplete-bibtex does not seem to like this file. I have taken the inproceeding citation example from the package documentation and put it in...
I get the following trace when using a bibtex file that contains a `@STRING` key. Looking at `bibtex-lite-worker.js:507` it seems the function`string()` is simply missing. ``` Uncaught TypeError: this.string is...
Is it possible for Result Template to return other bibitem elements rather than just they key. Default `@[key] = @me2019` Desire `[auth] @[key] = Author @me2019`