
Hello everybody. Welcome back to Discovery-it!
In the first introductory guide we told you how to carry out Hive registration, how password management takes place, what is the Wallet and other fundamental concepts of our beautiful platform.
Today we are discovering how to write a post on Hive and what are the main codes that can be useful for formatting the text.
Let's start!
First, we need to consider that:
- Markdown is the language proposed by Hive.blog and Peakd.com, it is easy to learn, fluent and very intuitive. Unfortunately, however, it also has a disadvantage, namely that it is not complete, as some particular commands are not provided and must be implemented with another language;
- HTML is undoubtedly the most famous language for formatting and pagination of documents residing on the Web. It is 100% complete and allows you to perform many customizations of your work. In addition, HTML texts are easily exportable and usable in other Internet realities;
- Peakd.com allows us, through its editor, to write posts with great intuitiveness. In fact, it has a very user-friendly interface that even novice users will find easy to use.
The choice of one or the other method is very personal and over time we are sure that you will find the best combination according to your needs!
A generic post on Hive is composed of:
- Title: It is the fundamental part that describes the content of what we are going to talk about or show. Try to avoid too long or too short titles: the former do not catch the attention, the latter are not exhaustive;
- Body of the text: It can be divided into subtitles and contain images;
- Tags: They must be inserted according to the main contents and allow you to categorize the different posts, allowing other users and curators to find you;
On Peakd you can also insert a brief description of the post.
The post can be posted on your blog or in a specific community.
Justified
<div class = "text-justify">
Centered
<center> Discovery-it </center>
Right alligned
<div class = "pull-right">
Left alligned
<div class = "pull-left">
Columns
<div class=pull-left>
<div class="text-justify">
text
</div>
</div>
<div class=pull-right>
<div class="text-justify">
text
</div>
</div>
Markdown
**Discovery-it**
HTML
<b>Discovery-it</b>
Peakd
Markdown
*Discovery-it*
HTML
<i>Discovery-it</i>
Peakd
HTML
<u>Discovery-it</u>
Markdown
~~Discovery-it~~
HTML
<s>Discovery-it</s>
Peakd
Markdown
###### Discovery-it ##### Discovery-it #### Discovery-it ### Discovery-it ## Discovery-it # Discovery-it
HTML
<h1>Discovery-it</h1> <h2>Discovery-it</h2> <h3>Discovery-it</h3> <h4>Discovery-it</h4> <h5>Discovery-it</h5> <h6>Discovery-it</h6>
Peakd
HTML
<sub>Discovery-it</sub> <sup>Discovery-it</sup>
HTML
[Discovery-it](https://peakd.com/c/hive-193212/created)
Peakd
- Peakd
- Resize photos: https://steemitimages.com/0x250/
Markdown
|Column1|Column2|Column3| |-|-|-| |Content1|Content2|Content3|
HTML
<table> <tr><td>/</td><td><b>/</b></td></tr> <tr><td>/</td><td><b>/</b></td></tr> <tr><td>/</td><td><b>/</b></td></tr> <tr><td>/</td><td><b>/</b></td></tr> <tr><td>/</td><td><b>/</b></td></tr> </table>
Peakd
Markdown
*** ---
HTML
<hr>
Markdown
>Discovery-it
HTML
<Blockquote>Discovery-it</blockquote>
Peakd
Websites for CC 4.0 licensed photos (You can copy and distribute the material in any format, adapted, remixed, transformed and built on the material for any purpose, including commercial):
https://pixabay.com
https://stock.adobe.com/
https://freephotos.cc/
https://it.freepik.com/Hemingwayapp allows you to highlight the main grammar and syntax errors in English;
Charactercount allows you to calculate the number of words. https://charactercounttool.com/ (eng) and https://contacaratteri.it/ (ita);
- https://search.creativecommons.org/ Thanks to this search engine, there is the possibility to filter the contents according to the different types of license.
We hope this guide will be useful and we will be waiting for you in the Discovery-it community!

Ciao tutti. Bentornati su Discovery-it!
Nella prima guida introduttiva vi abbiamo parlato di come effettuare la registrazione ad Hive, come avviene la gestione delle password, cos’è il Wallet e altri concetti fondamentali della nostra bellissima piattaforma.
Oggi, invece, andiamo alla scoperta di come scrivere un post su Hive e quali sono i principali codici che ci possono essere utili per la formattazione del testo.
Iniziamo!
Innanzitutto, dobbiamo considerare che:
- Il Markdown è il linguaggio proposto da Hive.blog e Peakd.com, è facile da imparare, scorrevole e molto intuitivo. Purtroppo, però, presenta anche uno svantaggio, ovvero che non è completo, in quanto alcuni comandi particolari non sono previsti e vanno implementati con un altro linguaggio;
- L’HTML è senza dubbio il linguaggio più famoso per la formattazione e l’impaginazione di documenti che risiedono nel Web. Esso è completo al 100% e consente di eseguire moltissime personalizzazioni del proprio elaborato. Inoltre, i testi in HTML sono facilmente esportabili e utilizzabili in altre realtà dell’Internet;
- Peakd.com ci consente, attraverso il suo editor, di scrivere i post con molta intuitività. Infatti, presenta un’interfaccia molto user-friendly che anche gli utenti meno esperti troveranno di semplice utilizzo.
La scelta di uno o dell’altro metodo è molto personale e con il tempo siamo sicuri che troverete la migliore combinazione in base alle vostre esigenze!
Un generico post su Hive è composto da:
- Titolo: E’ la parte fondamentale che descrive il contenuto di ciò di cui si andrà a parlare o mostrare. Da evitare titoli troppo lunghi o troppo brevi: i primi non catturano l’attenzione, i secondi non sono esaurienti;
- Corpo del testo: Può essere diviso in sottotitoli e contenere immagini;
- Tags: Vanno inseriti in base ai contenuti principali e consentono di categorizzare i diversi post, permettendo agli altri utenti e ai curatori di trovarvi;
Su Peakd si può inserire anche una breve descrizione del post.
Il post può essere inserito sul proprio Blog oppure in una Community specifica.
Impaginazione
Giustificato
<div class = "text-justify">
Centrato
<center>Discovery-it</center>
Spostato a dx
<div class="pull-right">
Spostato a sx
<div class="pull-left">
Colonne
<div class=pull-left>
<div class="text-justify">
text
</div>
</div>
<div class=pull-right>
<div class="text-justify">
text
</div>
</div>
Markdown
*Discovery-it*
HTML
<b>Discovery-it</b>
Peakd
Markdown
**Discovery-it**
HTML
<i>Discovery-it</i>
Peakd
HTML
<u>Discovery-it</u>
Markdown
~~Discovery-it~~
HTML
<s>Discovery-it</s>
Peakd
Markdown
######Discovery-it #####Discovery-it ####Discovery-it ###Discovery-it ##Discovery-it #Discovery-it
HTML
<h1>Discovery-it</h1> <h2>Discovery-it</h2> <h3>Discovery-it</h3> <h4>Discovery-it</h4> <h5>Discovery-it</h5> <h6>Discovery-it</h6>
Peakd
HTML
<sub>Discovery-it</sub> <sup>Discovery-it</sup>
HTML
[Discovery-it](https://peakd.com/c/hive-193212/created)
Peakd
- Peakd
- Ridimensionare foto: https://steemitimages.com/0x250/
Markdown
|Colonna1|Colonna2|Colonna3| |-|-|-| |Contenuto1|Contenuto2|Contenuto3|
HTML
<table> <tr><td>/</td><td><b>/</b></td></tr> <tr><td>/</td><td><b> /</b></td></tr> <tr><td>/</td><td><b> / </b></td></tr> <tr><td>/</td><td><b>/</b></td></tr> <tr><td>/</td><td><b>/</b></td></tr> </table>
Peakd
Markdown
*** ---
HTML
<hr>
Markdown
Discovery-it
HTML
<blockquote>Discovery-it</blockquote>
Peakd
Siti web dove trovare foto a licenza CC 4.0 (Puoi copiare e distribuire il materiale in qualsiasi supporto o formato, adattare, remixare, trasformare e costruire sul materiale per qualsiasi scopo, anche commerciale):
https://pixabay.com
https://stock.adobe.com/
https://freephotos.cc/
https://it.freepik.com/;Hemingwayapp consente di evidenziare i principali errori di grammatica e sintassi in lingua inglese;
Charactercount permette di calcolare il numero di parole
https://charactercounttool.com/ (eng) https://contacaratteri.it/ (ita);https://search.creativecommons.org/ Grazie a questo motore di ricerca, c’è la possibilità di filtrare i contenuti a seconda dei diversi tipi di licenza.
Speriamo che questa guida possa esservi utile e vi aspettiamo sulla comunità di Discovery-it!
