This is the source for https://highlights.felixzieger.de/.
Forked from melanierichards/highlights.
- Run
pnpm install - Run
pnpm run dev - Visit
localhost:8080
| Command | Purpose |
|---|---|
| pnpm run dev | Serve project + watch Sass |
---
title: ""
book: dash-separated
author:
kindle: true
spoilers: false
content_warnings:
date: YYYY-MM-DD
bookshop_id:
---
- Where "dash-separated" is also the file name for the
_datafile, JPG, and SVG.
- text:
page:
attribution:
Install uv if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | shThen install Python dependencies:
uv syncuv run python parse_kindle_clippings.py
uv run python deduplicate_highlights.pyOr activate the virtual environment:
source .venv/bin/activate
python parse_kindle_clippings.py
python deduplicate_highlights.py