From 5ee21b10b28b5ed662f4fa747680d71929c1c898 Mon Sep 17 00:00:00 2001 From: Noah Coad Date: Fri, 17 Oct 2025 21:51:32 -0500 Subject: [PATCH] add Task List package --- repository/t.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/t.json b/repository/t.json index 57bfb693c05..2c8992d7c70 100755 --- a/repository/t.json +++ b/repository/t.json @@ -415,6 +415,17 @@ } ] }, + { + "name": "Task List", + "details": "https://github.com/noahcoad/SublimeTaskList", + "labels": ["todo", "gtd", "tasks"], + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] + }, { "name": "Task Timer", "details": "https://github.com/jcowgar/sublime-task-timer",