


To make sure UTF–8 is set as the default encoding in Sublime, add "default_encoding": "UTF-8" to your User preferences.ĮncodingHelper. I encode all my plain text files in UTF–8.
SUBLIME TEXT SHORTCUTS INSTALL
Install Brett Terpstra’s Marked Bonus Pack for Sublime, then in any document (that has been saved at least once), hit CMD+B to preview instantly in Marked. Sublime Text can be themed to your liking, and, so far, the best theme I’ve found is Soda (the light version), which requires the development version of Sublime Text. A plugin to preview your Markdown document as HTML in the browser (with optional LiveReload). To always open a new file in MultiMarkdown, add "new_file_syntax": "Markdown/MultiMarkdown" to “DetectSyntax.sublime-settings” (the plugin’s User settings). It tries to guess the best syntax for a file, but you can also set it to always open a new file with a syntax. A plugin that detects the syntax of files automatically. The plugin also brings smart table formatting for MultiMarkdown tables, smart list continuation (also supported by MarkdownEditing), and a shortcut to move between previous/next headline.ĭetectSyntax. SmartMarkdown brings folding and unfolding for sections, which can be triggered on a section-basis with TAB, or globally using Shift+TAB this is very handy for long documents with several sections. Another plugin aimed at enhancing the Markdown functionalities of Sublime Text. Just use the Sublime tag to find his coverage. My friend Gabe has been writing in Sublime for a few months now, and he’s collected several articles, links, and resources over at his blog. Another gem by Brett Terpstra, a must-have for any Markdown writer who uses Sublime. A package for Markdown and MultiMarkdown that will add a new theme to Sublime Text and better editing features such as autopair for Markdown keys and useful keyboard shortcuts. It’s the de-facto standard for the community. The package manager for Sublime Text to install plugins and add repositories. Two powerful tools, immediately explained on Sublime’s homepage. Many of Sublime’s keyboard-driven functionalities are two-stage shortcuts, meaning they need activation through CMD+K first. Click on every menu in Sublime’s menubar, and find the items that could be useful for your writing workflow. The Default settings are also updated every time the app is updated, so it is always recommendable to act on the User ones whenever possible. The important thing to understand is that the app has Default and User settings: Default are overriden by User, which are the ones you set by hitting CMD+. In fact, they’re JSON files with actual strings you can edit to change the Settings.
SUBLIME TEXT SHORTCUTS SERIES
There are plenty of tutorials available online, but I recommend this video series by NetTuts.
SUBLIME TEXT SHORTCUTS DOWNLOAD
Or, download the Dev build, which will get you access to the latest features. I use Sublime Text 2 for both writing (in Markdown) and coding (that is, the basics of Python that I’m learning), but the links I’ve collected are primarily Markdown-related, as that’s how I spend most of my time on a computer: writing. After a brief stint with TextMate 2, I recently started playing around with Sublime Text 2 for writing, and I thought I’d share the links and tips I’ve collected so far.
