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
86
8 Awesome Sublime Text Plugins
Cathy
December 02, 2016
Tweet
Share
More Decks by Cathy
See All by Cathy
Sublime Text Basic
cathy
0
89
Photoshop Generator
cathy
0
79
Web Design Plus
cathy
2
200
Other Decks in Design
See All in Design
The Golden Whitney
ohtristanart
PRO
0
140
エンタメ業界からDX領域に飛び込んだデザイナーが今立ち向かっている壁とは / applibot-dx-designer
cyberagentdevelopers
PRO
1
230
線で考える画面構成
natsuume
1
810
Dinosaur Mayhem
storyartist
PRO
0
160
セブンデックス カルチャーブック
sevendex
1
7.2k
(第1回) アーキテクト・テックリード育成講座
masakaya
0
200
Дизайн услуги через её визуализацию с Картой процесса-опыта
ashapiro
0
280
デザインシステムの力 Webデザイナーとエンジニアのための実践ガイド / The Power of Design System
spindle
9
5.2k
20250129_DAST28_実空間にデジタル資源の接点をデザインする
majimasachi
0
280
誰もがAIエージェントを"操作"したがる〜AIエージェントに求められるUX〜
ikeyatsu
2
1.4k
【Adobe MAX Japan 2025】上手にFireflyにお願いしてウェブデザイン案を出すぞ!
cremacrema
7
4.9k
株式会社デイトラ様│コーポレートサイト│コンセプトシート
haruka_capeo
0
970
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
Building Your Own Lightsaber
phodgson
104
6.3k
Raft: Consensus for Rubyists
vanstee
137
6.8k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
How to Ace a Technical Interview
jacobian
276
23k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
25k
Site-Speed That Sticks
csswizardry
4
450
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.4k
The Pragmatic Product Professional
lauravandoore
33
6.5k
Building an army of robots
kneath
304
45k
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 -