From cb9ac48b9d13ab3eb5448d58bcfbdafe2212a91f Mon Sep 17 00:00:00 2001 From: Space-Banane <64922620+Space-Banane@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:22:35 +0100 Subject: [PATCH] Added Thoughtful Raycast Extention --- src/App.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 6cb85f6..3920ebf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1134,6 +1134,15 @@ const miniProjects: MiniProject[] = [ why: "A friend of mine searched for a website that does something like this, so i made one.", github: "https://github.com/Space-Banane/lego-to-stl", image: "https://zippy.trumplovesgiving.top/u/44nekH.png" + }, + { + title: "Thoughtful Extention for Raycast", + description: "Quickly add ideas to Thoughtful from Raycast.", + why: "I use Raycast a lot, so having a quick way to add ideas to Thoughtful is super convenient.", + github: "https://gitea.reversed.dev/space/thoughtful-extention",note: { + color: "blue", + content: "Requires Thoughtful & Raycast to use lol" + }, } ];