I have not been a part of this great community for long, but I have quickly picked up some tips and tricks to making my posts cleaner and easier for me to create. Hopefully some of these tips can help someone else pick up some basics more quickly than I have.
Without a properly formatted thumbnail the first image in your post will be picked and displayed on the platforms front-end. Take the below examples. On the right is one of my posts from two months ago without a proper thumbnail. On the left is yesterday's post with a thumbnail.
The good news is creating a thumbnail is quite a simple process. I like to use Canva for making my thumbnails. If this is your first thumbnail, use the search box and search for 'Twitter Ad'. If there is a template that looks like something similar to what you are envisioning, select that option, otherwise choose the first opiton 'Create a blank Twitter Ad'. Alternatively you could create a 1600 x 900 new image.
Select the background option on the left side tool bar. I kept it simple and selected a single color from the color pallet, but there are countless more complex options and a full color pallet to choose from. You can even upload your own image.
Continue to move up the tool bar on the left and add some text. Select your font, choose some text that gives your audience an idea of what they will be consuming if they click on your post.
Slide up to the next tool and upload some images. Move everything around until you are happy with the final image and then it is time to download your masterpiece.
*Use an asterisk to italicize a line of text.*
Note: Don't include a space after the opening or before the closing asterisks.
**Use two asterisks to make a block bold**
Results -->
Use an asterisk to italicize a line of text.
Use two asterisks to make a block bold
Use the tool bar at the top of the editor. Highlight the block of code you want in italics or bold and click the I or B. Hint, there is a button for many of the code options I am showing you next.
HTML
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
More complicated than
Markup
# Heading 1
## Heading 2
### Heading 3
However, because I am Splinterlands focused right now, most of the images I use for my posts are Splinterlands content. Here are some resources I have discovered.
If you want to center an image or text, use the below code
<center>IMAGE or TEXT</center>
If you want to pull the images left or right use the below code. The Furious Chicken image above is pulled right. Notice how the text flows down the left side of it.
<div class="pull-left">IMAGE</div>
<div class="pull-right">IMAGE</div>
Unordered List
<h1> Lava Spider </h1>
<ul>
<li>Fire</li>
<li>Level 1</li>
<li>...</li>
</ul>
Ordered List - The only change is to change the <ul> tags to <ol>
<h1> Lava Spider </h1>
<ol>
<li>Fire</li>
<li>Level 1</li>
<li>...</li>
</ol>
> Anything after the greater than sign will show up in a block quote box. This is great for highlighting a block of a post or using a direct quote ��
Anything after the greater than sign will show up in a block quote box. This is great for highlighting a block of a post or using a direct quote 😀
Link to [PeakD](http://peakd.com)
Link to PeakD
Basic table
|column1|column2|column3|
|-|-|-|
|content1|content2|content3|
A Filled In Table
||<center>ME</center>|OPPONENT</ center>|
|-|-|-|
|<center>https://files.peakd.com/file/peakd-hive/candnpg/AKCF2jF7aUagwppoUHFB4gDdgXDqDLGyTn9mt6n3brBiC87ZEqhf5fevEtK3Wqr.png|16 |14 |
|<center>https://files.peakd.com/file/peakd-hive/candnpg/AJmr77mifetG815q55jnV8yhUng5pVJFw7QHSQPJs9KpCjRMpSc4KsxqTiPmhvv.png|5 |5 |
| column1 | column2 | column3 |
|---|---|---|
| content1 | content2 | content3 |
See the stack of papers button, on the top right, next to the GIF button in the editor? Clicking that opens the Snippets menu. From there you can name a Snippet and save a block of code that you frequently use. It even saves images! Next time you want to use it, click the Snippets button, click the + sign next to the code you want to use, and a button will appear allowing you to copy the code to your clipboard. Then you paste it into your new post and you are done.
That ugly code for the table with the images and data above, I have a Snippet saved for that so I don't have to type it out each time I want to use it. I just copy the code and change any values that are relevant for the battle I am posting about.
I am still new to the process of posting on PeakD and learning each day. I hope that the above notes can be helpful to someone.
Thanks for reading!