From 0525929436367c745ad6962b3f61dabf574a2a1d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 23 Oct 2023 08:25:18 -0700 Subject: [PATCH] fix: map cleanup --- config/filters.js | 4 ++-- src/uses.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/filters.js b/config/filters.js index 6f12361f..2f76daf1 100644 --- a/config/filters.js +++ b/config/filters.js @@ -44,8 +44,8 @@ module.exports = { }, tagLookup: (url, tagMap) => { if (!url) return - if (url.includes('https://goodreads.com')) return '#Books #Reading' - if (url.includes('https://trakt.tv')) return '#Movies #Trakt' + if (url.includes('goodreads.com')) return '#Books #NowReading #Goodreads' + if (url.includes('trakt.tv')) return '#Movies #Trakt' return tagMap[url] || '' }, webmentionsByUrl: (webmentions, url) => { diff --git a/src/uses.md b/src/uses.md index e42a24d7..d8575029 100644 --- a/src/uses.md +++ b/src/uses.md @@ -80,7 +80,7 @@ Software and services that I use for work and my own enjoyment. - Feedpress - [SavvyCal](https://savvycal.com) - [IVPN](https://www.ivpn.net) -- [Kagi](https://kagi.com): search that's actually helpful and ad-free. +- [Kagi](https://kagi.com): search that's actually helpful and ad-free. It's lenses feature and the ability to up/downvote and block results from different sites are indispensable. - [Feedbin](https://feedbin.com) - [forwardemail.net](https://forwardemail.net) - [Trakt](https://trakt.tv)