Added Thoughtful Raycast Extention

This commit is contained in:
Space-Banane
2026-01-16 21:22:35 +01:00
parent c9d0f363e2
commit cb9ac48b9d

View File

@@ -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.", 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", github: "https://github.com/Space-Banane/lego-to-stl",
image: "https://zippy.trumplovesgiving.top/u/44nekH.png" 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"
},
} }
]; ];