diff --git a/doc/Text_editor.md b/doc/Text_editor.md index 3e38ca5f1e..07e1fa929e 100644 --- a/doc/Text_editor.md +++ b/doc/Text_editor.md @@ -11,71 +11,85 @@ Creating posts 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: +One click on the Pencil & Paper icon in the top right of your Home or Network page, or the "Share" text box, and the post editor shows up. +Below are examples of the post editor in 3 of Friendica's common themes:
-default editor -
Default post editor, with default Friendica theme (duepuntozero)
+frio editor +
Post editor, with the Frio (popular default) theme.
+
+

+
+vier editor +
Post editor, with the Vier theme.
+
+

+
+duepuntozero editor +
Post editor, with the Duepuntozero theme.
-Post title is optional, you can set it clicking on "Set title". +Post title is optional, you can set it by clicking on "Set title". -Posts can optionally be in one or more categories. Write categories name separated by a comma to file your new post. +Posts can optionally be in one or more categories. Write category names separated by a comma to file your new post. The Big Empty Textarea is where you write your new post. -You can simply enter your text there and click "Share" button, and your new post will be public on your profile page and shared to your contact. +You can simply enter your text there and click the "Share" button, and your new post will be public on your profile page and shared to your contact. If plain text is not so exciting to you, Friendica understands BBCode to spice up your posts: bold, italic, images, links, lists.. 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: +The icons under the text area are there to help you to write posts quickly, but vary depending on the theme: -editor Upload a picture from your computer. The image will be uploaded and correct bbcode tag will be added to your post.* +With the Frio theme, the Underline, Italics and Bold buttons should be self-explanatory. + +editor Upload a picture from your computer. The image will be uploaded and correct bbcode tag will be added to your post.* In the Frio theme, use the Browser tab instead to Upload and/or attach content to your post.

-paper_clip Add files from your computer. Same as picture, but for generic attachment to the post.* +paper_clip This depends on the theme: For Frio, this is to attach remote content - put in a URL to embed in your post, including video or audio content. For other themes: Add files from your computer. Same as picture, but for generic attachment to the post.*

-chain 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. +chain Add a web address (url). Enter a URL and Friendica will add to your post a link to the url and an excerpt from the web site, if possible.

-video 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.* +video 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. (In the Frio theme, this is done with the paperclip as mentioned above.) 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.*

-mic 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. +mic 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.

-globe 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. +globe Or location 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. +

+
+

-* how to [upload](help/FAQ#upload) files - -Those icons can change with themes. Some examples: +These icons can change depending on the theme. Some examples: - + + + + + + - + - - - - -
Darkbubble: Vier: vier.png 
Smoothly: darkbubble.png(inkl. smoothly, testbubble) 
Frost: frost.png  
Vier: vier.png(inkl. dispy)
-

 

+* how to [upload](help/FAQ#upload) files

 

-**lock icon The lock** +**lock icon The Lock / Permissions** -The last button, the Lock, is the most important feature in Friendica. If the lock is open, your post will be public, and will shows up on your profile page when strangers visit it. +In Frio, the Permissions tab, or in other themes, the Lock button, is the most important feature in Friendica. If the lock is open, your post will be public, and will show up on your profile page when strangers visit it. Click on it and the *Permission settings* window (aka "*Access Control Selector*" or "*ACL Selector*") pops up. There you can select who can see the post. @@ -95,4 +109,4 @@ 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) \ No newline at end of file +See also [Group and Privacy](help/Groups-and-Privacy) diff --git a/doc/img/friendica_editor.png b/doc/img/editor_dpzero.png similarity index 100% rename from doc/img/friendica_editor.png rename to doc/img/editor_dpzero.png diff --git a/doc/img/editor_frio.png b/doc/img/editor_frio.png index cb5ad0bcc6..d37081b833 100644 Binary files a/doc/img/editor_frio.png and b/doc/img/editor_frio.png differ diff --git a/doc/img/editor_vier.png b/doc/img/editor_vier.png index 217f67ac6f..5278b0ff12 100644 Binary files a/doc/img/editor_vier.png and b/doc/img/editor_vier.png differ diff --git a/doc/img/frio_location.png b/doc/img/frio_location.png new file mode 100644 index 0000000000..8850c80089 Binary files /dev/null and b/doc/img/frio_location.png differ diff --git a/doc/img/vier_icons.png b/doc/img/vier_icons.png new file mode 100644 index 0000000000..4dc8ae03f9 Binary files /dev/null and b/doc/img/vier_icons.png differ