Diaspora/Website
-
That is all there is to be said about conversations. You have almost got through the tutorial! It’s time to read the last part!
That is all there is to be said about conversations. You have almost got through the tutorial! It’s time to read the last part!
-
We have now covered most of the main features on diaspora*. The last part of this tutorial series deals with the last few bits and pieces you’ll need to know about.
We have now covered most of the main features on diaspora*. The last part of this tutorial series deals with the last few bits and pieces you’ll need to know about.
-
Connecting your diaspora* seed to other services
Connecting your diaspora* seed to other services
-
Before starting this, make sure you have your account information for that service to hand, because you might need it to authorise your connection with that other service in order for it to work.
Before starting this, make sure you have your account information for that service to hand, because you might need it to authorise your connection with that other service in order for it to work.
-
The final thing we need to look at to get you started is the user settings page. To reach it, get to you user menu and, from the drop-down menu, choose <span class="click">Settings</span>. Here you will find an overview of account options.
The final thing we need to look at to get you started is the user settings page. To reach it, get to you user menu and, from the drop-down menu, choose
<span class="click">
Settings</span>
. Here you will find an overview of account options. -
On diaspora* it’s possible to format your text in status messages, comments and conversations using a simplified mark-up system called Markdown. This page gives an introduction to the codes used to create this formatting.
On diaspora* it’s possible to format your text in status messages, comments and conversations using a simplified mark-up system called Markdown. This page gives an introduction to the codes used to create this formatting.
-
The first thing to note is that you must use two line breaks between paragraphs (except items in a list), otherwise the paragraps will run together. If you really want just one line break between two paragraphs, add two spaces at the end of the first paragraph.
The first thing to note is that you must use two line breaks between paragraphs (except items in a list), otherwise the paragraps will run together. If you really want just one line break between two paragraphs, add two spaces at the end of the first paragraph.
-
This is where the <span class="click">Preview</span> button comes in really handy. Try some formatting, preview it, work out what isn’t right, fix it, and preview again, until you’re happy!
This is where the
<span class="click">
Preview</span>
button comes in really handy. Try some formatting, preview it, work out what isn’t right, fix it, and preview again, until you’re happy! -
In the examples below, you can copy the text in the grey areas and paste it into the publisher in diaspora* and use the <span class="click">Preview</span> button to try out some formatting.
In the examples below, you can copy the text in the grey areas and paste it into the publisher in diaspora* and use the
<span class="click">
Preview</span>
button to try out some formatting. -
An extremely large header
An extremely large header
-
Half as big as the one above
Half as big as the one above
-
Twice the size of normal text
Twice the size of normal text
-
Make sure to leave a space between the hashes and your text, to avoid creating a #tag instead of a heading. The heading ends once you hit enter to proceed to the next line.
Make sure to leave a space between the hashes and your text, to avoid creating a #tag instead of a heading. The heading ends once you hit enter to proceed to the next line.
-
To create an bulleted list, place either *, + or - in front of each line you want as part of the list.
To create an bulleted list, place either *, + or - in front of each line you want as part of the list.
-
It’s also possible to make numbered lists by placing “1.”, “2.”, etc. in front of the list items. To create a numbered list, the numbers must have periods/full stops after them.
It’s also possible to make numbered lists by placing “1.”, “2.”, etc. in front of the list items. To create a numbered list, the numbers must have periods/full stops after them.
-
Again, make sure to leave a space between the “bullet” character and the text on each line, and to leave a line space between the list and any preceding/following text, otherwise it will not work.
Again, make sure to leave a space between the “bullet” character and the text on each line, and to leave a line space between the list and any preceding/following text, otherwise it will not work.
-
This is how to create a bulleted list:
This is how to create a bulleted list:
-
This will become another bulleted list:
This will become another bulleted list:
-
And this will be a numbered list:
And this will be a numbered list:
-
If you are a developer you may be interested in code blocks. To create a code block, start your text/code with four backticks ( ` ` ` ` ). To return to normal text, close the code block with another four.
If you are a developer you may be interested in code blocks. To create a code block, start your text/code with four backticks ( ` ` ` ` ). To return to normal text, close the code block with another four.