diff --git a/doc/Accesskeys.md b/doc/Accesskeys.md
index 4f16ba2536..24b4dd4e7d 100644
--- a/doc/Accesskeys.md
+++ b/doc/Accesskeys.md
@@ -1,6 +1,8 @@
 Accesskeys in Friendica
 =======================
 
+* [Home](help)
+
 General
 -------
 * p: profile
diff --git a/doc/Home.md b/doc/Home.md
index 437486e028..b4b389921a 100644
--- a/doc/Home.md
+++ b/doc/Home.md
@@ -20,7 +20,6 @@ Friendica Documentation and Resources
 	* [Community Forums](help/Forums)
 	* [Chats](help/Chats)
 * Further information
-	* [Improve Performance](help/Improve-Performance)
 	* [Move your account](help/Move-Account)
 	* [Delete your account](help/Remove-Account)
 	* [Frequently asked questions (FAQ)](help/FAQ)
@@ -33,6 +32,7 @@ Friendica Documentation and Resources
 * [Install an ejabberd server (XMPP chat) with synchronized credentials](help/install-ejabberd)
 * [Using SSL with Friendica](help/SSL)
 * [Config values that can only be set in .htconfig.php](help/htconfig)
+* [Improve Performance](help/Improve-Performance)
 
 **Developer Manual**
 
diff --git a/doc/Protocol.md b/doc/Protocol.md
index 86ed027d61..85fe09a5f1 100644
--- a/doc/Protocol.md
+++ b/doc/Protocol.md
@@ -1,6 +1,8 @@
 Used Protocols
 ===============
 
+* [Home](help)
+
 Friendicas DFRN Protocol
 ---
 
diff --git a/doc/Settings.md b/doc/Settings.md
index 06ef85c436..a154a30732 100644
--- a/doc/Settings.md
+++ b/doc/Settings.md
@@ -1,5 +1,7 @@
 # Settings
 
+* [Home](help)
+
 If you are the admin of a Friendica node, you have access to the so called **Admin Panel** where you can configure your Friendica node.
 
 On the front page of the admin panel you will see a summary of information about your node.
diff --git a/doc/api.md b/doc/api.md
index bf1507adba..b759b4697c 100644
--- a/doc/api.md
+++ b/doc/api.md
@@ -1,5 +1,8 @@
 Friendica API
 ===
