Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
8 Awesome Sublime Text Plugins
Search
Cathy
December 02, 2016
Design
0
83
8 Awesome Sublime Text Plugins
Cathy
December 02, 2016
Tweet
Share
More Decks by Cathy
See All by Cathy
Sublime Text Basic
cathy
0
85
Photoshop Generator
cathy
0
76
Web Design Plus
cathy
2
190
Other Decks in Design
See All in Design
東急URBAN HACKSのデザイナーって何やってるの? 〜Designer Night #1〜
tak073
0
240
コンセプトで経営・事業・組織を動かす、 Ameba20周年ブランディング / ameba-20th-branding
cyberagentdevelopers
PRO
1
550
パンくずリストかわいい(breadcrumb so cute)
ysuda
0
160
Fem tips om ux-text • WSA-dagen 29 jan 2025
jonas_blind_hen
PRO
0
130
もうひとつのアーキテクチャ #kichijojipm
kondoyuko
0
180
東急URBAN HACKSのデザイナーって何やってるの? 〜Designer Night #1〜 組織横断のデザインの 取り組みについて
sig
1
270
How to go from research data to insights?
mastervicedesign
0
220
急成長中のWINTICKETにおける ちいさくはじめるライティング改善 / winticket-writing
cyberagentdevelopers
PRO
1
270
富山デザイン勉強会_デザイントレンド2025.pdf
keita_yoshikawa
0
150
Generating Momentum | Yasuhiro Yokota
yasuhiroyokota
0
230
成長する組織のナレッジベースのつくりかた_知識基盤のデザインとメタデザイン
gaussbeam
0
870
入社3ヶ月目のプロダクトデザイナー視点で見たヤプリ / Joining Yappli as a Product Designer: My Perspective After 90 Days
yappli_developers
0
120
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Designing for humans not robots
tammielis
250
25k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
10
1.3k
Statistics for Hackers
jakevdp
797
220k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
540
Fireside Chat
paigeccino
34
3.2k
Raft: Consensus for Rubyists
vanstee
137
6.8k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Measuring & Analyzing Core Web Vitals
bluesmoon
6
240
Transcript
- For Designer - 8 Awesome Sublime Text Plugins Cathy
Chen
安裝 Plugins step 1. cmd+shift+p step 2. type “ install
package” step3. type “ the package name”
Essential Plugins
Emmet Emmet is a plugin for many popular text editors
which greatly improves HTML & CSS workflow relative link : http://emmet.io/ 1
Emmet Syntax Child: > Sibling: + Climb-up: ^ Multiplication: *
Grouping: () ID and CLASS attributes : #header 、.title Custom attributes: p[title="Hello world”] Text: {} relative link : http://docs.emmet.io/cheat-sheet/
Nettuts-Fetch Fetch the latest version of remote files and zip
packages relative link : https://github.com/weslly/Nettuts-Fetch 2
jQuery normalize.css bootstrap single file zip
Normalize.css A modern, HTML5-ready alternative to CSS resets relative link
: https://necolas.github.io/normalize.css/
AdvancedNewFile File creation plugin for Sublime Text relative link :
https://github.com/skuroda/Sublime-AdvancedNewFile 3
create folders and files
Sidebar Enhancements Provides enhancements to the operations on Sidebar of
Files and Folders for Sublime Text. relative link : https://github.com/SideBarEnhancements-org/SideBarEnhancements 4
Gist creating new Gists from selected text relative link :
https://github.com/condemil/Gist 5
None
paste access token
新增你的第⼀一筆Gist
DocBlockr Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript,
C & C++ 6 relative link : https://github.com/spadgos/sublime-jsdocs
⽂文件註解
Others
Key Bindings never modify default key bindings
Add Repository 使⽤用時機:找不到插件時⾃自⼰己新增
None
None
EasyMotion quickly jump to any character in the visible area
of the active view 7 relative link : https://github.com/tednaleid/sublime-EasyMotion
Alignment Easy alignment of multiple selections and multi-line selections 8
relative link : https://github.com/wbond/sublime_alignment
That’s a wrap. - thanks -