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
89
8 Awesome Sublime Text Plugins
Cathy
December 02, 2016
Tweet
Share
More Decks by Cathy
See All by Cathy
Sublime Text Basic
cathy
0
91
Photoshop Generator
cathy
0
84
Web Design Plus
cathy
2
200
Other Decks in Design
See All in Design
FigmaのFigmaファイルから学ぶTips & Tricks
hilokifigma
0
650
バイアスを凌ぐデザインとコード ―異動直後にどうふるまうか―
kkaru
0
530
minpaku-community-scrum-patterns
norinity1103
1
240
ランドマークが光る!季節を彩るナビ体験 - Mobility Night #3 -
kitau
0
110
エンジニアでも捗る デザイナー的思考入門
tinykitten
1
1.2k
decksh object reference
ajstarks
2
1.3k
地理院地図をもっと楽しく!れきちず新機能のご紹介
hjmkth
1
120
#Dubois Challenge 2025: Economics
ajstarks
1
160
Character Experience AI 〜 AIキャラクターのつくりかた 〜
smartbank
0
240
デザインの意思決定を加速するワークショップ設計 / Workshop design to accelerate design decision-making
lycorptech_jp
PRO
0
420
Designing User Experience through Interaction Design
lycorptech_jp
PRO
0
350
portfolio.pdf
onof003
0
150
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Building an army of robots
kneath
306
46k
The World Runs on Bad Software
bkeepers
PRO
70
11k
A designer walks into a library…
pauljervisheath
207
24k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Unsuck your backbone
ammeep
671
58k
A better future with KSS
kneath
239
17k
Bash Introduction
62gerente
614
210k
BBQ
matthewcrist
89
9.8k
It's Worth the Effort
3n
187
28k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Being A Developer After 40
akosma
90
590k
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 -