📜 ⬆️ ⬇️

Several uses of Sublime Text 3 that you could use

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:



MarkdownEditing
')

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:



Plain tasks

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!

Gists

Conclusion


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

Source: https://habr.com/ru/post/209788/


All Articles