From c639ed94878b23ae7d2fa159931e0e4b4d2849ed Mon Sep 17 00:00:00 2001
From: Pablo Guerrero
Date: Fri, 9 Sep 2016 22:42:12 +0200
Subject: Update features.md
---
public/docs/features.md | 51 ++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 26 deletions(-)
(limited to 'public')
diff --git a/public/docs/features.md b/public/docs/features.md
index ed5d8397..e79bd7e2 100644
--- a/public/docs/features.md
+++ b/public/docs/features.md
@@ -4,11 +4,11 @@ Features
Introduction
===
**HackMD** is a realtime, multiplatform collaborative markdown note editor.
-This means that you can write notes with other people on your **desktop, tablet or even on the phone**.
-You can sign-in via **Facebook**, **Twitter**, **GitHub**, or **Dropbox** in the **[homepage](/)**.
+This means that you can write notes with other people on your **desktop**, **tablet** or even on the **phone**.
+You can sign-in via **Facebook**, **Twitter**, **GitHub**, or **Dropbox** in the [_homepage_](/).
-Note that this service is still in an early stage, and thus still has some [issues](https://github.com/hackmdio/hackmd/issues?q=is%3Aopen+is%3Aissue+label%3Abug) and might crash.
-Please report issues in [GitHub](https://github.com/hackmdio/hackmd/issues/new).
+Note that this service is still in an early stage, and thus still has some [_issues_](https://github.com/hackmdio/hackmd/issues?q=is%3Aopen+is%3Aissue+label%3Abug).
+Please report new issues in [GitHub](https://github.com/hackmdio/hackmd/issues/new).
If you need instant help, please send us a [Facebook message](https://www.facebook.com/messages/866415986748945).
**Thank you very much!**
@@ -26,50 +26,49 @@ Workspace
View: See only the result.
Edit: See only the editor.
-## Upload image
+## Upload Images:
You can simply press the camera button .
-Or **drag-n-drop** image in editor, even **paste** image works!
-It will automatically upload to **[imgur](http://imgur.com)**, nothing to worry :tada:
+Or **drag-n-drop** image in editor, even **pasting** images is possible!
+This will automatically upload the image to **[imgur](http://imgur.com)**, nothing to worry :tada:
![](https://i.imgur.com/9cgQVqD.png)
-## Share note
+## Share Notes:
If you want to share a **editable** note, just copy the url.
If you want to share a **read-only** note, simply press share button and copy the url.
-## Save
-Currently, you can save to **Dropbox** or save as **.md** to local.
+## Save:
+Currently, you can save to **Dropbox** or save an `.md` file locally.
-## Import
-Like save feature, you can also import **.md** from **Dropbox** .
-Or import from your **Clipboard** , and that can parse some **html** which might be useful :smiley:
+## Import:
+Similarly to the _save_ feature, you can also import an `.md` file from **Dropbox** ,
+or import content from your **clipboard** , and that can parse some **html** which might be useful :smiley:
-## Permission
-There is a little button on the top right of the view.
-You can change the permission via theres options.
-It might be one of below:
+## Permissions:
+It is possible to change the access permission to anote through a little button on the top right of the view.
+There are three possible options:
- Freely: Anyone can edit this note.
- Editable: Signed user can edit this note.
- Locked: Only owner can edit this note.
- Private: Only owner can view and edit this note.
+ **Freely**: Anyone can edit this note.
+ **Editable**: Signed user can edit this note.
+ **Locked**: Only owner can edit this note.
+ **Private**: Only owner can view and edit this note.
-**Only the owner of the note can change the permission**
+**Only the owner of the note can change the permission.**
-## Embed
+## Embed:
```xml
```
-## [Slide Mode](./slide-example)
+## [Slide Mode](./slide-example):
You can use some syntax to divide your note into slides.
Then use **Slide Mode** to made a presentation.
Visit above link for detail.
View
===
-## Table of content
+## Table of Contents:
You can look at bottom right place of the view area, there is a TOC button .
-Press that will show current table of content and will emphasis which your section on.
+Pressing that will show you a current Table of Contents, and will highlight which your section is.
Support up to **three header levels**.
## Permalink
--
cgit v1.2.3