Korean Book Search
approvedby lazerfit
Automatically fills in YAML frontmatter with Korean book information from Aladin API based on the note title.
β
2 starsβ 783 downloadsUpdated 6mo agoMIT
Korean Book Search
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):
- Go to
Settings β Community Plugins β Browse - Search for Korean Book Search
- Click Install and then Enable
Manual Installation (before registration):
- Clone or download this repository
- Copy the following files to your
.obsidian/plugins/korean-book-search/directory:main.jsmanifest.json- (optional)
styles.css
- Enable the plugin in Obsidian
π§ Setup
- Go to
Settings β Korean Book Search - Enter your Aladin TTB API key
- (Optional) Toggle the default frontmatter fields you want to include
- (Optional) Add any custom key-value pairs you want to include in frontmatter
π Usage
- Create a new note with the title of a book (e.g.
μλ μ΄ μ¨λ€) - Click the book icon π in the left ribbon
- 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
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.