Sublime Text Bookmarks 
Sublime Text is a cross-platform text and source code editor, with a Python application programming interface. Its functionality is extendable with plugins. Most of the extending packages have free-software licenses and are community-built and maintained. — Wikipedia
This tiny project follows GitHub community trend to aggregate the most essential bookmarks for specific subject in the form of a handy well-structured collection. Here you will find tutorials and learning materials for Sublime Text, general purpose extensions for coding and text editing, and specialized extensions grouped by usage profiles.
This list not supposed to include absolutely all Sublime Text plugins, due we already have Package Control for this. It is intended to be a starting point helping to setup working environment, or check out for new extensions to make your existing Sublime setup more awesome. You may find ★ here and there in the list. It stands for Editors' Choice. Sharing and pull requests are very much appreciated!
Fork and edit (or propose something to add).
Things to Start From
- Sublime Text home page
- Package Control — the first thing to do after the ST installation is to setup the package manager.
- Unofficial Documentation — is a first link inside the official documentation TOC. It's a good starting point for noobs, as well as a detailed reference for proficient users.
- Shortcut Cheat Sheet for Linux, Mac OSX, and Windows versions of Sublime Text 3.
- ShortcutFoo — shortcut usage training.
Books
- Mastering Sublime Text by Dan Peleg (PACKT).
- Instant Sublime Text Starter by Eric Haughee (PACKT).
News and Tips
- Sublime Blog — official news.
- Sublime Text Tips — tips and tricks for mastering Sublime Text.
Community
- Official Forum — general discussion, technical support, ideas and feature requests.
- Sublime Reddit — user-generated news links and discussions.
- SuperUser: version 2, version 3, and version-agnostic questions.
Screencasts
- The Complete Visual Guide to Sublime Text 3: Getting Started and Keyboard Shortcuts (free course).
- Sublime Text 3 From Scratch by Jesse Liberty (Pluralsight).
- Sublime Text 2 by Mike Riley (Pragmatic Studio).
- Perfect Workflow in Sublime Text 2 — 34 video free lessons at Nettuts+.
Extensions
Alive projects only, with Sublime Text version 3 support.
General Purpose
- All Autocomplete — extends the default autocomplete to find matches in all open files.
- ApplySyntax — a plugin that allows to detect and apply the syntax of files that might not otherwise be detected properly. For example, files with the .rb extension are usually Ruby files, but when they are found in a Rails project, they could be RSpec spec files, Cucumber step files, Ruby on Rails files (controllers, models, etc), or just plain Ruby files.
- EditorConfig — .editorconfig support.
- File Navigator — keyboard-friendly file navigator and manager.
- FindKeyConflicts — identify conflicting key mappings.
- GitGutter — a plugin to see git diff in gutter.
- GitSavvy — git and GitHub integration.
- Glue — a cross-platform, extensible plug-in for Sublime Text 2 and 3 that connects your favorite editor to your shell.