Difference between revisions of "Tips for formatting your post"

From Steem Center
Jump to: navigation, search
(added other language links)
(References, External links (@sidwrites))
Line 1: Line 1:
 
It is highly recommended that you properly format your post before submitting it. To create your content on Steemit you can either use the "Editor" or "Markdown" mode. The following is a brief summary of some of the most common formatting commands available in Steemit '''Submit a Story''' Markdown window. <br>
 
It is highly recommended that you properly format your post before submitting it. To create your content on Steemit you can either use the "Editor" or "Markdown" mode. The following is a brief summary of some of the most common formatting commands available in Steemit '''Submit a Story''' Markdown window. <br>
These tips derived from tutoring sessions with @razvanelul as well as this GitHub's [https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Markdown Cheat Sheet]. In addition, You can also use HTML tags if you are not using the Markdown Editor.
+
These tips derived from tutoring sessions with @razvanelul<ref name="multiple">[https://steemit.com/@razvanelulmarin @razvanelulmarin] Retrieved in July 26th, 2017</ref> as well as this GitHub's '''Markdown Cheat Sheet'''.<ref>[https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Markdown Cheat Sheet] Written by '''Adam Pritchard''' in [[GitHub]], retrieved in July 26th, 2017</ref> In addition, You can also use HTML tags if you are not using the Markdown Editor.
  
== Large Text (Header) ==
+
=== Large Text (Header) ===
  
 
To create large text, use an # , or by using the  <nowiki><h1></nowiki> tag<br>
 
To create large text, use an # , or by using the  <nowiki><h1></nowiki> tag<br>
Line 11: Line 11:
 
* Smallest is ###### word, or <nowiki><h6></nowiki> word <nowiki></h6></nowiki>
 
* Smallest is ###### word, or <nowiki><h6></nowiki> word <nowiki></h6></nowiki>
  
== Bold ==
+
=== Bold ===
  
 
To make a word appear in '''bold''' font, use ** before and after the word. <br>
 
To make a word appear in '''bold''' font, use ** before and after the word. <br>
Line 20: Line 20:
 
* '''word''' : <nowiki> <b> word </b> </nowiki>
 
* '''word''' : <nowiki> <b> word </b> </nowiki>
  
== Italics ==
+
=== Italics ===
  
 
To make a word appear in ''italics'' use a single * on each side of the word. <br>
 
To make a word appear in ''italics'' use a single * on each side of the word. <br>
Line 29: Line 29:
 
* ''word'' : <nowiki><em>word</em></nowiki>
 
* ''word'' : <nowiki><em>word</em></nowiki>
  
== Link ==
+
=== Link ===
  
 
To link a website to a word or phrase in your post, use [ ] and ( ). <br>
 
To link a website to a word or phrase in your post, use [ ] and ( ). <br>
Line 40: Line 40:
 
*  <nowiki><a href="https://website.com">name of website</a></nowiki>
 
*  <nowiki><a href="https://website.com">name of website</a></nowiki>
  
== Picture ==
+
=== Picture ===
  
 
To include a picture, paste the address of the image into your post. <br>
 
To include a picture, paste the address of the image into your post. <br>
 
See more on the article [[Including images in your posts]].
 
See more on the article [[Including images in your posts]].
  
== Video & Media ==
+
=== Video & Media ===
  
 
The most basic way to include a video is to paste the link into your post.  Another way is to include an embedded HTML (<code>iframe</code>).  Only YouTube, Vimeo, and SoundCloud (embed only) are supported.
 
The most basic way to include a video is to paste the link into your post.  Another way is to include an embedded HTML (<code>iframe</code>).  Only YouTube, Vimeo, and SoundCloud (embed only) are supported.
  
== Center Pictures, Videos, or Text ==
+
=== Center Pictures, Videos, or Text ===
  
 
<nowiki>To center the picture use <center> and </center></nowiki>
 
<nowiki>To center the picture use <center> and </center></nowiki>
Line 63: Line 63:
 
*  <nowiki><center> videolink </center></nowiki>
 
*  <nowiki><center> videolink </center></nowiki>
  
== Breaks ==
+
=== Breaks ===
  
 
To create small spaces above and below the picture, use <nowiki><br>
 
To create small spaces above and below the picture, use <nowiki><br>
Line 72: Line 72:
 
To create a new line without new paragraph you need to put at least 2 spaces at the end of each line.
 
To create a new line without new paragraph you need to put at least 2 spaces at the end of each line.
  
== Captions ==
+
=== Captions ===
  
To make it appear that a picture has a caption, use the  break feature, center feature and the italics feature. (Special thanks to @razvanelul for this cool idea)
+
To make it appear that a picture has a caption, use the  break feature, center feature and the italics feature. (Special thanks to @razvanelul for this cool idea)<ref name="multiple">[https://steemit.com/@razvanelulmarin @razvanelulmarin] Retrieved in July 26th, 2017</ref>
  
 
*  <nowiki><br><center>picture.jpg</center></nowiki><br>
 
*  <nowiki><br><center>picture.jpg</center></nowiki><br>
 
<nowiki><center>*caption*</center><br></nowiki>
 
<nowiki><center>*caption*</center><br></nowiki>
 +
 +
=== Text slider ===
 +
 +
All you need to do is put 4 spaces before the text you want to make into a slider.<ref>[https://steemit.com/creative/@chron/shortcut-to-move-able-sliding-text-banner-on-steemit Shortcut to move-able sliding text banner on steemit] Written by '''Chron''' (@chron) in [[Steemit]] in July 26th, 2017</ref>
 +
 +
 +
==References==
 +
 +
<references />
  
 
==Links==
 
==Links==
Line 94: Line 103:
 
* '''@inertia''' : [https://steemit.com/steemit/@inertia/soundcloud-tip-thumbnails Soundcloud Tip: Thumbnails].  ''October, 2016''
 
* '''@inertia''' : [https://steemit.com/steemit/@inertia/soundcloud-tip-thumbnails Soundcloud Tip: Thumbnails].  ''October, 2016''
 
* '''@smysullivan''' : [https://steemit.com/challenge30/@smysullivan/markdown-formatting-a-minnows-tale Markdown Formatting, a Minnows Tale!] ''January 2017''
 
* '''@smysullivan''' : [https://steemit.com/challenge30/@smysullivan/markdown-formatting-a-minnows-tale Markdown Formatting, a Minnows Tale!] ''January 2017''
 +
* '''@sidwrites''' : [https://steemit.com/steemit/@sidwrites/3-simple-formatting-tricks-for-your-next-steemit-post 3 Simple Formatting Tricks For Your Next Steemit Post]  ''May 2017''
 
* '''@scrooger''' : [https://steemit.com/howto/@scrooger/how-to-post-with-html-markdown-super-simple-with-copy-paste-cheat-sheet-make-your-posts-looks-so-much-better Pimp your post with this simple Cheat Sheet! Just copy and paste!]  ''June 13th, 2017''
 
* '''@scrooger''' : [https://steemit.com/howto/@scrooger/how-to-post-with-html-markdown-super-simple-with-copy-paste-cheat-sheet-make-your-posts-looks-so-much-better Pimp your post with this simple Cheat Sheet! Just copy and paste!]  ''June 13th, 2017''
  

Revision as of 17:19, 26 July 2017

It is highly recommended that you properly format your post before submitting it. To create your content on Steemit you can either use the "Editor" or "Markdown" mode. The following is a brief summary of some of the most common formatting commands available in Steemit Submit a Story Markdown window.
These tips derived from tutoring sessions with @razvanelul[1] as well as this GitHub's Markdown Cheat Sheet.[2] In addition, You can also use HTML tags if you are not using the Markdown Editor.

Large Text (Header)

To create large text, use an # , or by using the <h1> tag
The more ##### you use the SMALLER the text will appear.
Make sure to leave a space between the # and the word you want to enlarge.

  • Largest is # word, or <h1> word </h1>
  • Smallest is ###### word, or <h6> word </h6>

Bold

To make a word appear in bold font, use ** before and after the word.
You do NOT need to leave spaces between the ** and the word.
You can also use the <b> tag.

  • word : **word**
  • word : <b> word </b>

Italics

To make a word appear in italics use a single * on each side of the word.
You do NOT need to leave spaces between the * and the word.
You can also use the <em> tag.

  • word : *word*
  • word : <em>word</em>

Link

To link a website to a word or phrase in your post, use [ ] and ( ).
The text goes in the [ ] and the link goes in the ( )

  • [word or phrase](website.com)

If you are not using the markdown editor, you can also create a link this way

  • <a href="https://website.com">name of website</a>

Picture

To include a picture, paste the address of the image into your post.
See more on the article Including images in your posts.

Video & Media

The most basic way to include a video is to paste the link into your post. Another way is to include an embedded HTML (iframe). Only YouTube, Vimeo, and SoundCloud (embed only) are supported.

Center Pictures, Videos, or Text

To center the picture use <center> and </center>

  • <center>picture.jpg</center>

To center text use <center> and </center>

  • <center> word </center>

To center a video use <center> and </center>

  • <center> videolink </center>

Breaks

To create small spaces above and below the picture, use <br>

  • <br><center>picture.jpg</center><br>

To create a new line without new paragraph you need to put at least 2 spaces at the end of each line.

Captions

To make it appear that a picture has a caption, use the break feature, center feature and the italics feature. (Special thanks to @razvanelul for this cool idea)[1]

  • <br><center>picture.jpg</center>

<center>*caption*</center><br>

Text slider

All you need to do is put 4 spaces before the text you want to make into a slider.[3]


References

  1. 1.0 1.1 @razvanelulmarin Retrieved in July 26th, 2017
  2. Markdown Cheat Sheet Written by Adam Pritchard in GitHub, retrieved in July 26th, 2017
  3. Shortcut to move-able sliding text banner on steemit Written by Chron (@chron) in Steemit in July 26th, 2017

Links

Related articles

External Links

In other languages




Help keep this wiki page updated. Register, click in edit, add or modify the text and save.
If you're already a steemian you can be rewarded with steem, see how in @steemcenterwiki.