Skip to content

Commit

Permalink
fix: Update desc for calibreLibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
duydl committed Aug 12, 2024
1 parent c32bb8b commit 49985d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Use the slash command, `Calibre Annotation: Add a Calibre book`, to search your

You can configure the import process with the following settings:

- **Calibre Library**: Specify your preferred Calibre library name to search for books.
- **Calibre Library**: Specify your preferred Calibre library ID to search for books, which appears in URL like `http://[::1]:8080/#library_id=Calibre&panel=book_list` when browsing. Most of the time it is just the library name.
- **Add as Block**: Choose whether to import the book as a block at the cursor position instead of creating a new page.
- **Page Title Template**: Define the template for new Calibre page titles.
- **Page Properties**: Select metadata properties to include, such as `tags, isbn, date, publisher, language, authors, format`.
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const settings: SettingSchemaDesc[] = [
{
key: "calibreLibrary",
title: "Calibre Library",
description: "Set preferred Calibre library name search for books.",
description: "Specify your preferred Calibre library ID to search for books, which appears in URL like `http://[::1]:8080/#library_id=Calibre&panel=book_list` when browsing. Most of the time it is just he library name.",
type: "string",
default: "Calibre_Library"
},
Expand Down

0 comments on commit 49985d9

Please sign in to comment.