Frederik Aust
Frederik Aust
Thanks for the benchmark, that's interesting. I agree using JSON would avoid lossy conversion between formats. I currently use BibTeX because it works with `pandoc-citeproc` but also with `biblatex` or...
Thanks, I'll take a look the next chance I get!
This is a good point. If JSON becomes the new default I would like to also have a function that converts from JSON to BibTeX so users are not stuck...
Hi Michał, thanks for reaching out. This is a great point. Unfortunately, I don't think I'll have time to implement this any time soon, but I'll definitely keep this in...
I have put this on hold (see related discussion: https://github.com/crsh/citr/issues/39) because I'm currently working on a [new way](https://github.com/crsh/citr/issues/55) to implement the integration with Zotero that should hopefully address this problem....
That sounds like a reasonable approach, thanks for sharing. :+1:
Thanks, Tobias. I just tried to recreate this problem on my Mac and I can't. It seems this issue may be related to #41. Could you try to create a...
I just pushed a commit that might help with this. Before upload the file, could you check wether the problem persists?
Thanks, I'll take another look some time today.
Hmm, still no luck reproducing the error. Could you try setting the locale to the following: ~~~r Sys.setlocale(category="LC_ALL", locale = "de_DE.UTF-8") ~~~ Also, could you provide the output of `devtools::session_info()`?