-
Notifications
You must be signed in to change notification settings - Fork 36
/
index.html
143 lines (141 loc) · 3.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
---
layout: default
title: HappySublime
---
{% include hero.html %}
<table class="index-table">
<tbody>
<tr class="episode-wrap">
<td class="episode-index">0</td>
<td class="episode-title">
<a href="00_course_intro.html">
课程介绍
</a>
</td>
<td class="episode-length">
6 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">1</td>
<td class="episode-title">
<a href="01_install.html">
安装
</a>
</td>
<td class="episode-length">
4 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">2</td>
<td class="episode-title">
<a href="02_right_way.html">
使用 sublime 的正确方式
</a>
</td>
<td class="episode-length">
4 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">3</td>
<td class="episode-title">
<a href="03_shortcuts.html">
最最常用的快捷键
</a>
</td>
<td class="episode-length">
7 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">4</td>
<td class="episode-title">
<a href="04_custom.html">
自定制
</a>
</td>
<td class="episode-length">
6 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">5</td>
<td class="episode-title">
<a href="05_package_control.html">
用 Package Control 来安装扩展包
</a>
</td>
<td class="episode-length">
9 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">6</td>
<td class="episode-title">
<a href="06_search.html">
快速查找文件或字符串
</a>
</td>
<td class="episode-length">
9 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">7</td>
<td class="episode-title">
<a href="07_emmet.html">
emmet
</a>
</td>
<td class="episode-length">
6 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">8</td>
<td class="episode-title">
<a href="08_snippet.html">
自定制代码片段
</a>
</td>
<td class="episode-length">
7 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">9</td>
<td class="episode-title">
<a href="09_completions.html">
补全
</a>
</td>
<td class="episode-length">
9 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">10</td>
<td class="episode-title">
<a href="10_build.html">
批处理任务 build
</a>
</td>
<td class="episode-length">
6 min
</td>
</tr>
<tr class="episode-wrap">
<td class="episode-index">11</td>
<td class="episode-title">
<a href="11_goodbye.html">
Goodbye
</a>
</td>
<td class="episode-length">
1 min
</td>
</tr>
</tbody>
</table>