-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value delimiters: configuration of using quotes or force always curly braces? #214
Comments
👍 |
👍 for deleting code :-) |
See this for a discussion. The only examples given support that However, it can be noted that Tame the BeaST -- The B to X of BibTeX uses Google Scholar generates entries with Still, I guess that it would be good if JabRef can read .bib-files that use I would vote for completely removing support for |
👍 |
Parsing works with quotes instead of curly braces as well (see the test implemented in 4a93387). I think there is a consensus here, so I am closing this issue. |
@kubovy introduced configration of value delimiters in 4f9fb0b, @mortenalver removed the configuration option in 74e7296. I remember that there was an issue regarding escaping the
"
in Strings delimited with""
and therefore the choice was just disabled.The user had the choice between
"..."
and{...}
as value delimiters. Currently, only{...}
are used.Regarding our discussion at #116 and that
"
is really seldomly used in the wild, I would propose to removenet.sf.jabref.JabRefPreferences.VALUE_DELIMITERS2
and all transitive dependencies.The text was updated successfully, but these errors were encountered: