From 4d170e6599dbfdbd617cefd8f55dd310cfb23fe2 Mon Sep 17 00:00:00 2001 From: philkonczyk <95200460+philkonczyk@users.noreply.github.com> Date: Sun, 26 Apr 2026 05:19:03 -0400 Subject: [PATCH] Add 'Print Tasks' plugin (#7369) * Update community-plugins.json - Add Print Tasks Plugin * Update community-plugins.json - update print tasks plugin text --- src/assets/community-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/assets/community-plugins.json b/src/assets/community-plugins.json index aa399cbce0..f39fd6dee1 100644 --- a/src/assets/community-plugins.json +++ b/src/assets/community-plugins.json @@ -84,5 +84,13 @@ "author": "dhananajay-030", "authorUrl": "https://github.com/dhananajay-030", "stars": 4 + }, + { + "name": "Print Tasks", + "shortDescription": "Want to go offline but take Super Productivity with you? This plugin provides print layouts for Today, All Tasks, All Projects, by Tag etc.", + "url": "https://codeberg.org/sinenomine/sp-task-print", + "author": "sinenomine", + "authorUrl": "https://codeberg.org/sinenomine/", + "stars": 1 } ]