books.alexwlchan.net icon indicating copy to clipboard operation
books.alexwlchan.net copied to clipboard

A site to track what I've been reading :books:

Results 16 books.alexwlchan.net issues
Sort by recently updated
recently updated
newest added

Either detect them as Markdown and drop a warning, or fail the build on unrecognised file extensions.

bug

This build should either have failed or done the right thing, but not delete the entire site: https://app.netlify.com/sites/books-alexwlchan/deploys/62e58d3317db330008cacbdc

bug

Something I want to know is how many books I didn't finish, but this isn't counted in the HTML. A vfd subcommand to count that might be helpful.

enhancement

There's a bug in the Netlify deploy process where: 1. I push and tag a new version 2. GitHub Actions creates the new release 3. Netlify tries to pull `vfd`...

bug

If you run an out-of-date version of vfd, you get a helpful message: ``` A newer version of vfd is available, please update: https://github.com/alexwlchan/books.alexwlchan.net/releases/tag/v1.3.3 ``` Unfortunately this message will also...

bug

Precisely because it's not read by any of the rendering code, and is just for my personal records, it's in at least two places (`book.format` and `review.format`). It's a property...

code quality
data model

Currently I have to modify the scripts every time I add a new type of contributor; I should change it so it can accommodate new contributor types on a per-book...

data model

In particular the `boost` filter passed to the templates. If you over-boost, the colours get washed out to white – that's not what I want. I should look at maybe...

I don't need a big list of tags, but being able to find books by fiction/non-fiction/genre might be useful. I've got https://github.com/alexwlchan/inquire_tag_autocomplete as a component for getting this data when...