FileIO.jl icon indicating copy to clipboard operation
FileIO.jl copied to clipboard

Add .bib files to FileIO interface

Open drelatgithub opened this issue 3 years ago • 1 comments

The .bib files store bibliography data which can be used in a LaTeX document. This PR registers ".bib" files with Bibliography.jl, which can handle parsing / importing / exporting / processing the Bibliography data.

The FileIO interfaces have been added in https://github.com/Humans-of-Julia/Bibliography.jl/pull/47

drelatgithub avatar Sep 08 '22 20:09 drelatgithub

Codecov Report

Merging #365 (fd8ea2c) into master (801fd86) will increase coverage by 0.84%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #365      +/-   ##
==========================================
+ Coverage   87.16%   88.01%   +0.84%     
==========================================
  Files          10       10              
  Lines         709      709              
==========================================
+ Hits          618      624       +6     
+ Misses         91       85       -6     
Impacted Files Coverage Δ
src/registry.jl 95.26% <ø> (+3.68%) :arrow_up:
src/registry_setup.jl 94.95% <0.00%> (-0.85%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Sep 08 '22 20:09 codecov[bot]

I think that this PR would benefit communities that deal with bibtex management. Please let me know if any help is needed in the reviewing process!

drelatgithub avatar Oct 14 '22 00:10 drelatgithub