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
90
8 Awesome Sublime Text Plugins
Cathy
December 02, 2016
Tweet
Share
More Decks by Cathy
See All by Cathy
Sublime Text Basic
cathy
0
92
Photoshop Generator
cathy
0
86
Web Design Plus
cathy
2
200
Other Decks in Design
See All in Design
デザインシステムの「種」を使って、受託開発を加速させる
akane___ui
0
11k
ユーザー像を「みてね」らしく可視化する 家族アルバムみてねUXリサーチチームの取り組み
mixi_design
PRO
1
270
AI時代に問われる、リサーチの感受性──地域⇄大企業の現場から見えた「違和感」との向き合い方
muture
PRO
0
140
新しいデザインの難しさ(公開版) / Difficulties in the New Design (public ver.)
usagimaru
1
940
kintone_aroma
kintone
0
450
Illustrator×Firefly 生成したイラストをベースにドット絵を作ってみよう!
connecre
1
140
越境するデザイン人材:デザイナーが社会資本となる世界へ
goodpatch
0
240
ChatGPT、Gemini、Claude は、なぜ似たようなUIを採用しているのか?
fuwarisprit
3
1.6k
mount_company_profile
mount_inc
0
2.4k
デザインエンジニアの延長にデザインマネージャーとしての可能性を探る
takanorip
0
660
Liquid GlassとApp Intents
touyou
0
460
Marpで推しCSSスライドを作ろう! / marp-with-favorite-css
fujiemon
0
700
Featured
See All Featured
Site-Speed That Sticks
csswizardry
13
930
Designing for Performance
lara
610
69k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
640
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
Building Adaptive Systems
keathley
44
2.8k
Docker and Python
trallard
46
3.6k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
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 -