How to Use the MOU Editor-source code

Source: Internet
Author: User

# How to Use the MOU Editor
[This is a network picture, Mou logo] (http://25.io/mou/Mou_128.png)

! [This is a network picture, Mou logo] (http://25.io/mou/Mou_128.png)

# OVERVIEW
** MOU **, a long-overdue markdown editor for * Web developers.


### Syntax rules

#### Emphasis and emphasis
** Emphasis **, or _ emphasis __, (shortcut: cmd + B)

* Emphasize *, or _ emphasize _, (shortcut: cmd + I)

** Sometimes you want to make a lot of text in bold.
In particular, I want to make the _ "several texts" _ different. **

Why is it different from the document.

** Sometimes I want a lot of text to be bold.
Like, seriously, A _ lot _ of text **

#### Reference text
> Use brackets & gt; to reference text.

> Peach blossom still smiles when people do not know where to go. Heheh

#### Connection and email
Email address <[email protected]> link.

Simple inline link

Another inline link [Google] (http: // 209.116.186.217 ),

Another kind of inline link with title [Google] (http: // 209.116.186.217 "what to fill in here, it seems that you can write anything at will ")

[Reference style] [ID] link. Enter an ID anywhere in the document and define the link with the corresponding ID:

[ID]: http: // 209.116.186.217 "Google IP Address"
Titles in the link is optional.

#### Image
An inline image display! [Small icon] (http://25.io/smaller/favicon.ico "title here ")

One! [Reference small icons] [2] display of referenced style icons.
[2]: http://resizesafari.com/favicon.ico "a title is displayed on the mouse over the picture"


#### Inline code and block code
Inlince code is surrounded by the 'symbol.

Block Code:

Each line is Indented by at least one tab or four spaces.
For (INT I = 0; I <10; I ++ ){
Nslog (@ "Hello world .");
}

#### Ordered directory
Create an ordered directory with "1." + space:

1. Ordered directory 1
2. Ordered directory 2
3. Ordered directory 3

#### Unordered Directories
Use "*" + space to create an unordered directory:

* Unordered directory 1
* Unordered directory 2
* Unordered directory 3

Or use "-" + space to create:

-Unordered directory 1
-Unordered directory 2
-Unordered directory 3

#### Line feed
A hard linebreak can be created with two or more space keys at the end of a row.
Use 'br/'in HTML (shortcut: Ctrl + return)
The above row ends with two space bars.

#### Horizontal rules

Three or more asterisks or dashes

***

---

----

#### Title
Method 1:
This is Title 1
===
This is Title 2
---
Method 2:
# Title 1
# Title 2
### Title 3
#### Title 4
##### Title 5
###### Title 6


### Other rules

#### Footer

The footer is a bit like a reference style link. A footer consists of two parts: a target tag value and a content placed at the bottom of the text. A footer looks like this:

Text footer. [^ 1]

[^ 1]: content of footer 1. Heheh

#### Strikethrough

Wrapped by two Tilde:

~~ Strikethrough. Hahaha ~~

#### Code box
Start with three or more backticks (the key below ESC: ') and end with the number of backticks of the other side:

'''
The code box is the same as the standard markdown regular code blocks. Except for no indentation, the code block is restricted by the reverse quotation marks at the end of the start.

-(Void) viewdidload
{
[Super viewdidload];
// Do any additional setup after loading the view.
}
'''

#### Table
A simple table is like this:

Title 1 | Title 2 | Title 3
----- | -----
Content | content
Content | content

If you like it, you can add leading and tailing pipe to the leftmost and rightmost of each line:

| Title 1 | Title 2 | Title 3 |
| ----- |
| Content |
| Content |

The alignment format of each column is determined by colons:

Title 1 | Title 2 | Title 3
: ----- |: -----: | -----:
Left | medium | right
Left | medium | right

### Shortcut keys
#### View
* Disable preview: Shift + cmd + I
* Disable word statistics: Shift + cmd + W
* Disable transparency: Shift + cmd + T
* Close the pin: Shift + cmd + F
* Ratio: cmd + 0
* Ratio: cmd ++
* Ratio: cmd +-
* Disable rotation direction: cmd + L
* Disable full screen: Ctrl + cmd + F

#### Action
* Copy HTML: Option + cmd + c
* Emphasis: select the text, CMD + B
* Emphasis: selected text, CMD + I
* Inline code: selected text, CMD + k
* Strikethrough: select the text, CMD + u
* Link: select the text, CTRL + Shift + L
* Image: select text, CTRL + Shift + I
* Select a word: Ctrl + Option + W
* Select a row: Shift + cmd + L
* Select ALL: cmd +
* Delete All: cmd + d
* Convert to uppercase: select text, CTRL + u
* Convert to lowercase: select the text, Shift + Ctrl + u
* First Letter: select the text, option + Ctrl + u
* Convert to list: Select rows, CTRL + L
* Convert to reference: select a row, CTRL + q
* Convert to Title 1: cmd + 1
* Convert to Title 2: cmd + 2
* Convert to Title 3: cmd + 3
* Convert space to tab: Ctrl + [
* Tab to space: Ctrl +]
* Insert the current date: Ctrl + Shift + 1
* Insert current time: Ctrl + Shift + 2
* Insert an object <: Ctrl + Shift +,
* Insert Object>: Ctrl + Shift +.
* Insert an object &: Ctrl + Shift + 7
* Insert entity space: Ctrl + Shift + Space
* Insert scriptogr. Am title: Ctrl + Shift + G
* Move rows left: Select rows, CMD + [
* Move the row right: select a row, CMD +]
* Note: cmd +/
* New Line: cmd + return
* Line feed: Ctrl + return

#### Edit
* Automatic Word prompt: ESC
* Search: cmd + F
* Close search: ESC

#### Send
* Send To scriptogr. AM: Ctrl + Shift + S
* Send to Tumblr: Ctrl + Shift + T

#### Import
* Import HTML: Option + cmd + E
* Import PDF: Option + cmd + P

#### Want more?
View prefereces to find more useful options.

Follow [MOU] (http://twitter.com/mou) Twitter, follow the latest news.

Use 'help'-'send feedback' in the navigation bar for feedback '.

#### * Finally finish reading the document *.

 

How to Use the MOU Editor-source code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.