Korean Book Search

by lazerfit
5
4
3
2
1
Score: 52/100

Description

Category: 3rd Party Integrations

The Korean Book Search plugin automates filling YAML frontmatter in notes with detailed Korean book metadata using the Aladin Open API. When a note titled after a book is created, the plugin retrieves and inserts relevant details such as author, publisher, ISBN, publication date, and cover image directly into the frontmatter. Users can customize default fields like reading status and personal ratings or add custom fields through plugin settings. It securely stores the required API key, streamlining metadata management for book notes.

Reviews

No reviews yet.

Stats

2
stars
936
downloads
0
forks
340
days
256
days
256
days
2
total PRs
0
open PRs
0
closed PRs
2
merged PRs
1
total issues
0
open issues
1
closed issues
0
commits

RequirementsExperimental

Latest Version

8 months ago

Changelog

What's Changed

Full Changelog: https://github.com/lazerfit/korean-book-search/compare/1.4.0...1.4.2

README file from

Github

A plugin for Obsidian that automatically fills in YAML frontmatter with Korean book information based on the note title.
It uses the Aladin Open API to fetch metadata like title, author, publisher, publication date, cover image, and more.


🚀 New Features

  • v1.4.0:

    • Added 'Use High-Quality Cover' Function to settings
  • v1.3.0:

    • Added 'pages' to frontmatter fields
  • v1.1.0:

    • Added split subtitle and subtitle into separate fields
    • Add Korean language support for UI localization

📚 Features

  • 📖 Automatically fetch book data using Aladin Open API
  • ✍️ Fills YAML frontmatter with title, author, publisher, ISBN, publication date, etc.
  • 🧩 Toggle default fields like myRate, status, startReadDate, finishReadDate
  • 📋 Add custom frontmatter fields via settings UI
  • 🔐 API key is stored securely

🛠️ Installation

Community Plugin (once accepted):

  1. Go to Settings → Community Plugins → Browse
  2. Search for Korean Book Search
  3. Click Install and then Enable

Manual Installation (before registration):

  1. Clone or download this repository
  2. Copy the following files to your .obsidian/plugins/korean-book-search/ directory:
    • main.js
    • manifest.json
    • (optional) styles.css
  3. Enable the plugin in Obsidian

🔧 Setup

  1. Go to Settings → Korean Book Search
  2. Enter your Aladin TTB API key
  3. (Optional) Toggle the default frontmatter fields you want to include
  4. (Optional) Add any custom key-value pairs you want to include in frontmatter

🚀 Usage

  1. Create a new note with the title of a book (e.g. 소년이 온다)
  2. Click the book icon 📖 in the left ribbon
  3. The plugin will:
    • Query the book via Aladin API
    • Fetch metadata
    • Insert a YAML frontmatter block
    • Rename the file to match the book title

🧱 Example Output

---
title: 소년이 온다
subTitle: 2024 노벨문학상 수상작가
author: 한강 (지은이)
publisher: 창비
pages: 216
pubDate: 2014-05-19
isbn: 9788936434120
cover: https://image.aladin.co.kr/...
category: 소설/시/희곡
myRate: 5
status: 읽는 중
startReadDate: 2025-05-13
finishReadDate: 2025-05-13
---

🙋 Author

Developed by @lazerfit

💡 License

MIT


🇰🇷 한국어 안내 보기