Skip to content

YU000jp/logseq-plugin-google-books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logseq Plugin: Google-Books

It would be useful to import book information and cover images retrieved from the API into Logseq. I have made it happen.

Warning

This plugin does not work with Logseq db version.

Overview

  • This is a plugin that searches the database of Google Books and creates book pages in Logseq.

No Google account is required for use.

Getting Started

Install from Marketplace

  1. Click on the [---] in the upper right toolbar and open [Plugins].

  2. Select Marketplace.

  3. Type Google in the search bar, choose from the search results, and install.

    image

Usage

  1. Press the G button in the upper right toolbar to open the keyword input screen.

    image

    image

  2. Once the search results appear, press the selection button on the left to start creating a book page.

    image

  3. The plugin retrieves book information from Google Books API and creates a page.

    image

Taking Reading Notes

  • Pattern 1 -> Add links or tags (#[[Books/Title]]) from pages like journals and nest them.
  • Pattern 2 -> Write directly on the book page (adding a date link makes it convenient to know when it was written later within the same page).
  • Pattern 3 -> Create subpages on the book page and write on those pages (examples of subpages: Books/Title/Impressions)

Notes

Pages Created by Plugin

  1. A summary page named Reading will be created with a default query.
  2. Pages for each book (Books/Title or Ebooks/Title format).

About Book Cover Images

  1. The plugin retrieves and saves those images to the assets/storages/google-books/ folder.

    It's also possible to turn off saving in the plugin settings.

About Database Information

  • Book information is retrieved from the database using the API provided by Google Books. Items like release dates may differ from confirmed information.

Credit / Prior arts