From 0e01e136703b6c543386e34e6cec1a71f9c88613 Mon Sep 17 00:00:00 2001 From: Ivan Elfimov Date: Fri, 23 Jul 2021 23:45:22 +0300 Subject: [PATCH] Update community.md about Sublime Text 4 package Added a simple abstract about Sublime Text 4 package with the links to the source code and package control. --- docs/community.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/community.md b/docs/community.md index dbef423d..0b3cc6d3 100644 --- a/docs/community.md +++ b/docs/community.md @@ -23,6 +23,12 @@ Additionally, there's also some work done by extension, which has its code [here](https://github.com/paulvarache/vscode-taskfile) and is published [here](https://marketplace.visualstudio.com/items?itemName=paulvarache.vscode-taskfile). +## Sublime Text 4 package + +There is a convenience wrapper for initializing and running tasks from Sublime Text's command palette. The package is +developed by [@biozz](https://github.com/biozz), the source code is available [here](https://github.com/biozz/sublime-taskfile) +and it is published on Package Control [here](https://packagecontrol.io/packages/Taskfile). + ## Installation methods Some installation methods are maintained by third party: