]> git.mxchange.org Git - friendica.git/blobdiff - doc/Text_editor.md
Move Photo module, update Photo model
[friendica.git] / doc / Text_editor.md
index aff0ce603b4e481b734cbac300eccfbd359f5fb1..3e38ca5f1e82903c659df0e77aaa8ff67e56f901 100644 (file)
@@ -1,7 +1,7 @@
-<style> 
+<style>
 figure { border: 4px #eeeeee solid; }
 figure img { padding: 2px; }
-figure figcaption { background: #eeeeee; color: #444444; padding: 2px; font-style: italic;} 
+figure figcaption { background: #eeeeee; color: #444444; padding: 2px; font-style: italic;}
 </style>
 
 Creating posts
@@ -9,7 +9,7 @@ Creating posts
 
 * [Home](help)
 
-Here you can find an overview of the different ways to create and edit your post. 
+Here you can find an overview of the different ways to create and edit your post.
 
 One click on "Share" text box on top of your Home or Network page, and the post editor shows up:
 
@@ -30,24 +30,27 @@ See [BBCode tags reference](help/BBCode) page to see all what you can do.
 
 The icons under the text area are there to help you to write posts quickly:
 
-<img src="doc/img/camera.png" width="32" height="32" alt="editor" align="left" style="padding-bottom: 20px;"> Upload a picture from your computer. The image will be uploaded and correct bbcode tag will be added to your post.
+<img src="doc/img/camera.png" width="32" height="32" alt="editor" align="left" style="padding-bottom: 20px;"> Upload a picture from your computer. The image will be uploaded and correct bbcode tag will be added to your post.*
 <p style="clear:both;"></p>
 
-<img src="doc/img/paper_clip.png" width="32" height="32" alt="paper_clip" align="left"> Add files from your computer. Same as picture, but for generic attachment to the post.
+<img src="doc/img/paper_clip.png" width="32" height="32" alt="paper_clip" align="left"> Add files from your computer. Same as picture, but for generic attachment to the post.*
 <p style="clear:both;"></p>
 
-<img src="doc/img/chain.png" width="32" height="32" alt="chain" align="left"> Add a web address (url). Enter an url and Friendica will add to your post a link to the url and an excerpt from the web site, if possible
+<img src="doc/img/chain.png" width="32" height="32" alt="chain" align="left"> Add a web address (url). Enter an url and Friendica will add to your post a link to the url and an excerpt from the web site, if possible.
 <p style="clear:both;"></p>
 
-<img src="doc/img/video.png" width="32" height="32" alt="video" align="left"> Add a video. Enter the url to a video (ogg) or to a video page on youtube or vimeo, and it will be embedded in your post
+<img src="doc/img/video.png" width="32" height="32" alt="video" align="left"> Add a video. Enter the url to a video (ogg) or to a video page on youtube or vimeo, and it will be embedded in your post with a preview. Friendica is using [HTML5](http://en.wikipedia.org/wiki/HTML5_video) for embedding content. Therefore, the supported files are depending on your browser and operating system (OS). Some filetypes are WebM, MP4 and OGG.*
 <p style="clear:both;"></p>
 
-<img src="doc/img/mic.png" width="32" height="32" alt="mic" align="left"> Add an audio. Same as video, but for audio
+<img src="doc/img/mic.png" width="32" height="32" alt="mic" align="left" style="padding-bottom: 20px;"> Add an audio. Same as video, but for audio. Depending on your browser and operation system MP3, OGG and AAC are supported. Additionally, you are able to add URLs from audiohosters like Soundcloud.
+
 <p style="clear:both;"></p>
 
 <img src="doc/img/globe.png" width="32" height="32" alt="globe" align="left"> Set your geographic location. This location will be added into a Google Maps search. That's why a note like "New York" or "10004" is already enough.
 <p style="clear:both;"></p>
 
+<i>* how to [upload](help/FAQ#upload) files</i>
+
 Those icons can change with themes. Some examples:
 
 <table>
@@ -85,26 +88,11 @@ Click on "show" under contact name to hide the post to everyone but selected.
 
 Click on "Visible to everybody" to make the post public again.
 
-If you have defined some groups, you can check "show" for groups also. All contact in that group will see the post. 
+If you have defined some groups, you can check "show" for groups also. All contact in that group will see the post.
 If you want to hide the post to one contact of a group selected for "show", click "don't show" under contact name.
 
 Click again on "show" or "don't show" to switch it off.
 
 You can search for contacts or groups with the search box.
 
-See also [Group and Privacy](help/Groups-and-Privacy)
-
-
-
-WYSIAWYG (What You See Is About What You Get)
---------------------------------------------------
-
-Friendica can use TinyMCE as rich text editor. This way you can write beatifull post without the need to know [BBCode](help/BBCode).
-
-By default, rich editor is disabled. You can enable it from Settings -> [Aditional features](settings/features) page, turn on Richtext Editor and click "Submit".
-
-<figure>
-<img src="doc/img/friendica_rich_editor.png" alt="default editor">
-<figcaption>Rich editor, with default Friendica theme (duepuntozero)</figcaption>
-</figure>
-
+See also [Group and Privacy](help/Groups-and-Privacy)
\ No newline at end of file