biblio-openlibrary
provides a backend for biblio.el, which allows you to easily search
and retrieve bibliographic entries by ISBN using OpenLibraryβs Read API.
biblio.el is a great package that allows for the retrieval of bibliographic entries from many sources. However, it does not support queries based on ISBN. This package aims to provide a solution for this.
OpenLibraryβs Read API allows for queries based on a multitude of identifiers,
not only ISBN. Currently, this package only allows, and expects, queries based on
an ISBN identifier, mainly due to biblio.el
already providing functionality for
the other, most common, use cases.
Using package.el
and vc-use-package:
(use-package biblio-openlibrary
:vc (:fetcher github :repo fabcontigiani/biblio-openlibrary)
:after biblio)
Using package-vc
, execute:
(package-vc-install "https://github.com/fabcontigiani/biblio-openlibrary")
Manually, after cloning the repository:
(use-package biblio-openlibrary
:load-path "/path/to/repo"
:after biblio)
M-x biblio-lookup
and select the new optionOpenLibrary
- or
M-x openlibrary-lookup
- or
- Enter ISBN