Book Affiliate Setup Guide
Quick Start (5 minutes)
1. Sign Up for Bookshop.org Affiliate
- Go to: https://bookshop.org/affiliates
- Create account
- Get your affiliate ID (looks like:
12345) - Replace
XXXXXin the template with your ID
2. Sign Up for Amazon Affiliate (backup)
- Go to: https://affiliate-program.amazon.com
- Create account
- Get your tracking ID (looks like:
nosos-20) - Replace
nosos-20in the template with your ID
3. Enable Templates in Obsidian
- Open Settings (⚙️)
- Go to Core Plugins
- Enable Templates
- Set Template folder location:
.obsidian/templates
4. Use the Template
- Create new note:
Cmd/Ctrl + N - Open command palette:
Cmd/Ctrl + P - Type: “Insert template”
- Select: Book Note
- Fill in the placeholders ({{title}}, {{author}}, etc.)
Template Fields Explained
| Field | Example | Purpose |
|---|---|---|
{{title}} | The Dispossessed | Book title |
{{author}} | Ursula K. Le Guin | Author name |
{{year}} | 1974 | Publication year |
{{isbn}} | 9780061054889 | ISBN-13 (no dashes) |
{{genre}} | sci-fi, philosophy | For tagging |
{{recommend}} | yes/no | Personal recommendation |
How to Find ISBN
Option 1: Google
- Search:
"Book Title" ISBN - Copy the 13-digit number
Option 2: Amazon
- Go to book page
- Scroll to “Product details”
- Copy ISBN-13
Option 3: ISBNdb
- https://isbndb.com/
- Search by title
Example Finished Note
---
author: "Ursula K. Le Guin"
published: 1974
genre: sci-fi, anarchism
read: 2026-03-01
recommended: yes
rating: 10/10
tags: [book, sci-fi, anarchism]
isbn: "9780061054889"
---
# The Dispossessed
## Summary
> A physicist from an anarchist moon travels to a capitalist planet, exploring themes of freedom, ownership, and scientific collaboration.
## Key Ideas
- Anarchism vs. capitalism as lived experience
- The relationship between theory and practice
- Scientific openness vs. proprietary knowledge
## Quotes
> "You cannot buy the revolution. You cannot make the revolution. You can only be the revolution."
## Context & Resources
- [Wikipedia](https://en.wikipedia.org/wiki/Special:Search?search=The+Dispossessed)
- [OpenLibrary](https://openlibrary.org/search?q=The+Dispossessed)
## Get This Book
*Affiliate links support this site at no extra cost to you*
| Store | Link | Best For |
|-------|------|----------|
| 📚 Bookshop.org | [Buy at indie stores](https://bookshop.org/a/XXXXX/9780061054889) | Supporting local bookstores |
| 📖 Amazon | [Kindle/Hardcover](https://amazon.com/dp/0061054887?tag=nosos-20) | Kindle, international |
| 🏛️ Library | [WorldCat](https://www.worldcat.org/search?q=bn:9780061054889) | Free borrowing |
## Connections
Mentioned in:
- [[Core/Synthesis Notes]]
- [[Weekly Reading Log - Feb 2026]]
Related books:
- [[The Left Hand of Darkness]]
- [[News from Nowhere]]Pro Tips
Bulk Processing
Have many books to add? Use this script approach:
- Create a CSV with columns: title, author, isbn, year
- Use a Python script to generate markdown files
- Or use Obsidian’s Templater plugin for advanced automation
Dataview Queries
Install Dataview plugin to create dynamic lists:
table author, rating, recommended
tags: book
sort rating descLinking Strategy
When you mention a book in other notes, use:
[[Book Title|display text]]for clean links- Example:
As [[The Dispossessed|Le Guin]] wrote...
Disclosure Requirements
FTC Compliance: You must disclose affiliate relationships
✅ Template includes: *Affiliate links support this site at no extra cost to you*
This satisfies disclosure requirements when placed near affiliate links.
Earnings Estimate
| Monthly Book Sales | Bookshop (10%) | Amazon (4%) | Total |
|---|---|---|---|
| 10 books @ $20 | $20 | - | $20 |
| 25 books @ $20 | $50 | - | $50 |
| 10 books @ $20 (split) | $10 | $8 | $18 |
Estimates based on average $20 book price
Troubleshooting
Bookshop link not working?
- Verify your affiliate ID is correct
- Check ISBN has no dashes or spaces
- Test: https://bookshop.org/a/YOURID/9780061054889
Amazon link broken?
- Use ISBN-10 for Amazon (last 10 digits of ISBN-13)
- Or use ASIN from Amazon product page
- Test in incognito mode
Template not showing?
- Verify template is in
.obsidian/templates/ - Restart Obsidian
- Check Core Plugins → Templates is enabled
Next Steps
- Sign up for Bookshop affiliate
- Replace XXXXX in template with your ID
- Create your first book note
- Test all links work
- Create a “Library” MOC using Dataview
Setup guide for Nosos Obsidian | Created: 2026-03-13