Book Search Plugin
A plugin for Obsidian that creates a note for a book based on its title.
See Sources - Books & Articles for a list of my books based on this plugin.
Library Code Block:
TABLE WITHOUT ID
embed(link(Cover)) AS Cover,
file.link AS "Book",
Author AS "Author",
Genre AS "Genre"
FROM "Vault/Digital Garden/Books" AND #nonfiction
SORT author ASC
file.link AS "Book",
Testing Cover Images