diff --git a/public/assets/images/tools/protonpass.png b/public/assets/images/tools/protonpass.png new file mode 100644 index 0000000..e8b6b5c Binary files /dev/null and b/public/assets/images/tools/protonpass.png differ diff --git a/src/data/tools.ts b/src/data/tools.ts index e43801d..2e14b36 100644 --- a/src/data/tools.ts +++ b/src/data/tools.ts @@ -106,11 +106,6 @@ export const research = [ url: 'https://readwise.io/i/stefan805', image: '/assets/images/tools/readwise.png', }, - { - name: 'Overcast', - url: 'https://overcast.fm', - image: '/assets/images/tools/overcast.png', - }, { name: 'Snipd', url: 'https://www.snipd.com/', @@ -150,24 +145,19 @@ export const other = [ image: '/assets/images/tools/brave-browser.png', }, { - name: 'ProtonMail', - url: '', + name: 'Proton Mail', + url: 'https://proton.me/mail', image: '/assets/images/tools/protonmail.png', }, { - name: 'ProtonVPN', + name: 'Proton VPN', url: 'https://protonvpn.com/', image: '/assets/images/tools/protonvpn.png', }, { - name: 'Bitwarden', - url: 'https://bitwarden.com/', - image: '/assets/images/tools/bitwarden.png', - }, - { - name: 'Espanso', - url: 'https://espanso.org/', - image: '/assets/images/tools/espanso.png', + name: 'Proton Pass', + url: 'https://proton.me/pass', + image: '/assets/images/tools/protonpass.png', }, { name: 'Yoink', diff --git a/src/pages/tools.mdx b/src/pages/tools.mdx index 70c79f9..789e21d 100644 --- a/src/pages/tools.mdx +++ b/src/pages/tools.mdx @@ -44,7 +44,7 @@ I love the [Affinity](https://affinity.serif.com/) suite by Serif and use it for My favorite writing app is [iA Writer](https://ia.net/writer), I write nearly everything with it, but another writing app I use for my note-taking is [Obsidian](https://obsidian.md/). [DEVONthink](https://www.devontechnologies.com/apps/devonthink) is the app where I store everything, from PDF documents, to inspirational items to references. Everything is synchronized encrypted between all my devices. -[Raindrop.io](https://raindrop.io/) is my favorite app to save any bookmark and to find anything again in seconds. I have more than 25,000 bookmarks. +[Raindrop.io](https://raindrop.io/) is my favorite app to save any bookmark and to find anything again in seconds. I have more than 30,000 bookmarks. I consume all my content with the [Reeder](https://reeder.app/) app, from RSS Feeds, to Twitter or Reddit threads, to YouTube videos. From there, I transfer everything to [Readwise Reader](https://readwise.io/read) to read it and create highlights to remember and review later in [Readwise](https://readwise.io/i/stefan805).