pcooksey / bibtex-js

BibTeX-js can parse a BibTeX-file and render it as part of an HTML file. This way, you can easily add a list of publications to your private homepage or display a list of recommended publications for a seminar. The way the entries are display can be customized using a simple template system and CSS.
MIT License
270 stars 68 forks source link

Fix invalid jquery id names if BIBTEXKEY contain specific chars #43

Closed svalat closed 5 years ago

svalat commented 5 years ago

Fix invalid jquery id names if BIBTEXKEY contain specific chars (like…… ':' or '/')

This avoid [bib] link to not work to show the bitex raw code due to invalid id name. Eg. This append on 2013:IKP:2492408.2492414 generated by some sites similar to ACM portal EEExplorer...

pcooksey commented 5 years ago

Commit: a8026168951beef519cd771672c0dc09e6603cc9 Created option bibtexjs-css-escape for bibtexVar to fix the values if needed by the user.