** 출처 : 도서 “프론트엔드 자동화시스템 그런트”
우선은 Settings – User 부터
{ "bold_folder_labels": true, "color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme", "draw_minimap_border": true, "fade_fold_buttons": true, "font_face": "NanumGothicCoding", "font_size": 14, "highlight_line": true, "ignored_packages": [ "Vintage" ], "indent_guide_options": [ "draw_normal", "draw_active" ], "theme": "Boxy Tomorrow.sublime-theme" }
한글 입력용 플러그인
- IMESupport
- ConvertToUTF8
유용한 플러그인
- 사이드바 메뉴 : SideBarEnhancements
- 코드 정렬(1) : Alignment (‘=’, ‘:’)
- 코드 정렬(2) : VAlign
- 코드 하이라이팅 : BracketHighlighter
- 색상 하이라이팅 : ColorHighlighter
- 테마 : Boxy Theme – Boxy Tommorow
다음은 Key Binding
[ { "keys": ["f8"], "command": "toggle_side_bar" }, { "keys": ["ctrl+shift+a"], "command": "alignment" } ]
** 참고
워드프레스 코드 호스팅시 태그 파라미터
code language=”html” htmlscript=”true” gutter=”true” highlight=”3,18″ title=”Sublime Text – Setttings – User” light=”true”