diff --git a/main/_data/projects.json b/main/_data/projects.json index 03c2002..a072bcf 100644 --- a/main/_data/projects.json +++ b/main/_data/projects.json @@ -91,6 +91,22 @@ "status": "Side project", "icon": "obsidian" }, + { + "name": "⏱️ Super Simple Time Tracker", + "desc": "Super Simple Time Tracker is an Obsidian plugin that adds multi-purpose, easy-to-use time trackers to your notes that continue running even when you close Obsidian.", + "links": [ + { + "name": "Check it out", + "link": "https://github.com/Ellpeck/ObsidianSimpleTimeTracker" + }, + { + "name": "Install it", + "link": "https://obsidian.md/plugins?id=simple-time-tracker" + } + ], + "status": "Side project", + "icon": "obsidian" + }, { "name": "🕹️ MLEM", "desc": "MLEM Library for Extending MonoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.", diff --git a/main/res/projects/obsidian.png b/main/res/projects/obsidian.png index da97d4a..0ca9f84 100644 Binary files a/main/res/projects/obsidian.png and b/main/res/projects/obsidian.png differ