-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
385 lines (294 loc) · 13.5 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>saiyagg.GitHub.io by saiyagg</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">saiyagg.GitHub.io</h1>
<h2 class="project-tagline"></h2>
</section>
<section class="main-content">
<h1>
<a id="mou" class="anchor" href="#mou" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Mou</h1>
<p><img src="http://mouapp.com/Mou_128.png" alt="Mou icon"></p>
<h2>
<a id="overview" class="anchor" href="#overview" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Overview</h2>
<p><strong>Mou</strong>, the missing Markdown editor for <em>web developers</em>.</p>
<h3>
<a id="syntax" class="anchor" href="#syntax" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Syntax</h3>
<h4>
<a id="strong-and-emphasize" class="anchor" href="#strong-and-emphasize" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Strong and Emphasize</h4>
<p><strong>strong</strong> or <strong>strong</strong> ( Cmd + B )</p>
<p><em>emphasize</em> or <em>emphasize</em> ( Cmd + I )</p>
<p><strong>Sometimes I want a lot of text to be bold.
Like, seriously, a <em>LOT</em> of text</strong></p>
<h4>
<a id="blockquotes" class="anchor" href="#blockquotes" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Blockquotes</h4>
<blockquote>
<p>Right angle brackets > are used for block quotes.</p>
</blockquote>
<h4>
<a id="links-and-email" class="anchor" href="#links-and-email" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Links and Email</h4>
<p>An email <a href="mailto:[email protected]">[email protected]</a> link.</p>
<p>Simple inline link <a href="http://chenluois.com">http://chenluois.com</a>, another inline link <a href="http://smallerapp.com">Smaller</a>, one more inline link with title <a href="http://resizesafari.com" title="a Safari extension">Resize</a>.</p>
<p>A <a href="http://mouapp.com" title="Markdown editor on Mac OS X">reference style</a> link. Input id, then anywhere in the doc, define the link with corresponding id:</p>
<p>Titles ( or called tool tips ) in the links are optional.</p>
<h4>
<a id="images" class="anchor" href="#images" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Images</h4>
<p>An inline image <img src="http://smallerapp.com/favicon.ico" alt="Smaller icon" title="Title here">, title is optional.</p>
<p>A <img src="http://resizesafari.com/favicon.ico" alt="Resize icon" title="Title"> reference style image.</p>
<h4>
<a id="inline-code-and-block-code" class="anchor" href="#inline-code-and-block-code" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Inline code and Block code</h4>
<p>Inline code are surround by <code>backtick</code> key. To create a block code:</p>
<pre><code>Indent each line by at least 1 tab, or 4 spaces.
var Mou = exactlyTheAppIwant;
</code></pre>
<h4>
<a id="ordered-lists" class="anchor" href="#ordered-lists" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Ordered Lists</h4>
<p>Ordered lists are created using "1." + Space:</p>
<ol>
<li>Ordered list item</li>
<li>Ordered list item</li>
<li>Ordered list item</li>
</ol>
<h4>
<a id="unordered-lists" class="anchor" href="#unordered-lists" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Unordered Lists</h4>
<p>Unordered list are created using "*" + Space:</p>
<ul>
<li>Unordered list item</li>
<li>Unordered list item</li>
<li>Unordered list item </li>
</ul>
<p>Or using "-" + Space:</p>
<ul>
<li>Unordered list item</li>
<li>Unordered list item</li>
<li>Unordered list item</li>
</ul>
<h4>
<a id="hard-linebreak" class="anchor" href="#hard-linebreak" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Hard Linebreak</h4>
<p>End a line with two or more spaces will create a hard linebreak, called <code><br /></code> in HTML. ( Control + Return )<br>
Above line ended with 2 spaces.</p>
<h4>
<a id="horizontal-rules" class="anchor" href="#horizontal-rules" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Horizontal Rules</h4>
<p>Three or more asterisks or dashes:</p>
<hr>
<hr>
<hr>
<h4>
<a id="headers" class="anchor" href="#headers" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Headers</h4>
<p>Setext-style:</p>
<h1>
<a id="this-is-h1" class="anchor" href="#this-is-h1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is H1</h1>
<h2>
<a id="this-is-h2" class="anchor" href="#this-is-h2" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is H2</h2>
<p>atx-style:</p>
<h1>
<a id="this-is-h1-1" class="anchor" href="#this-is-h1-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is H1</h1>
<h2>
<a id="this-is-h2-1" class="anchor" href="#this-is-h2-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is H2</h2>
<h3>
<a id="this-is-h3" class="anchor" href="#this-is-h3" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is H3</h3>
<h4>
<a id="this-is-h4" class="anchor" href="#this-is-h4" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is H4</h4>
<h5>
<a id="this-is-h5" class="anchor" href="#this-is-h5" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is H5</h5>
<h6>
<a id="this-is-h6" class="anchor" href="#this-is-h6" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is H6</h6>
<h3>
<a id="extra-syntax" class="anchor" href="#extra-syntax" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Extra Syntax</h3>
<h4>
<a id="footnotes" class="anchor" href="#footnotes" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Footnotes</h4>
<p>Footnotes work mostly like reference-style links. A footnote is made of two things: a marker in the text that will become a superscript number; a footnote definition that will be placed in a list of footnotes at the end of the document. A footnote looks like this:</p>
<p>That's some text with a footnote.[^1]</p>
<p>[^1]: And that's the footnote.</p>
<h4>
<a id="strikethrough" class="anchor" href="#strikethrough" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Strikethrough</h4>
<p>Wrap with 2 tilde characters:</p>
<p><del>Strikethrough</del></p>
<h4>
<a id="fenced-code-blocks" class="anchor" href="#fenced-code-blocks" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Fenced Code Blocks</h4>
<p>Start with a line containing 3 or more backticks, and ends with the first line with the same number of backticks:</p>
<pre><code>Fenced code blocks are like Stardard Markdown’s regular code
blocks, except that they’re not indented and instead rely on
a start and end fence lines to delimit the code block.
</code></pre>
<h4>
<a id="tables" class="anchor" href="#tables" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Tables</h4>
<p>A simple table looks like this:</p>
<table>
<thead>
<tr>
<th>First Header</th>
<th>Second Header</th>
<th>Third Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content Cell</td>
<td>Content Cell</td>
<td>Content Cell</td>
</tr>
<tr>
<td>Content Cell</td>
<td>Content Cell</td>
<td>Content Cell</td>
</tr>
</tbody>
</table>
<p>If you wish, you can add a leading and tailing pipe to each line of the table:</p>
<table>
<thead>
<tr>
<th>First Header</th>
<th>Second Header</th>
<th>Third Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content Cell</td>
<td>Content Cell</td>
<td>Content Cell</td>
</tr>
<tr>
<td>Content Cell</td>
<td>Content Cell</td>
<td>Content Cell</td>
</tr>
</tbody>
</table>
<p>Specify alignement for each column by adding colons to separator lines:</p>
<table>
<thead>
<tr>
<th align="left">First Header</th>
<th align="center">Second Header</th>
<th align="right">Third Header</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">Left</td>
<td align="center">Center</td>
<td align="right">Right</td>
</tr>
<tr>
<td align="left">Left</td>
<td align="center">Center</td>
<td align="right">Right</td>
</tr>
</tbody>
</table>
<h3>
<a id="shortcuts" class="anchor" href="#shortcuts" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Shortcuts</h3>
<h4>
<a id="view" class="anchor" href="#view" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>View</h4>
<ul>
<li>Toggle live preview: Shift + Cmd + I</li>
<li>Toggle Words Counter: Shift + Cmd + W</li>
<li>Toggle Transparent: Shift + Cmd + T</li>
<li>Toggle Floating: Shift + Cmd + F</li>
<li>Left/Right = 1/1: Cmd + 0</li>
<li>Left/Right = 3/1: Cmd + +</li>
<li>Left/Right = 1/3: Cmd + -</li>
<li>Toggle Writing orientation: Cmd + L</li>
<li>Toggle fullscreen: Control + Cmd + F</li>
</ul>
<h4>
<a id="actions" class="anchor" href="#actions" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Actions</h4>
<ul>
<li>Copy HTML: Option + Cmd + C</li>
<li>Strong: Select text, Cmd + B</li>
<li>Emphasize: Select text, Cmd + I</li>
<li>Inline Code: Select text, Cmd + K</li>
<li>Strikethrough: Select text, Cmd + U</li>
<li>Link: Select text, Control + Shift + L</li>
<li>Image: Select text, Control + Shift + I</li>
<li>Select Word: Control + Option + W</li>
<li>Select Line: Shift + Cmd + L</li>
<li>Select All: Cmd + A</li>
<li>Deselect All: Cmd + D</li>
<li>Convert to Uppercase: Select text, Control + U</li>
<li>Convert to Lowercase: Select text, Control + Shift + U</li>
<li>Convert to Titlecase: Select text, Control + Option + U</li>
<li>Convert to List: Select lines, Control + L</li>
<li>Convert to Blockquote: Select lines, Control + Q</li>
<li>Convert to H1: Cmd + 1</li>
<li>Convert to H2: Cmd + 2</li>
<li>Convert to H3: Cmd + 3</li>
<li>Convert to H4: Cmd + 4</li>
<li>Convert to H5: Cmd + 5</li>
<li>Convert to H6: Cmd + 6</li>
<li>Convert Spaces to Tabs: Control + [</li>
<li>Convert Tabs to Spaces: Control + ]</li>
<li>Insert Current Date: Control + Shift + 1</li>
<li>Insert Current Time: Control + Shift + 2</li>
<li>Insert entity <: Control + Shift + ,</li>
<li>Insert entity >: Control + Shift + .</li>
<li>Insert entity &: Control + Shift + 7</li>
<li>Insert entity Space: Control + Shift + Space</li>
<li>Insert Scriptogr.am Header: Control + Shift + G</li>
<li>Shift Line Left: Select lines, Cmd + [</li>
<li>Shift Line Right: Select lines, Cmd + ]</li>
<li>New Line: Cmd + Return</li>
<li>Comment: Cmd + /</li>
<li>Hard Linebreak: Control + Return</li>
</ul>
<h4>
<a id="edit" class="anchor" href="#edit" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Edit</h4>
<ul>
<li>Auto complete current word: Esc</li>
<li>Find: Cmd + F</li>
<li>Close find bar: Esc</li>
</ul>
<h4>
<a id="post" class="anchor" href="#post" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Post</h4>
<ul>
<li>Post on Scriptogr.am: Control + Shift + S</li>
<li>Post on Tumblr: Control + Shift + T</li>
</ul>
<h4>
<a id="export" class="anchor" href="#export" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Export</h4>
<ul>
<li>Export HTML: Option + Cmd + E</li>
<li>Export PDF: Option + Cmd + P</li>
</ul>
<h3>
<a id="and-more" class="anchor" href="#and-more" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>And more?</h3>
<p>Don't forget to check Preferences, lots of useful options are there.</p>
<p>Follow <a href="http://twitter.com/chenluois">@chenluois</a> on Twitter for the latest news.</p>
<p>For feedback, use the menu <code>Help</code> - <code>Send Feedback</code></p>
<div>
<div></div>
<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="1" data-title="saiyagg.github.io" data-url="https://saiyagg.github.io"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"saoyagg"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
</div>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>