2023/11/21#p1
The subject of item categories in RSS feeds came up in an email conversation. While I have 'labels' I rarely use them except for certain, specific situations and this hadn't translated to categories in the feed.
I've added a quick check (only an additional 9 lines of code) to fetch any applied labels and write category elements to items where applicable. This post has the 'meta' label so I'll see if it gets passed to the feed as a category.
It worked Success!
2023/11/21#p2
Like Width and Height in CSS - Jim Nielsen's Blog...
I still need to up my CSS game 😊
2023/11/21#p3
I added a quick and dirty keyword search to /reader to find things within the current cached items, checking against both post titles and content.
It's not overly fancy and the look can be improved but it does the trick.
Build first, iterate after.