Skip to content

Commit 2eb3078

Browse files
authored
Merge pull request #687 from SISheogorath/refactor/contact
Remove/update contact details
2 parents 38a46c8 + dc10ec6 commit 2eb3078

6 files changed

Lines changed: 17 additions & 14 deletions

File tree

locales/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"Refresh": "Neu laden",
6363
"Contacts": "Kontakte",
6464
"Report an issue": "Fehlerbericht senden",
65+
"Meet us on Gitter": "Triff uns auf Gitter",
6566
"Send us email": "Kontakt",
6667
"Documents": "Dokumente",
6768
"Features": "Funktionen",

locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"Refresh": "Refresh",
6363
"Contacts": "Contacts",
6464
"Report an issue": "Report an issue",
65+
"Meet us on Gitter": "Meet us on Gitter",
6566
"Send us email": "Send us email",
6667
"Documents": "Documents",
6768
"Features": "Features",

locales/zh-CN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"Refresh": "重新整理",
6161
"Contacts": "联络方式",
6262
"Report an issue": "报告问题",
63+
"Meet us on Gitter": "在 Gitter 上联系我们",
6364
"Send us email": "寄信给我们",
6465
"Documents": "文件",
6566
"Features": "功能简介",
@@ -101,4 +102,4 @@
101102
"OR": "或是",
102103
"Export to Snippet": "导出到 Snippet",
103104
"Select Visibility Level": "选择可见层级"
104-
}
105+
}

locales/zh-TW.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"Refresh": "重新整理",
6161
"Contacts": "聯絡方式",
6262
"Report an issue": "回報問題",
63+
"Meet us on Gitter": "透過 Gitter 聯絡我們",
6364
"Send us email": "寄信給我們",
6465
"Documents": "文件",
6566
"Features": "功能簡介",
@@ -101,4 +102,4 @@
101102
"OR": "或是",
102103
"Export to Snippet": "匯出到 Snippet",
103104
"Select Visibility Level": "選擇可見層級"
104-
}
105+
}

public/docs/features.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ Features
33

44
Introduction
55
===
6-
<i class="fa fa-file-text"></i> **HackMD** is a realtime, multiplatform collaborative markdown note editor.
6+
<i class="fa fa-file-text"></i> **HackMD** is a realtime, multi-platform collaborative markdown note editor.
77
This means that you can write notes with other people on your **desktop**, **tablet** or even on the **phone**.
8-
You can sign-in via **Facebook**, **Twitter**, **GitHub**, or **Dropbox** in the [_homepage_](/).
8+
You can sign-in via multiple auth providers like **Facebook**, **Twitter**, **GitHub** and many more on the [_homepage_](/).
99

10-
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).
11-
Please report new issues in [GitHub](https://github.com/hackmdio/hackmd/issues/new).
12-
If you need instant help, please send us a [Facebook message](https://www.messenger.com/t/hackmdio).
10+
If you experience any _issues_, feel free to report it on [**GitHub**](https://github.com/hackmdio/hackmd/issues).
11+
Or meet us on [**Gitter**](https://gitter.im/hackmdio/hackmd) for dev-talk and interactive help.
1312
**Thank you very much!**
1413

1514
Workspace
@@ -137,7 +136,7 @@ alert(s);
137136
function $initHighlight(block, cls) {
138137
try {
139138
if (cls.search(/\bno\-highlight\b/) != -1)
140-
return process(block, true, 0x0F) +
139+
return process(block, true, 0x0F) +
141140
' class=""';
142141
} catch (e) {
143142
/* handle exception */
@@ -157,7 +156,7 @@ alert(s);
157156
function $initHighlight(block, cls) {
158157
try {
159158
if (cls.search(/\bno\-highlight\b/) != -1)
160-
return process(block, true, 0x0F) +
159+
return process(block, true, 0x0F) +
161160
' class=""';
162161
} catch (e) {
163162
/* handle exception */
@@ -259,7 +258,7 @@ cond(no)->op2
259258
digraph hierarchy {
260259
261260
nodesep=1.0 // increases the separation between nodes
262-
261+
263262
node [color=Red,fontname=Courier,shape=box] //All nodes will this shape and colour
264263
edge [color=Blue, style=dashed] //All the lines look like this
265264
@@ -386,7 +385,7 @@ Subscript: H~2~O
386385

387386
> Blockquotes can also be nested...
388387
>> ...by using additional greater-than signs right next to each other...
389-
> > > ...or with spaces between arrows.
388+
> > > ...or with spaces between arrows.
390389
391390

392391
### Lists

public/views/shared/help-modal.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<h3 class="panel-title"><%= __('Contacts') %></h3>
1616
</div>
1717
<div class="panel-body">
18-
<a href="https://github.com/hackmdio/hackmd/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
18+
<a href="https://github.com/hackmdio/hackmd/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
1919
<br>
20-
<a href="mailto:hackmdio@gmail.com"><i class="fa fa-envelope fa-fw"></i> <%= __('Send us email') %></a>
20+
<a href="https://gitter.im/hackmdio/hackmd" target="_blank"><i class="fa fa-comments fa-fw"></i> <%= __('Meet us on Gitter') %></a>
2121
</div>
2222
</div>
2323
<div class="panel panel-default">
@@ -144,4 +144,4 @@
144144
letter-spacing: 0.025em;
145145
line-height: 1.25;
146146
}
147-
</style>
147+
</style>

0 commit comments

Comments
 (0)