Slide 1

Slide 1 text

- For Designer - 8 Awesome Sublime Text Plugins Cathy Chen

Slide 2

Slide 2 text

安裝 Plugins step 1. cmd+shift+p step 2. type “ install package” step3. type “ the package name”

Slide 3

Slide 3 text

Essential Plugins

Slide 4

Slide 4 text

Emmet Emmet is a plugin for many popular text editors which greatly improves HTML & CSS workflow relative link : http://emmet.io/ 1

Slide 5

Slide 5 text

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/

Slide 6

Slide 6 text

Nettuts-Fetch Fetch the latest version of remote files and zip packages relative link : https://github.com/weslly/Nettuts-Fetch 2

Slide 7

Slide 7 text

jQuery normalize.css bootstrap single file zip

Slide 8

Slide 8 text

Normalize.css A modern, HTML5-ready alternative to CSS resets relative link : https://necolas.github.io/normalize.css/

Slide 9

Slide 9 text

AdvancedNewFile File creation plugin for Sublime Text relative link : https://github.com/skuroda/Sublime-AdvancedNewFile 3

Slide 10

Slide 10 text

create folders and files

Slide 11

Slide 11 text

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

Slide 12

Slide 12 text

Gist creating new Gists from selected text relative link : https://github.com/condemil/Gist 5

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

paste access token

Slide 15

Slide 15 text

新增你的第⼀一筆Gist

Slide 16

Slide 16 text

DocBlockr Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++ 6 relative link : https://github.com/spadgos/sublime-jsdocs

Slide 17

Slide 17 text

⽂文件註解

Slide 18

Slide 18 text

Others

Slide 19

Slide 19 text

Key Bindings never modify default key bindings

Slide 20

Slide 20 text

Add Repository 使⽤用時機:找不到插件時⾃自⼰己新增

Slide 21

Slide 21 text

No content

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

EasyMotion quickly jump to any character in the visible area of the active view 7 relative link : https://github.com/tednaleid/sublime-EasyMotion

Slide 24

Slide 24 text

Alignment Easy alignment of multiple selections and multi-line selections 8 relative link : https://github.com/wbond/sublime_alignment

Slide 25

Slide 25 text

That’s a wrap. - thanks -