bibtex-js icon indicating copy to clipboard operation
bibtex-js copied to clipboard

Library for parsing .bib files, used in Bibliography.js πŸ“š

Results 7 bibtex-js issues
Sort by recently updated
recently updated
newest added

Hello, I would like to try out the library but have two concerns. 1) How do I use it in a website? I tried `` but I do not know...

Also see #3 > When sorting, BibTEX computes a string, named sort.key$, for each entry. The sort.key$ string is an (often long) string defining the order in which entries will...

enhancement
help wanted

Needs helper functions, see #1, #2, #3. > We’ll need several definitions before going further. The brace depth of an item is the number of braces surrounding it. This is...

enhancement
help wanted

> Classical non-alphanumeric characters23, except special characters, will be removed by a BibTEX function named purify$. For special characters, purify$ removes spaces and LATEX commands (strings beginning with a backslash),...

enhancement
help wanted

> the second transformation applied to a title is to be turned to lower case (except the first character). The function named change.case$ does this job. But it only applies...

enhancement
help wanted

Bumps [debug](https://github.com/debug-js/debug) from 2.6.8 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @​zhuangya for their help! Changelog...

dependencies

I have a large and growing BibTeX file. When it grown past 150K , the parsing got scrambled