+
+* [Home](help)
+
 The Friendica API aims to be compatible to the [GNU Social API](http://wiki.gnusocial.de/gnusocial:api) and the [Twitter API](https://dev.twitter.com/rest/public).
 
 Please refer to the linked documentation for further information.
diff --git a/doc/de/BBCode.md b/doc/de/BBCode.md
index 3927e5f18a..5dc8f3bb06 100644
--- a/doc/de/BBCode.md
+++ b/doc/de/BBCode.md
@@ -474,6 +474,10 @@ Du kannst Videos, Musikdateien und weitere Dinge in Beiträgen einbinden.
   <td>[vimeo]Vimeo video ID[/vimeo]</td>
   <td>Vimeo-Player im iframe einbinden.</td>
 </tr>
+<tr>
+  <td>[embed]URL[/embed]</td>
+  <td>OEmbed rich content einbetten.</td>
+</tr>
 <tr>
   <td>[iframe]URL[/iframe]</td>
   <td>General embed, iframe size is limited by the theme size for video players.</td>
diff --git a/doc/de/Home.md b/doc/de/Home.md
index 6023e3cdc4..e3017c0c60 100644
--- a/doc/de/Home.md
+++ b/doc/de/Home.md
@@ -20,7 +20,6 @@ Friendica - Dokumentation und Ressourcen
 	* [Community-Foren](help/Forums)
 	* [Chats](help/Chats)
 * Weiterführende Informationen
-	* [Performance verbessern](help/Improve-Performance)
 	* [Account umziehen](help/Move-Account)
 	* [Account löschen](help/Remove-Account)
 	* [Bugs und Probleme](help/Bugs-and-Issues)
@@ -35,6 +34,7 @@ Friendica - Dokumentation und Ressourcen
 * [Installation eines ejabberd Servers (XMPP-Chat) mit synchronisierten Anmeldedaten](help/install-ejabberd) (EN)
 * [Betreibe deine Seite mit einem SSL-Zertifikat](help/SSL)
 * [Konfigurationswerte, die nur in der .htconfig.php gesetzt werden können](help/htconfig) (EN)
+* [Performance verbessern](help/Improve-Performance)
 
 **Dokumentation für Entwickler**
 
diff --git a/doc/de/Settings.md b/doc/de/Settings.md
index 2b157e6d9e..2b7e89a52c 100644
--- a/doc/de/Settings.md
+++ b/doc/de/Settings.md
@@ -1,5 +1,7 @@
 # Settings
 
+* [Zur Startseite der Hilfe](help)
+
 Wenn du der Administrator einer Friendica Instanz bist, hast du Zugriff auf das so genannte **Admin Panel** in dem du die Friendica Instanz konfigurieren kannst,
 
 Auf der Startseite des Admin Panels werden die Informationen zu der Instanz zusammengefasst.
diff --git a/doc/de/Text_editor.md b/doc/de/Text_editor.md
index 0d9fbb5c74..33fc104dff 100644
--- a/doc/de/Text_editor.md
+++ b/doc/de/Text_editor.md
@@ -52,6 +52,8 @@ Cleanzero  <img src="doc/img/editor_zero.png" alt="cleanzero.png" style="padding
 
 Darkbubble  <img src="doc/img/editor_darkbubble.png" alt="darkbubble.png" style="padding-left: 14px; vertical-align:middle;"> <i>(inkl. smoothly, testbubble)</i>
 
+Frio  <img src="doc/img/editor_frio.png" alt="frio.png" style="padding-left: 44px; vertical-align:middle;">
+
 Frost  <img src="doc/img/editor_frost.png" alt="frost.png" style="padding-left: 42px; vertical-align:middle;"> 
 
 Vier  <img src="doc/img/editor_vier.png" alt="vier.png" style="padding-left: 44px; vertical-align:middle;"> <i>(inkl. dispy)</i>
diff --git a/doc/htconfig.md b/doc/htconfig.md
index dbdbf15033..577a4944cd 100644
--- a/doc/htconfig.md
+++ b/doc/htconfig.md
@@ -1,6 +1,8 @@
 Config values that can only be set in .htconfig.php
 ===================================================
 
+* [Home](help)
+
 There are some config values that haven't found their way into the administration page.
 This has several reasons.
 Maybe they are part of a current development that isn't considered stable and will be added later in the administration page when it is considered safe.
diff --git a/doc/img/editor_frio.png b/doc/img/editor_frio.png
new file mode 100644
index 0000000000..8428b34382
Binary files /dev/null and b/doc/img/editor_frio.png differ
diff --git a/doc/translations.md b/doc/translations.md
index 861e98440a..4a703f340c 100644
--- a/doc/translations.md
+++ b/doc/translations.md
@@ -1,6 +1,8 @@
 Friendica translations
 ======================
 
+* [Home](help)
+
 Translation Process
 -------------------
 
diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css
index 0dc3573beb..91b6219f17 100644
--- a/view/theme/frio/css/style.css
+++ b/view/theme/frio/css/style.css
@@ -2318,9 +2318,13 @@ section.help-content-wrapper h2 {
 section.help-content-wrapper h3 {
     font-size: 1.2em;
 }
+section.help-content-wrapper h4 {
+    font-size: 1em;
+}
 section.help-content-wrapper h1,
 section.help-content-wrapper h2,
 section.help-content-wrapper h3,
+section.help-content-wrapper h4,
 section.help-content-wrapper h5,
 section.help-content-wrapper h6 {
     margin-top: 24px;
@@ -2332,7 +2336,8 @@ section.help-content-wrapper p {
     margin: 0.4em 0;
 }
 section.help-content-wrapper p,
-section.help-content-wrapper a {
+section.help-content-wrapper a,
+section.help-content-wrapper li {
     line-height: 1.6;
     font-size: 0.96em;
 }