Sublime Text refers to those text editor that everyone can. Flexibility allows you to customize it for every taste, and a large community stamps plug-ins day and night. Many programmers use it as a development environment, but not all of them reach non-core applications. In this short article I will talk about some of them.
Markdown
Sublime perfectly replaces all third-party markdown editors. There are several plugins that provide a comfortable work. The best of them in my opinion is
MarkdownEditing , the author of which is the well-known developer
Brett Terpstra . What gives:
- Highlight text
- Shortcuts
- Autocompletion markup
- Color schemes
- Other more specific things.

')
Task Lists
In general,
Plain Tasks plugin is powerful enough; it can also be used for global business management. But it is especially useful for tracking the tasks of a small project. Opportunities:
- Tasks are stored in a file, you can put them in the folder with the project
- Ability to create projects, tags, display dates
- Convenient interface and shortcuts

Github: gists
Gists and so in my opinion are the best place to store pieces of code. But with the plugin for Sublime, they become just suicidal. You do not need to go to the site, you can create and load gists directly from Command Pallete.
For all this, you need to install the
Gist plugin and give it a token from the github. As elsewhere in Sublime, there is a fuzzy search in the gist!

Conclusion
Use different Sublime features. It was created as a Swiss knife and perfectly fulfills this function!