Booksidian

by Micha Brugger
5
4
3
2
1
Score: 64/100

Description

Category: Learning & Knowledge Management

The Booksidian plugin integrates Goodreads data into Obsidian, enabling users to create customized book notes. It utilizes the Goodreads RSS feed to extract details like title, author, subtitle, series, and other metadata to populate both the body and frontmatter of notes. Users can sync specific shelves from Goodreads, and the plugin provides options to automatically update or overwrite existing notes. Booksidian is highly customizable, allowing for tailored note organization and presentation. It can also link back to Goodreads for quick reference and pairs well with plugins like Dataview for creating visually appealing book libraries.

Reviews

No reviews yet.

Stats

165
stars
16,740
downloads
14
forks
1,437
days
43
days
43
days
32
total PRs
2
open PRs
3
closed PRs
27
merged PRs
44
total issues
5
open issues
39
closed issues
25
commits

Latest Version

a month ago

Changelog

What's Changed

Full Changelog: https://github.com/MichaBrugger/booksidian_plugin/compare/0.10.0...0.10.1

README file from

Github

Booksidian

Booksidian brings your Goodreads data to Obsidian.

You can set both the body and the frontmatter for your book-note by choosing from the list of parameters available over the Goodreads RSS feed (+ some extra that can be deduced from them like subtitle or series).

image

Setup Instructions

Please note that the way Goodreads handles their RSS feed, only the first 100 items of a shelf are added to the respective RSS feed. So if you have more than 100 books you'd like to export from one shelf, you have to split them into multiple shelves.

Creating Shelves

You can create those in Goodreads und My Books and then Add shelf in the left-side menu: image

Getting the Feed Base-URL

You get the RSS Base URL by setting the items loaded per page to infinite scroll and then click the orange RSS button in the bottom right.

image

This will open a new page. You can now copy that URL and remove everything after the last "=". This is your RSS Base URL. After setting this, you can add all the shelves you'd like to download by just adding their names (separated by comma) in the settings.

image

Running Booksidian

You can run the Booksidian sync by executing the "Booksidian Sync" command or by pressing the "B" in your menu bar.

Alternatively, you can set Booksidian to sync automatically by updating the frequency in the plugin settings.

Overwriting Notes

By default, once Booksidian has synced a book from your RSS feed and created a note, that note will never be updated or changed, even if the data related to that book changes within your feed. For example if you sync a book, then give it a rating and sync again, that rating will not be synced to the note.

To have Booksidian overwrite old notes, toggle the overwrite plugin setting on. This will cause Booksidian to always replace existing notes for books with new ones. Be careful though - if you've made your own updates to the notes files, they'll be lost on the next sync.

Output

In the end it's completely up to you how you style your book-notes. One thing I personally love is combining it with the dataview plugin and the new cards system in the minimal theme, which enables you to create beautiful little libraries like this:

image

You can achieve this look here by adding cssClasses: cards to the frontmatter of the file you'd like to have your library in and then pasting this code here:

table without id ("![](" + cover +")") as Cover, author as Author
where cover != null
sort rating desc

Please check out the amazing work of these two here and here.

Linking back to Goodreads

The Goodreads book id is provided as part of the available data in the plugin. You can create a link back to the Goodreads page for a book by doing:

https://www.goodreads.com/book/show/{{id}}

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.