mangecoeur / Citer

Citations from bibtex for Sublime Text 3
GNU Lesser General Public License v3.0
68 stars 11 forks source link

Bibtex escaping not remove in 'insert title' #4

Open reagle opened 10 years ago

reagle commented 10 years ago

It doesn't look like bibtex escaping is removed. For instance, the title inserted for Reagle2006no is "{Notions} of Openness".

@inproceedings{Reagle2006no,
   author = {Reagle, Joseph},
   booktitle = {FM10 Openness: Code, Science, and Content: Selected Papers from the First Monday Conference},
   month = {may},
   note = { Available at: \url\{http://reagle.org/joseph/2006/02/fm10-openness\} [Accessed 20 December 2007]},
   organization = {First Monday},
   title = {{Notions} of Openness},
   year = {2006},
}
mangecoeur commented 10 years ago

hmm, i lean pretty heavily on bibtextparser to handle bibtex subtleties so this might be more an issue for them. I'll look into it and see if maybe i file a bug there.