Lots of differents changes

This commit is contained in:
meaz 2018-05-27 09:29:09 +02:00
parent c34ccae7f7
commit 38afec4ff9
1 changed files with 59 additions and 48 deletions

View File

@ -7,79 +7,90 @@ taxonomy:
page-toc:
active: false
---
### Basic composing.
If you want to share something you klick on the share bar, and this is what you will see.
![Share](en/Share.png)
## Basic composing
If you want to share something, just click on the **share bar** ![Share](en/Share.png) that you can find on the top of the **your Channel page**, your **Activity/Network page** and on most of the **others channels pages** (except if not allowed).
This is what you will happen:
![Compising_composer](en/Composing_composer.gif)
The first thing you probably want to do is setting a **title**. It's not obligatory, so it's up to you if you want to set one or not. However, it is a good practise to set one as it makes your post more visible.
The same thing is for the **categories** part. Here you can add one or more categories, "tags", just separate each words/sentences you add by a comma. For example **How to, hubzilla**.
Here again, it's a good practise to use categories as it helps people to find your posts easier. Indeed, when there is a **Categories widget** on the channel that you visit, you can click on the category you're interested in so that if filters all the channel's posts that have been composed with this tag.
![Composing_categories](en/Composing_categories.png)
Now the first basic options you have when composing your post are **Bold, Italic, Underline, Quote and Code**.
So when composing you want for example to write some text in bold, you click on the bold button and put the text you want in between the **[b]** tags. Or you can write your text first, then select waht you want to change (for example select your text and click on **B** to set it bold).
![ShareExample](en/ShareExample.gif)
The fisrt thing you probably want to do is setting a title. It's not obligatory, so it's up to you if you want to set one or not.
The same thing is for the categories part. Here you can add one oor more categoies. Comma separated.
For example **How to, hubzilla** .
Now the first basic options you have when composing your post are Bold, Italic, Underline, Quote and Code.
![ShareExample](en/ShareExample.gif)
And here is the result
![ExamplePreview](en/ExamplePreview.png)
![ExamplePreview](en/ExamplePreview.png)
So when composing you want for example to write som text in bold, you klick on the bold button and put the text you want in between the **[b]** tags. And its the same thing for all the other options like you can see on the example above.
---
## Code button
This one needs some explanation.
If you have trouble with for example **bbcode**, and want to ask someone advise or maybe you want to give advise on how to write something, then you can the **code** button. It allows to show what you write in between **[code]my text[/code]** without it being rendered. Without this tag only the rendered version will be shown.
#### Code button
This one needs some explaiation.
If you have trouble with for example **bbcode**, and want to ask someone advise or maybe you want to give advise on how to write something, then you can best use the code tag if you want to show the code without it being rendered. Without this tag only the rendered version will be shown.
Here is an example
![CodeExample](en/CodeeExample.gif)
As you an see, you can add the type of code you're writing. For example here, it is php: **[code=php]**
---
### Adding something to the post
## Adding something to the post
With the next three buttons you can easely attach a file, insert a weblink or embed an image from your photo album.
With the next three buttons you can easily **attach a file** from your device, **insert a weblink** or **embed an image** from your photo album (the photo has to be in your folder before it can be added).
![AddButtons](en/AddButtons.png)
They are pretty self explanatory, so don't need further explaination.
Except of
!!! If you want to embed an image without having to upload it first on one of your albums you can use the attach button and select an image from your device.
They are pretty self explanatory, so don't need further explanation.
**Note**: If you want to embed an image without having to upload it first on one of your albums you can use the attach button and select an image from your device. If you're on a computer, you can also simply add your picture by dragging it direclty in your post.
---
### Options
## Options
You can find the options on the next group of buttons.
![OptionButtons](en/OptionButtons.png)
#### The options are:
* Set your location.
* Here you are able to share your location with others
* Set expiration date.
* It means that the post will autodestruct on date.
* Set publish date.
* If you want a post to be published in a future date.
* Encript text.
* This let's you encript text. Therefore you need to set a passphrase an make shure the ones that you want to share with, know the passphrase.
* Toggle voting.
* If you want others to vote for somtething. They will have those options ![voting](en/Voting.png)
* Disabling comments.
* If you don't want comments on your post.
### The options are:
* **Set your location**: you are able to share your location with others. A popup opens asking you to set the location you want, so it's not using geolocalization ![compsing_location](en/Composing_location.png)
* **Set expiration date**: the post will autodestruct on the date set.
* **Set publish date**: the post will be published in a future date.
* **Encrypt text**: this let's you encrypt text. Therefore you need to set a passphrase and make sure the ones that you want to share with know the passphrase.
* **Toggle voting**: If you want others to vote for something. They will have those options ![voting](en/Voting.png) on your post when clicking on this icon.
* **Disabling comments**: if you don't want comments on your post.
---
### Before sharing
## Before sharing
Before click on the share button you want to check the permissions and the preview of that post.
The options are next tot the share button.
![BeforeSharing](en/BeforeSharing.png)
Before clicking on the **Share** button you may want to check the permissions and preview you post. These option are next to the **Share** button.
![BeforeSharing](en/BeforeSharing.png)
#### The options are:
* preview.
* Let's you see a preview
* Permission settings.
* Here you choose with who you share the post. Public, to a group, more groups, or only one Contact. You can also set it that the Connection or group is not allowed to view the post.
For more information it's reccommended to visit [the permissions](../../permissions) chapter.
### These options are:
* **Preview**: let you see a preview of your post. This preview appears just under your actual post.
* **Permission settings**: Here you choose with whom you share the post. Most of the time, you won't even click on that button as it is automatically set according to your channel role. However, you change who can see your post: to the public, to a group, more groups, or only one connnction. You can also set it that one or several connections or groups are not allowed to view the post. YOU CAN'T CHANGE IT ONCE POSTED!
For more information it's reccommended to visit [the permissions](../../permissions) section.
---
---
### Markup languages
## Markup languages
You can use BBcode or Markdown when composing a post or in a comment. You can also combine the codes.
Here is an example.
You can use BBcode or markup when composing a post or in a comment. You can also combine the codes.
Here is an example.
![MarkupExample](en/MarkupExample.png)
![MarkupExample](en/MarkupExample.png)
If you want to know more about bbcode you can visit the [Hubzilla help page](https://hub.disroot.org/help/en/member/bbcode).
If you want to know more about bbcode you can visit the [Hubzilla help page](https://hub.disroot.org/help/en/member/bbcode).
---
## Who can see my posts and where?
Well, it depends on a few things: your channel role, the permission settings of the post, the permissions you set for your connections, etc.
Depending of these permissions:
- **Public** may see your posts in the **Public stream** or by visiting **your channel**.
- **Connections** may also see your posts in their **Network stream**.
---