← Back to team overview

do-plugins team mailing list archive

[Bug 289711] Re: Add "cite" action to bibtex plugin

 

Niall, thanks!

On an unrelated note, the title regex erroneously matches booktitles,
such as in this case: http://www.ri.cmu.edu/pubs/pub_2548.html#text_ref

To disambiguate "booktitle" and "title" I've done something like "\s+title\s+=...". However, now that I think of it, the whitespace might not necessarily precede the key, maybe you've got a better idea :)
Also I'm slightly worried that your regex requires at least one whitespace character on either side of the "=" sign (I think "\s*" instead of "\s+" is more safe), as I'm not sure whether this is always true. In any case, it's not affecting me as I use Referencer to manage my bibtex file, and its syntax doesn't break those conditions.

-- 
Add "cite" action to bibtex plugin
https://bugs.launchpad.net/bugs/289711
You received this bug notification because you are a member of GNOME Do
Plugins Team, which is subscribed to GNOME Do Plugins.



References