jabref2obsidian.load.load_bib#

jabref2obsidian.load.load_bib(bib_path: str) BibDatabase[source]#

Load a BibTeX file and parse it using bibtexparser.

Parameters:

bib_path (str) – The file path to the BibTeX file.

Returns:

A BibDatabase object containing the parsed BibTeX data.

Return type:

bibtexparser.bibdatabase.BibDatabase