From 573819b3fe7722aac94922fca5fd85797bcd0832 Mon Sep 17 00:00:00 2001 From: suitably <151583332+suitably@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:26:15 +0100 Subject: [PATCH] add QuestArc to community plugins list --- src/assets/community-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/assets/community-plugins.json b/src/assets/community-plugins.json index 76f942996..cbe406ed3 100644 --- a/src/assets/community-plugins.json +++ b/src/assets/community-plugins.json @@ -8,5 +8,10 @@ "name": "Archived Tasks Viewer", "shortDescription": "Read-only viewer to browse archived tasks with grouping, filtering, subtasks preview, and theme toggle.", "url": "https://github.com/baiyina/Archived-Tasks-Viewer" + }, + { + "name": "QuestArc", + "shortDescription": "Turn your workflow into an adventure! Gamify your tasks with Atomic Habit quests, epic boss fights, earnable badges, and a customizable hero profile.", + "url": "https://codeberg.org/Nexumia/QuestArc" } ]