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
88
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
82
Web Design Plus
cathy
2
200
Other Decks in Design
See All in Design
新しいデザインの難しさ(公開版) / Difficulties in the New Design (public ver.)
usagimaru
1
800
【Firefly Image 4対応版】上手にFireflyにお願いしてウェブデザイン案を出すぞ!
cremacrema
0
1.5k
Portfolio 齋藤明敏 Hiroyuki Saito_守秘義務あり
crearedesign
0
200
【PoCで終わらない】運用フェーズまで見据えたAI駆動UIデザイン/フロントエンド開発実践
kitami
1
280
CMS管理画面のアクセシビリティ
magi1125
8
2.4k
[2025.6.30 もがく中堅デザイナー、キャリアの分岐点] なんでもやる系デザイナーのもがきかた
taka_piya
1
2k
株式会社バクタム 会社説明資料
bactum
0
280
ビジネス成果を最大限に発揮するPORTFOLIO
ataxi1003
0
210
Hatena Engineer Seminar #33 チームと開発するためのモック
takuwolog
0
410
読書シェア会 vol.5 / Yumemi.grow 20250526
rakus_dev
0
1.7k
Findyのプロデチームの 歩みとこれから
satty9556
0
210
「批評」を習慣にするための仕組みと場のデザイン/uxdesign202507
nikkei_engineer_recruiting
6
750
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
53
7.7k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Designing for Performance
lara
610
69k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Fireside Chat
paigeccino
38
3.6k
Building Applications with DynamoDB
mza
95
6.5k
Code Review Best Practice
trishagee
69
19k
For a Future-Friendly Web
brad_frost
179
9.9k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
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 -