Update Image Size in Sublime Text
Master Sublime Text for efficient web development
Sublime Text is a sophisticated text editor for code, markup and prose. It features a slick user interface, extraordinary features and amazing performance.
Essential Sublime Text Skills
Image Management
Learn to efficiently update and resize images directly within your Sublime Text workflow. Master the techniques for handling various image formats and sizes.
Emmet Integration
Emmet is a web developer's toolkit that can greatly improve your HTML and CSS workflow. Write HTML markup faster with abbreviations.
Sass Processing
Sass is a CSS preprocessor that adds power and elegance to the basic language. Learn to compile and manage Sass files efficiently.
Key Takeaways
RELATED ARTICLES
Quickly Write Nested Tags in Sublime Text
Use > (greater-than symbol) to quickly write nested tags. For example, if you type article>h1and hit Tab, Emmet expands article>h1 to <article>...
Quickly Delete a Word in Any Text Editor
Hit Option–Delete (Mac) or Ctrl–Backspace (Windows) to delete the word to the left of the cursor. This is an operating system feature so it should work in any...
Proper Character Encoding with Unicode
To ensure special characters display properly on your website, do one of the following: Add <meta charset="UTF-8"> into the <head> of every HTML page....