All Projects β†’ dreikanter β†’ Sublime Bookmarks

dreikanter / Sublime Bookmarks

Sublime Text essential plugins and resources

Projects that are alternatives of or similar to Sublime Bookmarks

Ruby Bookmarks
Ruby and Ruby on Rails bookmarks collection
Stars: ✭ 1,972 (+124.6%)
Mutual labels:  bookmarks, list
Awesome Devtools
πŸ€– A curated list of in-browser bookmarklets, tools, and resources for modern full-stack software engineers.
Stars: ✭ 184 (-79.04%)
Mutual labels:  bookmarks, list
Bookmarks
πŸ”– +4.3K awesome resources for geeks and software crafters 🍺
Stars: ✭ 210 (-76.08%)
Mutual labels:  bookmarks, list
Gata
Bookmarks made better
Stars: ✭ 17 (-98.06%)
Mutual labels:  bookmarks
Hackathon Packing List
πŸ“‹ Hackathon Packing List - A Handy Guide
Stars: ✭ 17 (-98.06%)
Mutual labels:  list
Listpool
Optimized allocation free implementation of IList using ArrayPool.
Stars: ✭ 25 (-97.15%)
Mutual labels:  list
Yub
yub.js - A command-line for the web
Stars: ✭ 10 (-98.86%)
Mutual labels:  bookmarks
Qq Music List To Kwl
ε―Όε‡ΊqqιŸ³δΉζ­Œε•ηš„ε°ε·₯ε…·οΌŒε―Όε‡Ίζ ΌεΌδΈΊ.kwl,可δ»₯把.kwlε―Όε…₯εˆ°η½‘ζ˜“δΊ‘γ€ι…·ζˆ‘ι‡Œι’εŽ»γ€‚
Stars: ✭ 16 (-98.18%)
Mutual labels:  list
Easy Application
Over 400 software engineering companies that are easy to apply to
Stars: ✭ 6,991 (+696.24%)
Mutual labels:  list
Liblist
Generic Linked list Management Library in C
Stars: ✭ 22 (-97.49%)
Mutual labels:  list
Nlp With Ruby
Curated List: Practical Natural Language Processing done in Ruby
Stars: ✭ 907 (+3.3%)
Mutual labels:  list
Sublimetext
Caddyfile syntax highlighting for Sublime Text 3
Stars: ✭ 17 (-98.06%)
Mutual labels:  sublime-text
Pawn Sublime Language
Pawn language settings for Sublime Text 3. Copied from C++ but with Pawn language and SA:MP specific modifications.
Stars: ✭ 26 (-97.04%)
Mutual labels:  sublime-text
Ppel
The Python Practical Examples List. REAL projects for beginners.
Stars: ✭ 17 (-98.06%)
Mutual labels:  list
Awesome Webgl
A curated list of awesome WebGL libraries, resources and much more
Stars: ✭ 852 (-2.96%)
Mutual labels:  list
Devskim Sublime Plugin
DEPRECATED -- DevSkim plugin for Sublime Text 3.
Stars: ✭ 16 (-98.18%)
Mutual labels:  sublime-text
Squib
A Ruby DSL for prototyping card games.
Stars: ✭ 850 (-3.19%)
Mutual labels:  sublime-text
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+3.19%)
Mutual labels:  sublime-text
Sublime Text
Personal Sublime Text setup
Stars: ✭ 19 (-97.84%)
Mutual labels:  sublime-text
Awesome Music
Awesome Music Projects
Stars: ✭ 925 (+5.35%)
Mutual labels:  list

Sublime Text Bookmarks Awesome

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

Books

News and Tips

Community

Screencasts

Extensions

Alive projects only, with Sublime Text version 3 support.

General Purpose

  • LSP β€” Language Server Protocol support for Sublime Text 3 that gives you IDE features.
  • Sidebar Enhancements β€” provides enhancements to the operations on Sidebar of Files and Folders.
  • Trailing Spaces β€” highlight trailing spaces and delete them in a flash.
  • GitGutter β€” a plugin to see git diff in gutter.
  • EditorConfig β€” .editorconfig support.
  • SublimeLinter β€” a plugin that provides a framework for linting code. Whatever language you code in, SublimeLinter can help you write cleaner, better, more bug-free code. SublimeLinter has been designed to provide maximum flexibility and usability for users and maximum simplicity for linter authors.
  • Sublime Worksheet β€” an inline REPL for JavaScript, PHP, Ruby and more.
  • Sublime Alignment β€” a simple key-binding for aligning multi-line and multiple selections.
  • 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.
  • All Autocomplete β€” extends the default autocomplete to find matches in all open files.
  • SublimeREPL β€” runs an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself).
  • FindKeyConflicts β€” identify conflicting key mappings.
  • Glue β€” a cross-platform, extensible plug-in for Sublime Text 2 and 3 that connects your favorite editor to your shell.
  • File Navigator β€” keyboard-friendly file navigator and manager.
  • Synesthesia β€” a plugin for highlighting text with pretty colours.
  • StyleToken β€” allows to highlight certain pieces of text with different colors (similar to Notepad++ "Style token" functionality).
  • Origami β€” split the window however you like! Create new panes, delete panes, move and clone views from pane to pane.
  • Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
  • SublimeFileBrowser - Ditch the sidebar and browse your files in a normal tab with your keyboard, like a pro! Also, Dired lets you modify your directory structure using the powerful text editing feature that ST provides.
  • PackageResourceViewer β€” View and Edit Sublime package resources. Helpful for extensions and themes development.

