No description
Find a file
2022-04-24 22:23:34 +09:00
.github/workflows Initial commit 2022-04-07 14:15:50 +09:00
src fix: some performance related code #5 2022-04-24 22:19:04 +09:00
.editorconfig Initial commit 2022-04-07 14:15:50 +09:00
.eslintignore Initial commit 2022-04-07 14:15:50 +09:00
.eslintrc Initial commit 2022-04-07 14:15:50 +09:00
.gitignore Initial commit 2022-04-07 14:15:50 +09:00
.npmrc Initial commit 2022-04-07 14:15:50 +09:00
.prettierrc chore(release): 0.0.2 2022-04-07 14:39:30 +09:00
.versionrc chore(release): 0.0.2 2022-04-07 14:39:30 +09:00
CHANGELOG.md chore(release): 0.0.5 2022-04-24 22:23:34 +09:00
esbuild.config.mjs Initial commit 2022-04-07 14:15:50 +09:00
LICENSE.txt Create LICENSE.txt 2022-04-10 17:47:33 +09:00
manifest.json chore(release): 0.0.5 2022-04-24 22:23:34 +09:00
package-lock.json chore(release): 0.0.5 2022-04-24 22:23:34 +09:00
package.json chore(release): 0.0.5 2022-04-24 22:23:34 +09:00
README.md Update README.md 2022-04-10 19:41:17 +09:00
styles.css Initial commit 2022-04-07 14:15:50 +09:00
tsconfig.json Initial commit 2022-04-07 14:15:50 +09:00
version-bump.mjs Initial commit 2022-04-07 14:15:50 +09:00
versions.json Initial commit 2022-04-07 14:15:50 +09:00

Obsidian Book Search Plugin


Description

Use to query book using :

  • A book title, author, publisher or ISBN (10 or 13).

Use Google Books API to get the book information.


How to use

  1. Set the folder to new file location in plugin options. And you can also add a frontmatter that is inserted when creating a note.

  2. Excute the command "Create new book note".

  3. Search for books by keywords.

  4. Select the book from the search results.

  5. Voila! A note has been created.


Installation

Download the latest version of the zip file from the release.

And must be cloned or unzipped into your vault's .obsidian/plugins/ directory, then enabled in the Obsidian configuration.

It's not yet registered as a standard community plugin for downloading or updating within Obsidian.