Ruby Profile

Helpful notes:

Plugins:

Python Profile

Notes:

Plugins:

  • MagicPython β€” Syntax highlighter for cutting edge Python for Sublime Text and Atom.
  • Rope β€” a Python refactoring library.
  • SublimeLinter PEP 257 β€” an interface to PEP 257 (docstring style checker).
  • Djaneiro β€” Django support.
  • SublimePythonTidy β€” PythonTidy integration.
  • Anaconda β€” autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker and Vagrant for Sublime Text 3 using Jedi, PyFlakes, pep8, PyLint, pep257 and McCabe that will never freeze your Sublime Text.
  • SublimeJEDI β€” Python autocompletion.

JavaScript Profile

  • JsFormat β€” a JavaScript formatting plugin. It uses the command-line/python-module JavaScript formatter from http://jsbeautifier.org to format whole js or json files, or the selected portion(s).
  • CoffeeScript β€” syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
  • TernJS β€” a JavaScript type inference engine integration.
  • Bump β€” plugin to keep package.json dependencies fresh. Shows latest npm/yarn dependency version in the neat tooltip on package hover.
  • JavaScript Enhancements β€” plugin that offers smart javascript autocomplete, real-time errors and, also, a lot of features about creating, developing and managing javascript projects (such as Cordova, Ionic, React, etc.). It uses Flow (javascript static type checker from Facebook) under the hood.

Client Side Profile

  • Emmet β€” a plugin for many popular text editors which greatly improves HTML & CSS workflow.
  • HTMLPrettify
  • GutterColor β€” displays color sample in the gutter for each line in CSS containing color code.
  • Hayaku β€” fuzzy abbreviations, support for preprocessors (Sass, Less, Stylus) and a lot of other features in easily configurable set of tools for writing CSS faster.

LaTeX Profile

  • LaTeXTools β€” an open-source plugin that simplifies working with LaTeX files.
  • LaTeXing β€” an extension for which makes your life easier and more comfortable while creating your documents.

Markdown Editing Profile

  • MarkdownEditing β€” powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
  • Markdown Preview β€” preview and build your markdown files quickly in your web browser from Sublime Text.

Documentation and Help Systems

Integration

Fun stuff

Themes

  • Soda β€” Dark and light custom UI themes.
  • Spacegray β€” A set of custom UI themes for Sublime Text 2/3. It's all about hype and minimal. Comes in different flavors with accompanying Base16 color schemes. http://kkga.github.io/spacegray
  • Cobalt2 β€” A full featured Sublime Text blue theme
  • Flatland β€” A simple theme and accompanying color scheme for Sublime Text 2 & 3. It is mostly derived from Soda, the right place to start for any custom theme development for Sublime.
  • Material theme β€” This theme brings the Material Design visual language. http://equinsuocha.io/material-theme
  • Comfort β€” A Wonderful theme for sublime Text!.
  • Predawn β€” Dark interface and syntax theme for Sublime Text and Atom. http://jamiewilson.io/predawn
  • Ayu β€” A simple theme with bright colors and comes in three versions β€” dark, mirage and light for all day long comfortable work.
  • Ciapre - An easy-on-the-eyes Sublime Text/TextMate color scheme.

Related extensions:

Color Schemes

  • colorsublime.com - huge collection of color schemes for Sublime Text.
  • http://tmtheme-editor.herokuapp.com β€” online editor for tmTheme format, with large gallery of Sublime Text/Textmate color schemes. GitHib project page: https://github.com/aziz/tmTheme-Editor
  • Schemr β€” allows you to quickly change your color scheme using the command palette and keyboard shortcuts.
  • Themer - tool for generating color schemes (and matching themes for your other development tools, including wallpaper) from your favorite colors.

Some of the most popular schemes:

  • Base 16 β€” carefully chosen syntax highlighting and a default set of sixteen colors.
  • Solarized β€” balanced dark and light themes.
  • Dracula - spooky color scheme, perfect for Halloween. Also available for terminal and several other applications.

Alternative Icons

There is a LOT of unofficial icon alternatives for Sublime Text. Here are a little collection of the most noticeable ones:

Monospace Fonts

See also:

Other Bookmark Lists

There are a lot of other bookmarks collections on GitHub. Take a look at metabookmarks list: https://github.com/sindresorhus/awesome

License

Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].