Today fellow steemians I'm sharing the best tips on how to format your post to look amazing. <center>http://i.imgur.com/5340CGQ.png</center> I've recently got some messages on the Steemit chat, from fellow steemians saying how my posts look great, how did you do that with the image, the text, how did you make the follow button click-able etc. So today I've decided to provide an easy guide with all the info on how to do it, for both advanced and less experienced users. You can skip to the "Combine Both" part for quick tips & examples. <center>For quick search to specific thing in the guide use `CTR+F`to use find option in your browser.</center> <center>Most of you format your posts in markdown, but what many don't know that you can use HTML as well, even combine these two to get some **amazing results**</center> <center>_The text above combines markdown with HTML, as well as this one with an ease_</center> <center>`Breakdown`</center> <center>`<center>Most of you format your posts in markdown, but what many don't know that you can use HTML as well, even combine these two to get some**amazing results**</center>`</center> <center>`<center>_The text above combines markdown with HTML, as well as this one with an ease_</center>`</center> <center>Now that you've got a teaser on how simple and easy it is, let's dive in for some more options.</center> <center><h2>Markdown</h2></center> Below are the commands used in markdown and on how to use them, this is not the full list and I've excluded the one's you probably won't be using. Preview is first after that follows the code in the table. ------ <center>Headers</center> -- # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 <pre lang="no-highlight"><code> # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 </code></pre> ------ <center>Italics & Bold</center> -- Emphasis, aka italics, with *asterisks* or _underscores_. Strong emphasis, aka bold, with **asterisks** or __underscores__. Combined emphasis with **asterisks and _underscores_**. Strikethrough uses two tildes. ~~Scratch this.~~ <pre lang="no-highlight"><code> Emphasis, aka italics, with *asterisks* or _underscores_. Strong emphasis, aka bold, with **asterisks** or __underscores__. Combined emphasis with **asterisks and _underscores_**. Strikethrough uses two tildes. ~~Scratch this.~~ </code></pre> ------- <center>Links</center> -- [I'm an link to google](https://www.google.com) <pre lang="no-highlight"><code> [I'm an link to google](https://www.google.com) </code></pre> ------ <center>Images</center> -- Using the direct image link (*Right Click on Image > Copy Image Address or Open in new tab & copy link*) *The link should have a; .jpg ; .png or .gif 90% of the time, those are extensions for images* https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png <pre lang="no-highlight"><code> Using the direct image link https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png </code></pre> ----- <center>Lists, Block quotes & Separators</center> -- * I'm In a list - Or minus + Or plus <pre lang="no-highlight"><code> * I'm In a list - Or minus + Or plus </code></pre> > I don't quote anyone. <pre lang="no-highlight"><code> > I don't quote anyone. </code></pre> Three or more... --- <pre lang="no-highlight"><code> Three or more... --- You can also use *** and ___. </code></pre> ----- <center>Tables</center> --- Example: Super | Simple | Table --- | --- | --- *Easy* | `nice` | **looks** 1 | 2 | 3 <pre lang="no-highlight"><code> Example: Super | Simple | Table --- | --- | --- *Easy* | `nice` | **looks** 1 | 2 | 3 </code></pre> ----- <center>YouTube Videos</center> --- Direct Link: https://www.youtube.com/watch?v=9bZkp7q19f0 <pre lang="no-highlight"><code> Direct Link: https://www.youtube.com/watch?v=9bZkp7q19f0 </code></pre> ----- <center><h2>HTML</h2></center> Because of some html functionality not working on Steemit and that It's easier to use Markdown to format 95% of the post, I've included only a few html codes. ----- <center>Text</center> --- <b>Bold text</b> <sup>Superscript text</sup> `<b>Bold text</b>` `<sup>Superscript text</sup>` ----- <center><h2>Combine Both</h2></center> Now that we know some commands, before we put them to use, you can go [Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)for the Full Markdown cheat-sheet and [Here](http://www.w3schools.com/html/default.asp) for the Full HTML one if your interested. Now for the fun part. I'll show you some easy to remember examples on how to use these in every post. <center>I'm In the middle</center> `<center>I'm In the middle</center>` Simply at the start of anything you want in center put `<center> `in front and `</center>`at the end. You can also style the text with markdown that's being "centered". <center> This Image is in the middle</center> <center>https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png<center> <center> This Image is in the middle and if you open it in a new tab it will take you to **www.google.com**</center> <center><a href="https://www.google.com" target="_new"><img alt="" border="0" src="https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png" /></a></center> `<center> This Image is in the middle</center>` `<center>https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png<center>` `<center> This Image is in the middle and if you open it in a new tab it will take you to **www.google.com**</center>` `<center><a href="https://www.google.com" target="_new"><img alt="" border="0" src="https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png" /></a></center>` I'm also using this post to bring attention to an what I think important message to the dev's. The html for `ref=_blank` doesn't work in other words, links that Open In new tab once you click on them. I'd love to see this implemented as soon as possible. _____ <center>Thank you for reading this guide. I hope that the knowledge gained from this post will help you in making better posts in the future.</center> <center><a href="https://steemit.com/@minion" target="_new"><img alt="" border="0" src="http://i.imgur.com/FzBLPgp.gif" /></a></center>
author | minion |
---|---|
permlink | professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users |
category | writing |
json_metadata | {"tags":["writing","blog","steemit","format","steem-help"],"image":["http://i.imgur.com/5340CGQ.png","https://developer.chrome.com/extensions/examples/api/extension/isAllowedAccess/sample-128.png","http://i.imgur.com/FzBLPgp.gif"],"links":["https://www.google.com","https://www.youtube.com/watch?v=9bZkp7q19f0","https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet","https://steemit.com/@minion"]} |
created | 2016-08-17 15:25:27 |
last_update | 2016-08-18 11:39:15 |
depth | 0 |
children | 81 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.026 HBD |
curator_payout_value | 0.837 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,371 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 854,221 |
net_rshares | 4,601,397,870,891 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
boy | 0 | 2,470,235,917 | 100% | ||
bue-witness | 0 | 2,998,122,059 | 100% | ||
bunny | 0 | 567,603,623 | 100% | ||
complexring | 0 | 1,976,074,815,292 | 50% | ||
steemychicken1 | 0 | 1,430,862,585,591 | 100% | ||
bue | 0 | 41,946,669,621 | 100% | ||
mini | 0 | 1,324,163,541 | 100% | ||
moon | 0 | 170,709,221 | 100% | ||
healthcare | 0 | 496,873,319 | 100% | ||
daniel.pan | 0 | 725,575,461 | 100% | ||
patrice | 0 | 5,203,666,836 | 100% | ||
helen.tan | 0 | 230,145,753 | 100% | ||
ninzacode | 0 | 18,016,205,893 | 100% | ||
onealfa | 0 | 0 | 28% | ||
pal | 0 | 254,171,610,043 | 100% | ||
jerome-colley | 0 | 9,208,110,514 | 100% | ||
murh | 0 | 1,798,292,848 | 33.01% | ||
andu | 0 | 5,969,805,039 | 100% | ||
dragonslayer109 | 0 | 63,515,645,332 | 100% | ||
thecryptofiend | 0 | 16,673,001,826 | 100% | ||
altoz | 0 | 30,997,597,071 | 100% | ||
thecryptodrive | 0 | 61,279,023,296 | 100% | ||
fuck.off | 0 | 1,535,228,935 | 50% | ||
iloveporn | 0 | 2,091,527,187 | 50% | ||
the.bot | 0 | 747,440,156 | 50% | ||
johnbradshaw | 0 | 2,543,585,120 | 50% | ||
tiffjane | 0 | 38,666,719,756 | 100% | ||
the.whale | 0 | 1,773,887,996 | 50% | ||
venuspcs | 0 | 1,715,308,682 | 0% | ||
unicornfarts | 0 | 1,680,776,415 | 50% | ||
discombobulated | 0 | 62,796,069,055 | 100% | ||
soupernerd | 0 | 392,936,686 | 50% | ||
vote | 0 | 1,774,046,393 | 50% | ||
kissmybutt | 0 | 1,867,804,489 | 50% | ||
linkku | 0 | 324,623,687 | 100% | ||
rxhector | 0 | 353,816,079 | 100% | ||
spiz0r | 0 | 7,406,519,773 | 100% | ||
ausbitbank | 0 | 19,570,111,296 | 100% | ||
paco | 0 | 67,231,742,428 | 100% | ||
biophil | 0 | 29,526,725,895 | 100% | ||
diana.catherine | 0 | 27,301,671,518 | 100% | ||
nabilov | 0 | 194,179,138,215 | 100% | ||
condra | 0 | 24,993,074,415 | 100% | ||
doctorstrange | 0 | 1,022,370,818 | 100% | ||
corinnestokes | 0 | 3,060,733,622 | 100% | ||
all-of-us | 0 | 13,902,305,272 | 100% | ||
raymonjohnstone | 0 | 149,534,263 | 100% | ||
lpfaust | 0 | 1,891,868,493 | 100% | ||
webdeals | 0 | 5,773,700,859 | 100% | ||
ace108 | 0 | 643,233,193 | 100% | ||
celebr1ty | 0 | 31,199,544,299 | 100% | ||
mpa | 0 | 3,477,391,825 | 100% | ||
smailer | 0 | 1,512,593,562 | 100% | ||
reported | 0 | 83,973,552 | 100% | ||
weenis | 0 | 385,784,234 | 50% | ||
sykochica | 0 | 1,417,687,185 | 100% | ||
krushing | 0 | 51,193,516 | 100% | ||
btctoken | 0 | 112,422,420 | 100% | ||
essra | 0 | 14,737,537,545 | 100% | ||
poeticsnake | 0 | 1,842,858,010 | 100% | ||
aleksandraz | 0 | 5,126,042,617 | 100% | ||
elena000 | 0 | 64,910,257 | 100% | ||
minion | 0 | 1,498,377,893 | 100% | ||
fairider1 | 0 | 67,304,594 | 100% | ||
jphamer1 | 0 | 861,446,429 | 100% | ||
hdphotography | 0 | 128,070,218 | 100% | ||
thebotkiller | 0 | 3,470,122,361 | 50% | ||
cristi | 0 | 3,608,591,691 | 100% | ||
naifaz | 0 | 132,388,013 | 100% | ||
melek | 0 | 3,481,610,516 | 100% | ||
theperfect2 | 0 | 61,801,293 | 100% | ||
grillingpurring | 0 | 52,170,264 | 100% | ||
gonzo | 0 | 82,133,919 | 100% | ||
rubenalexander | 0 | 2,089,761,523 | 100% | ||
gokugirl | 0 | 61,077,291 | 100% | ||
jimmytwoshoes | 0 | 86,954,700 | 50% | ||
inkha | 0 | 612,347,957 | 100% | ||
thetasteemit | 0 | 871,259,132 | 100% | ||
steevc | 0 | 179,763,778 | 100% | ||
movievertigo | 0 | 1,500,822,407 | 100% | ||
rittr | 0 | 883,932,853 | 100% | ||
shadowspub | 0 | 2,485,580,313 | 100% | ||
anti-sophist | 0 | 0 | 100% | ||
stefanr | 0 | 454,255,791 | 100% | ||
somethingsea | 0 | 52,229,027 | 100% | ||
skum | 0 | 53,820,311,487 | 100% | ||
whitezombie | 0 | 71,566,266 | 100% | ||
hpk | 0 | 393,698,255 | 100% | ||
landslide | 0 | 54,326,111 | 100% | ||
steemithelper1 | 0 | 50,221,956 | 100% | ||
kommienezuspadt | 0 | 7,255,048,997 | 100% | ||
spencermorris | 0 | 53,388,134 | 100% | ||
minime | 0 | 56,552,721 | 100% | ||
minihelp | 0 | 56,549,193 | 100% | ||
minisupport | 0 | 55,919,448 | 100% | ||
goose | 0 | 7,993,489,368 | 100% | ||
wwwmmm | 0 | 71,276,782 | 100% | ||
robotev | 0 | 1,185,823,088 | 100% | ||
haphazard-hstead | 0 | 474,227,083 | 100% | ||
dresden | 0 | 7,454,572,225 | 80% | ||
anagamidev | 0 | 0 | 100% | ||
bigtakosensei | 0 | 0 | 100% | ||
em3di | 0 | 0 | 100% | ||
zijiplasma | 0 | 0 | 100% | ||
gazetagaleguia | 0 | 0 | 100% | ||
ijavee | 0 | 0 | 100% | ||
ezgibaki | 0 | 0 | 0% | ||
marcelbraendle | 0 | 0 | 100% | ||
truenews | 0 | 0 | 100% | ||
pbock | 0 | 0 | 100% | ||
oneshot | 0 | 0 | 100% | ||
jredded | 0 | 0 | 100% | ||
alexrickard86 | 0 | 0 | 100% | ||
kimzilla | 0 | 0 | 100% | ||
thegenesisblock | 0 | 0 | 100% | ||
shervin | 0 | 0 | 100% | ||
toadslinger | 0 | 0 | 100% | ||
makerslab | 0 | 0 | 100% | ||
radicalseed | 0 | 0 | 100% | ||
dailytruth | 0 | 0 | 100% | ||
gatmi | 0 | 0 | 100% | ||
official7rystan | 0 | 0 | 100% | ||
theleonfeed | 0 | 0 | 100% | ||
thoughtsnquotes | 0 | 0 | 100% | ||
quell.navi | 0 | 0 | 100% | ||
ridi20 | 0 | 0 | 100% | ||
carolkean | 0 | 0 | 100% | ||
xfaqs01 | 0 | 0 | 100% | ||
diggerdugg | 0 | 0 | 100% | ||
ricecakeonfire | 0 | 0 | 100% | ||
joaniepie | 0 | 0 | 100% | ||
blaineb | 0 | 0 | 100% | ||
farmstead | 0 | 0 | 100% | ||
h725 | 0 | 0 | 100% | ||
whitefalcondev | 0 | 0 | 100% | ||
zebbad | 0 | 0 | 100% | ||
arturomdg | 0 | 0 | 100% | ||
s0phos | 0 | 0 | 100% | ||
shadyrifles | 0 | 0 | 100% | ||
teresachang | 0 | 0 | 100% | ||
loojowell | 0 | 0 | 100% | ||
shehustlin | 0 | 0 | 100% | ||
a1848art | 0 | 0 | 100% | ||
abir20129 | 0 | 0 | 100% | ||
visualsofjoaquin | 0 | 0 | 100% | ||
kaustubh | 0 | 0 | 100% | ||
texxi | 0 | 0 | 100% | ||
maargarita | 0 | 0 | 100% | ||
yasiridha | 0 | 0 | 100% | ||
amjaed | 0 | 0 | 100% | ||
pmcmahon | 0 | 0 | 100% | ||
arinfinite | 0 | 0 | 100% | ||
attilaloe | 0 | 0 | 100% | ||
docomputing | 0 | 0 | 100% | ||
zahabu | 0 | 0 | 100% | ||
dosmakoff | 0 | 0 | 100% | ||
grigoryovov | 0 | 0 | 100% | ||
iamchristopher | 0 | 0 | 100% | ||
adeyemo | 0 | 0 | 100% | ||
martusamak | 0 | 0 | 100% | ||
wendygoh | 0 | 0 | 100% | ||
kschaefer | 0 | 0 | 100% | ||
simoncase | 0 | 0 | 100% | ||
mirna5 | 0 | 0 | 100% | ||
rexlito | 0 | 0 | 100% | ||
shogunatemorn | 0 | 0 | 100% | ||
wanderinglich | 0 | 0 | 100% | ||
cryptoaliens | 0 | 0 | 100% | ||
velezyoga | 0 | 0 | 100% | ||
aezakmi | 0 | 0 | 100% | ||
donovan313 | 0 | 0 | 100% | ||
wajahatsardar | 0 | 0 | 100% | ||
vor7ex | 0 | 0 | 100% | ||
msfrozendust | 0 | 0 | 100% | ||
btshares01 | 0 | 0 | 100% | ||
azuuri | 0 | 0 | 100% | ||
ohicklin | 0 | 0 | 100% | ||
honestabex1 | 0 | 0 | 100% | ||
soulturtle | 0 | 0 | 100% | ||
quantumtravels | 0 | 0 | 100% | ||
pepemilano | 0 | 0 | 100% | ||
oneiroslivio | 0 | 0 | 100% | ||
jessicaleebrooke | 0 | 0 | 100% | ||
spiritualmax | 0 | 0 | 100% | ||
scienceroot | 0 | 0 | 100% | ||
vestaway | 0 | 0 | 100% | ||
rachelrick | 0 | 0 | 100% | ||
nexrules | 0 | 0 | 100% | ||
pk170 | 0 | 0 | 100% | ||
nomadwire | 0 | 0 | 100% | ||
kittysilhouette | 0 | 0 | 100% | ||
chamil | 0 | 0 | 100% | ||
emprata88 | 0 | 0 | 100% | ||
ali.awada | 0 | 0 | 100% | ||
raheal.akh | 0 | 0 | 100% | ||
iffatb | 0 | 0 | 100% | ||
ninoteaoneaux | 0 | 0 | 100% | ||
offanziva69 | 0 | 0 | 100% | ||
krehss | 0 | 0 | 100% | ||
soleilluce | 0 | 0 | 100% | ||
criptoviciado | 0 | 0 | 100% | ||
openvisionz | 0 | 0 | 100% | ||
ruby06 | 0 | 0 | 100% | ||
jtrag | 0 | 0 | 100% | ||
kaidodaniel | 0 | 0 | 100% | ||
nostone-unturned | 0 | 0 | 100% | ||
gfs.gabriel | 0 | 0 | 100% | ||
weesari | 0 | 0 | 100% | ||
orodrummer | 0 | 0 | 100% | ||
tripswithtam | 0 | 0 | 100% | ||
lightpainter | 0 | 0 | 100% | ||
rapdaily | 0 | 0 | 100% | ||
gabbyg86 | 0 | 0 | 100% | ||
anaislili09 | 0 | 0 | 100% | ||
philippp | 0 | 0 | 100% | ||
csabhishekkumar | 0 | 0 | 100% | ||
trustert | 0 | 0 | 100% | ||
chuck2u32 | 0 | 0 | 100% | ||
peaceandfreedom | 0 | 0 | 100% | ||
fy1000000 | 0 | 0 | 100% | ||
voytekpavlik | 0 | 0 | 100% | ||
pandarexpress | 0 | 0 | 100% | ||
bil.prag | 0 | 0 | 100% | ||
warrior.oracle | 0 | 0 | 100% | ||
paradiddle | 0 | 0 | 100% | ||
jaylosoflo | 0 | 0 | 100% | ||
nikus | 0 | 0 | 100% | ||
apocarteresis | 0 | 0 | 100% | ||
nixsypixie | 0 | 0 | 100% | ||
on3two | 0 | 0 | 100% | ||
unwrappedbybren | 0 | 0 | 100% | ||
godsngh1 | 0 | 0 | 100% | ||
mdsolehinsabtu | 0 | 0 | 100% | ||
rossanamae | 0 | 0 | 100% | ||
kaltoro | 0 | 0 | 100% | ||
promisearts | 0 | 0 | 100% | ||
jacobrobertwoods | 0 | 0 | 100% | ||
bethnao | 0 | 0 | 100% | ||
speckonarock | 0 | 0 | 100% | ||
mraffaella | 0 | 0 | 100% | ||
altcointrading | 0 | 0 | 100% | ||
dexpandette | 0 | 0 | 100% | ||
justt | 0 | 0 | 100% | ||
the38th | 0 | 0 | 100% |
Thanks for this Minion. Much appreciated.
author | alxgraham |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171225t061937576z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-12-25 06:19:36 |
last_update | 2017-12-25 06:19:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-01 06:19:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 5,751,581,670,854 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,123,235 |
net_rshares | 0 |
Good to know the Formating, this is my first comment. let see what i can support for this community. Cheers
author | annzue |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171113t133041901z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-11-13 13:30:42 |
last_update | 2017-11-13 13:30:42 |
depth | 1 |
children | 0 |
last_payout | 2017-11-20 13:30:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 0 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,251,795 |
net_rshares | 0 |
Hi. Just got accepted and am trying to work out how to make sense and learn from your excellent tutorial. Maybe I should have first studied a lot more, like etiquette etc, how to thank with points etc, but I was eager to learn an answer to a pressing problem I foresee, with regard to formatting, so I apologise in advance if I step on any toes. I write Science Fiction & Fantasy books and in total (not that I'll post that much), the stories equal about 26,000 pages. To make changes to my books is not an easy solution. Let me explain. I am writing the books, but actually, what I am doing is copying the diaries of the principal family. When we both realised what is happening, we had to make some rules so that I don't mess up their lives. One font is the story font, and anything I write using it, affects them (through my assuming as the Author). When we chat, I use another font and I can say anything without affecting them. This means I use a variety of fonts and ink colours. I have been wondering how I can adapt to placing the stories in Steemit, but I only see one answer and I do not know whether it would be acceptable. What if I turn each page into a photo (jpg) and post the photos? I'd then be able to keep my layout, fonts, colours and the odd picture or drawing - and I would not have to re-write all those pages! Does what I'm hoping to do make sense? Thanks.
author | arthur.grafo |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170925t230446063z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-09-25 23:01:27 |
last_update | 2017-09-26 13:41:15 |
depth | 1 |
children | 1 |
last_payout | 2017-10-02 23:01:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,381 |
author_reputation | 99,291,254,449,732 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,929,348 |
net_rshares | 0 |
Well that would be the easiest way to do it, since as far as i know, Steemit doesn't support other fonts. Good luck and your welcome! :)
author | minion |
---|---|
permlink | re-arthurgrafo-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171001t225451408z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-10-01 22:54:51 |
last_update | 2017-10-01 22:54:51 |
depth | 2 |
children | 0 |
last_payout | 2017-10-08 22:54:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,513,261 |
net_rshares | 1,222,461,450 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 61,868,110 | 100% | ||
arthur.grafo | 0 | 1,160,593,340 | 100% |
man i just found this after a month on steemit and damn i wish i found it day one. awesome informative post and even if its a bit late im gunna resteem it now. thank you very much
author | bigdizzle91 |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171001t080556692z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-10-01 08:05:54 |
last_update | 2017-10-01 08:05:54 |
depth | 1 |
children | 0 |
last_payout | 2017-10-08 08:05:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 39,828,100,207,516 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,448,883 |
net_rshares | 0 |
Thank you! I have formated my post THE WAY IT SHOULD HAVE BEEN!!! FUK YEH! Now.. don't mean to be rude or anything but you should include like the first thing is that you can do THIS: <center ><h1>Title</h1></center> by adding h1 tag inside of a center tag. It's obvious when you know it but I had to google for additional answers to get that. If you include it I think your post will become 100% complete mark up guide you need to know. Here is what I came up with thanks to you: https://steemit.com/introduceyourself/@chesiq/introduction-real-story-of-both-success-and-failure-a-poll-and-an-announcement-all-in-one
author | chesiq |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170924t185806966z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1","links":["https://steemit.com/introduceyourself/@chesiq/introduction-real-story-of-both-success-and-failure-a-poll-and-an-announcement-all-in-one"]} |
created | 2017-09-24 18:58:06 |
last_update | 2017-09-24 19:21:15 |
depth | 1 |
children | 0 |
last_payout | 2017-10-01 18:58:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 622 |
author_reputation | 1,071,938,550 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,820,648 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 0 | 100% |
Thanks for this post, really helpful stuff for newbies like myself! ;)
author | choke |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180316t202206564z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-03-16 20:23:21 |
last_update | 2018-03-16 20:23:21 |
depth | 1 |
children | 0 |
last_payout | 2018-03-23 20:23:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 14,089,934,495 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,823,668 |
net_rshares | 0 |
Thanks for this post, really helpful stuff for newbies like myself! ;)
author | choke |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180316t202403594z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-03-16 20:24:03 |
last_update | 2018-03-16 20:24:03 |
depth | 1 |
children | 0 |
last_payout | 2018-03-23 20:24:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 14,089,934,495 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,823,685 |
net_rshares | 0 |
author | condra |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160818t013505058z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-18 01:34:42 |
last_update | 2016-08-18 01:34:42 |
depth | 1 |
children | 0 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 56,189,611,335,832 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 863,348 |
net_rshares | 729,392,482 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sergei | 0 | -711,892,340 | -100% | ||
minion | 0 | 1,441,284,822 | 100% |
Thanks @minion for your support on that other issue. You're the real deal. Following and supporting you.
author | condra |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160819t171337227z |
category | writing |
json_metadata | {"tags":["writing"],"users":["minion"]} |
created | 2016-08-19 17:13:15 |
last_update | 2016-08-19 17:13:15 |
depth | 1 |
children | 0 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 104 |
author_reputation | 56,189,611,335,832 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 892,265 |
net_rshares | -59,711,584 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vishal1 | 0 | -59,711,584 | -100% | ||
carolkean | 0 | 0 | 100% |
Hello guys... I am new here.. so, please share some links about how to write and format my post to make them better and also How to make my post attractive.
author | csabhishekkumar |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180225t062240288z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-02-25 06:22:45 |
last_update | 2018-02-25 06:22:45 |
depth | 1 |
children | 0 |
last_payout | 2018-03-04 06:22:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 1,921,383,431 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,265,747 |
net_rshares | 0 |
HTML is the way to go - thanks!
author | dcardinal |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170710t131708535z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-07-10 13:17:06 |
last_update | 2017-07-10 13:17:06 |
depth | 1 |
children | 1 |
last_payout | 2017-07-17 13:17:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 362,232,691 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,984,948 |
net_rshares | 0 |
Your welcome! :)
author | minion |
---|---|
permlink | re-dcardinal-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170712t004608756z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-07-12 00:46:06 |
last_update | 2017-07-12 00:46:06 |
depth | 2 |
children | 0 |
last_payout | 2017-07-19 00:46:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,171,908 |
net_rshares | 0 |
Since it's too late to resteem this, I'm going to include this link in my post about formatting this weekend. I have been looking for something this simple to understand and concise for **months**!! Thank you!!!!!
author | disarrangedjane |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180511t162640571z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-05-11 16:26:39 |
last_update | 2018-05-11 16:26:39 |
depth | 1 |
children | 0 |
last_payout | 2018-05-18 16:26:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 213 |
author_reputation | 2,225,122,306,759 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,151,735 |
net_rshares | 0 |
OMG, this post is so awesome and so helpful, especially for me, a newbie noob struggling with Markdown :D Thank you! Following you. Now and always.
author | dosmakoff |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170810t181734229z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-08-10 18:17:36 |
last_update | 2017-08-10 18:17:36 |
depth | 1 |
children | 1 |
last_payout | 2017-08-17 18:17:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 148 |
author_reputation | 10,239,110,412 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,422,929 |
net_rshares | 0 |
I'm glad I could help, all the best.
author | minion |
---|---|
permlink | re-dosmakoff-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170821t003556507z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-08-21 00:35:54 |
last_update | 2017-08-21 00:35:54 |
depth | 2 |
children | 0 |
last_payout | 2017-08-28 00:35:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,391,540 |
net_rshares | 0 |
Nice article!
author | dresden |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160916t170945800z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-09-16 17:09:45 |
last_update | 2016-09-16 17:09:45 |
depth | 1 |
children | 0 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 134,257,981,962,690 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,267,906 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 0 | 100% |
Hi! I just wanted to let you know that I referenced this post in my recent blog about formatting. https://steemit.com/steemit/@farmstead/markdown-editor-make-posts-easier
author | farmstead |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170621t203701177z |
category | writing |
json_metadata | {"tags":["writing"],"links":["https://steemit.com/steemit/@farmstead/markdown-editor-make-posts-easier"],"app":"steemit/0.1"} |
created | 2017-06-21 20:37:00 |
last_update | 2017-06-21 20:37:00 |
depth | 1 |
children | 1 |
last_payout | 2017-06-28 20:37:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.210 HBD |
curator_payout_value | 0.070 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 170 |
author_reputation | 3,172,586,314,711 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,543,253 |
net_rshares | 20,886,674,007 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 20,886,674,007 | 100% | ||
behzadkhokher | 0 | 0 | 100% | ||
mrs.fruit | 0 | 0 | 100% | ||
ninoteaoneaux | 0 | 0 | 100% | ||
openvisionz | 0 | 0 | 100% | ||
ashu11 | 0 | 0 | 100% |
Thanks!
author | minion |
---|---|
permlink | re-farmstead-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170623t033925076z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-06-23 03:39:18 |
last_update | 2017-06-23 03:39:18 |
depth | 2 |
children | 0 |
last_payout | 2017-06-30 03:39:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,718,881 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
openvisionz | 0 | 0 | 100% |
Thank you for this info. I'm going to bookmark this for sure.
author | gabbyg86 |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180207t092726713z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-02-07 09:27:21 |
last_update | 2018-02-07 09:27:21 |
depth | 1 |
children | 0 |
last_payout | 2018-02-14 09:27:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 12,895,398,659,238 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,620,222 |
net_rshares | 0 |
Good article. Thank you for the reinforcement for utilizing Markdown.
author | gatmi |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170521t050703251z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-05-21 05:07:12 |
last_update | 2017-05-21 05:07:12 |
depth | 1 |
children | 0 |
last_payout | 2017-05-28 05:07:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 204,920,319,810 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,620,441 |
net_rshares | 0 |
Hello. Your post is now a reference in the [Como formatear un texto con markdown](https://www.steem.center/index.php?title=C%C3%B3mo_formatear_un_texto_co_Markdown) in the steem.central wiki in galego. Thank you very much for your contributions. Best Regards.
author | gazetagaleguia |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170704t110015665z |
category | writing |
json_metadata | {"tags":["writing"],"links":["https://www.steem.center/index.php?title=C%C3%B3mo_formatear_un_texto_co_Markdown"],"app":"steemit/0.1"} |
created | 2017-07-04 11:00:15 |
last_update | 2017-07-04 11:00:15 |
depth | 1 |
children | 1 |
last_payout | 2017-07-11 11:00:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 260 |
author_reputation | 988,689,266,605 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,261,382 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 0 | 100% |
Thank you! :)
author | minion |
---|---|
permlink | re-gazetagaleguia-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170712t004804331z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-07-12 00:48:00 |
last_update | 2017-07-12 00:48:00 |
depth | 2 |
children | 0 |
last_payout | 2017-07-19 00:48:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,172,049 |
net_rshares | 0 |
Good to know! Thank you :))))
author | grigoryovov |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171025t060915880z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-10-25 06:09:21 |
last_update | 2017-10-25 06:09:21 |
depth | 1 |
children | 0 |
last_payout | 2017-11-01 06:09:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 2,810,693,324 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,506,859 |
net_rshares | 0 |
Do you know of any way to get an image within a post, that is not the first image, to appear as a thumbnail? I have read through a lot of tutorials, and I've tried experiments when it's late so it doesn't interfere with the busy posting times. But I haven't gotten anything to work. Sometimes it's not the first image that most captures the essence of a post that would work well in a thumbnail. Thanks!
author | haphazard-hstead |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160914t013411660z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-09-14 01:34:06 |
last_update | 2016-09-14 01:34:06 |
depth | 1 |
children | 7 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 403 |
author_reputation | 36,666,374,575,794 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,238,789 |
net_rshares | 0 |
I can't guarantee this, but seems as if the HTML image code is preferred as thumbnail, so putting a basic link first and a link coded in html should place the html image as thumbnail, but again I'm not sure about this and I didn't test it.
author | minion |
---|---|
permlink | re-haphazard-hstead-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160914t015659991z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-09-14 01:56:54 |
last_update | 2016-09-14 01:56:54 |
depth | 2 |
children | 6 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 239 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,238,962 |
net_rshares | 0 |
Thanks for giving me something to go on. I'll test it. I'm glad I saw this post within the 30 day limit, so I could ask a question. Thanks for replying.
author | haphazard-hstead |
---|---|
permlink | re-minion-re-haphazard-hstead-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160914t043555709z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-09-14 04:35:48 |
last_update | 2016-09-14 04:35:48 |
depth | 3 |
children | 0 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 36,666,374,575,794 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,239,985 |
net_rshares | 0 |
Nope. I tried using the markdown code for the first image and HTML for the second. The first image came up. I also tried making the 2nd image the header image by surrounding it with the level 1 header tags, but that didn't work either. It sure would be nice to be able to figure something out! Thanks for giving me something to test.
author | haphazard-hstead |
---|---|
permlink | re-minion-re-haphazard-hstead-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160914t053227853z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-09-14 05:32:21 |
last_update | 2016-09-14 05:33:24 |
depth | 3 |
children | 4 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 334 |
author_reputation | 36,666,374,575,794 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,240,316 |
net_rshares | 6,910,380,667 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 6,910,380,667 | 100% |
Great thats helpful thanks
author | inkha |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t181858864z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-17 18:18:57 |
last_update | 2016-08-17 18:18:57 |
depth | 1 |
children | 0 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 2,201,489,522,884 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 856,852 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
organicfilms | 0 | 0 | 100% |
Seriously useful post.
author | jacobrobertwoods |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180403t094901649z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-04-03 09:49:03 |
last_update | 2018-04-03 09:49:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 09:49:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 43,744,403 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,089,026 |
net_rshares | 0 |
Thanks, this really helps my friends joining steemit
author | jameshsmitharts |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171029t175836292z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-10-29 17:58:39 |
last_update | 2017-10-29 17:58:39 |
depth | 1 |
children | 0 |
last_payout | 2017-11-05 17:58:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 10,859,269,986,990 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,899,764 |
net_rshares | 0 |
This post is so helpful! Thank you for creating it. I am excited to try out some of your suggestions. Have upvoted this post :)
author | jessicaleebrooke |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171210t040559690z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-12-10 04:02:03 |
last_update | 2017-12-10 04:02:03 |
depth | 1 |
children | 0 |
last_payout | 2017-12-17 04:02:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 4,918,226,221 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,953,740 |
net_rshares | 1,160,516,175 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jessicaleebrooke | 0 | 1,160,516,175 | 100% |
thanks you so much!
author | jorgerp |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180130t035612296z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-01-30 04:16:21 |
last_update | 2018-01-30 04:16:21 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 04:16:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 498,060,028 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,462,717 |
net_rshares | 0 |
As a newbie to Steem (and to markdown itself) I appreciate any good tips I get on improving the appearance of the posts. Can I ask: when steemit comes out of beta, will there be toolbars and all the perks and whistles that most forums seem to have these days? Please--don't get me wrong! I love SteemIt--I just think anything that makes it easier to post our content is going to draw new writers like flies to honey! Thanks for the article!
author | judyd100 |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t153102644z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-17 15:31:00 |
last_update | 2016-08-17 15:31:00 |
depth | 1 |
children | 1 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 443 |
author_reputation | 460,617,989,391 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 854,308 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oneshot | 0 | 0 | 100% | ||
organicfilms | 0 | 0 | 100% |
Your right, improvement will come over time and formatting the post will be easier. But for now we'll have to stick to Markdown and a bit of HMTL to make our posts look good! :)
author | minion |
---|---|
permlink | re-judyd100-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t153344176z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-17 15:33:39 |
last_update | 2016-08-17 15:33:39 |
depth | 2 |
children | 0 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 178 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 854,357 |
net_rshares | 178,351,229 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
joystickwind | 0 | 60,678,983 | 100% | ||
liesmetro | 0 | 57,023,050 | 100% | ||
soundtacos | 0 | 60,649,196 | 100% | ||
oneshot | 0 | 0 | 100% | ||
organicfilms | 0 | 0 | 100% |
Thanks so much @minion, that's really helpful to a newbie like me. I'm more familiar with HTML than Markdown but I'll get the hang of it with this kind of help I'm sure. :)
author | kayeliz |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170622t113048516z |
category | writing |
json_metadata | {"tags":["writing"],"users":["minion"],"app":"steemit/0.1"} |
created | 2017-06-22 11:30:51 |
last_update | 2017-06-22 11:30:51 |
depth | 1 |
children | 1 |
last_payout | 2017-06-29 11:30:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 598,875,909 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,617,671 |
net_rshares | 2,088,667,400 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 2,088,667,400 | 10% |
author | minion |
---|---|
permlink | re-kayeliz-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170623t034028395z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-06-23 03:40:21 |
last_update | 2017-06-23 03:40:21 |
depth | 2 |
children | 0 |
last_payout | 2017-06-30 03:40:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.246 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,718,963 |
net_rshares | 20,468,940,527 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 20,468,940,527 | 100% | ||
trustert | 0 | 0 | 100% |
<div> <p> This post has been linked to from another place on Steem. </p> <ul> <li> <a href="https://steemit.com/steemsquad/@shadowspub/monday-ramble-through-steemit-notes-on-my-favourite-reads-sept-5"> Monday Ramble Through Steemit -- Notes On My Favourite Reads Sept. 5 </a> by <a href="https://steemit.com/@shadowspub"> @shadowspub </a> </li> <li> <a href="https://steemit.com/steemit/@voltarius/finding-success-on-steemit-in-5-steps"> Finding Success on Steemit in 5 Steps </a> by <a href="https://steemit.com/@voltarius"> @voltarius </a> </li> <li> <a href="https://steemit.com/steemit/@shenanigator/official-steemit-faq-rough-draft-your-edits-are-needed"> OFFICIAL Steemit FAQ - Rough Draft - I Need Your Input! </a> by <a href="https://steemit.com/@shenanigator"> @shenanigator </a> </li> <li> <a href="https://steemit.com/steemit/@lpfaust/sharing-the-love-and-the-spotlight-purveyor-of-fine-content-more-hidden-gems-6"> Sharing the Love and the Spotlight : Purveyor of Fine Content (More Hidden Gems 6) </a> by <a href="https://steemit.com/@lpfaust"> @lpfaust </a> </li> </ul> <p> <a href="https://steemit.com/steemit/@ontofractal/steem-linkback-bot-update-v0-2-release"> About linkback bot</a>. Please upvote if you like the bot and want to support its development. </p></div>
author | linkback-bot-v0 |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-linkbacks |
category | writing |
json_metadata | {} |
created | 2016-09-07 23:15:06 |
last_update | 2016-09-07 23:15:06 |
depth | 1 |
children | 1 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,408 |
author_reputation | 1,915,954,976,722 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,165,434 |
net_rshares | 0 |
Nice.
author | anthonychidi |
---|---|
permlink | re-linkback-bot-v0-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-linkbacks-20170625t153902071z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-06-25 15:39:09 |
last_update | 2017-06-25 15:39:09 |
depth | 2 |
children | 0 |
last_payout | 2017-07-02 15:39:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 18,135,849 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,056,622 |
net_rshares | 0 |
I truly enjoy the art of Text Illumination, which speaks to why I love this blog post. It's about making meaningful blogs more beautiful. Thanks for a practical tool guide (which now resides in my bookmarks bar). I have upvoted this blog post and will feature it in my daily gems blog this evening. Great content.
author | lpfaust |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160818t015143229z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-18 01:51:36 |
last_update | 2016-08-18 01:51:36 |
depth | 1 |
children | 0 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 315 |
author_reputation | 69,268,196,173,999 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 863,557 |
net_rshares | 1,441,284,822 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 1,441,284,822 | 100% | ||
carolkean | 0 | 0 | 100% |
Thanks for the article! I was figuring out how to make tags work here. I did use it for my #Introduceyourself post :)
author | lucassantos |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180111t223909682z |
category | writing |
json_metadata | {"tags":["writing","introduceyourself"],"app":"steemit/0.1"} |
created | 2018-01-11 22:39:09 |
last_update | 2018-01-11 22:39:09 |
depth | 1 |
children | 0 |
last_payout | 2018-01-18 22:39:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 1,156,903,263 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,860,698 |
net_rshares | 0 |
Really helpful!! I just had no idea how it worked, now I gotta write things with nice style! Thanks!
author | maargarita |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180106t114251975z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-01-06 11:42:48 |
last_update | 2018-01-06 11:42:48 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 11:42:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 10,998,043,864 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,505,461 |
net_rshares | 0 |
Really helpful!! I just had no idea how it worked, now I gotta write things with nice style! Thanks! Following!
author | maargarita |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180106t114406424z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-01-06 11:44:03 |
last_update | 2018-01-06 11:44:03 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 11:44:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 10,998,043,864 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,505,687 |
net_rshares | 0 |
<center>**♦This can also be applied to comments♦** **-Reasons to Follow-** Almost Anything Science & Technology Life- / Meaningful topics/experiences/thoughts Graphic Design & Photography Computer Software & Hardware Steemit General & Community related topics Sociology </center><center>https://img1.steemit.com/0x0/http://i.imgur.com/cmYJfHk.png</center> <center>Now you know how to format both your posts and comments in a more professional manner. :)</center> <center><a href="https://steemit.com/@minion" target="_blank"><img alt="" border="0" src="http://i.imgur.com/FzBLPgp.gif" /></a></center> ---- <center>*I will follow back If I'm interested in the content you produce.*</center>
author | minion |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t152707313z |
category | writing |
json_metadata | {"tags":["writing"],"image":["https://img1.steemit.com/0x0/http://i.imgur.com/cmYJfHk.png","http://i.imgur.com/FzBLPgp.gif"],"links":["https://steemit.com/@minion"]} |
created | 2016-08-17 15:27:03 |
last_update | 2016-08-17 15:27:03 |
depth | 1 |
children | 7 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 689 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 854,245 |
net_rshares | 120,948,954,476 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tiffjane | 0 | 38,666,719,756 | 100% | ||
discombobulated | 0 | 61,400,600,854 | 100% | ||
ausbitbank | 0 | 19,162,400,644 | 100% | ||
minion | 0 | 1,498,377,893 | 100% | ||
brownboorish | 0 | 57,037,216 | 100% | ||
googlemetro | 0 | 60,572,375 | 100% | ||
somethingsea | 0 | 51,068,382 | 100% | ||
waltrichards | 0 | 52,177,356 | 100% | ||
gatmi | 0 | 0 | 100% | ||
cryptokirk | 0 | 0 | 100% | ||
blaineb | 0 | 0 | 100% | ||
donah | 0 | 0 | 100% | ||
patitou | 0 | 0 | 100% | ||
innocentabroad | 0 | 0 | 100% | ||
iiwok | 0 | 0 | 100% | ||
oneiroslivio | 0 | 0 | 100% | ||
alila.grace | 0 | 0 | 100% | ||
hazet36 | 0 | 0 | 100% | ||
thefightingsloth | 0 | 0 | 100% |
Hello @minion, I have started following you. Can you help me? If yes, then tell how can I make "follow button" as you have made in your comment above.
author | csabhishekkumar |
---|---|
permlink | re-minion-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180225t062504673z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1","users":["minion"]} |
created | 2018-02-25 06:25:12 |
last_update | 2018-02-25 06:28:39 |
depth | 2 |
children | 2 |
last_payout | 2018-03-04 06:25:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 1,921,383,431 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,266,125 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 0 | 100% |
I do have a post, where I've posted a free to use animated follow button, check it out, below it is the code needed to use it, if you have any questions, feel free to ask! P.S. Sorry for the late reply.
author | minion |
---|---|
permlink | re-csabhishekkumar-re-minion-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180312t220518553z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-03-12 22:05:18 |
last_update | 2018-03-12 22:05:18 |
depth | 3 |
children | 1 |
last_payout | 2018-03-19 22:05:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 204 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,993,290 |
net_rshares | 534,805,231 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
csabhishekkumar | 0 | 534,805,231 | 100% |
Thank you, it's very helpful to learn a bit more about this stuff!!
author | tripswithtam |
---|---|
permlink | re-minion-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180110t100059789z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-01-10 10:01:00 |
last_update | 2018-01-10 10:01:00 |
depth | 2 |
children | 0 |
last_payout | 2018-01-17 10:01:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 75,698,581,600 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,459,520 |
net_rshares | 0 |
I read the whole guide, I'm still looking for the answer to my problem! I want to make my links open in a new tab. I love links but I don't want to send people away from my content that I have worked so hard on to get them to come and see! Anyone know how to do that? I also found your comment way down here, noticed you like some of the same things. So I will have to now check your blog. Thank you for the guide! @zebbad
author | zebbad |
---|---|
permlink | re-minion-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170704t150550430z |
category | writing |
json_metadata | {"tags":["writing"],"users":["zebbad"],"app":"steemit/0.1"} |
created | 2017-07-04 15:05:48 |
last_update | 2017-07-05 01:39:57 |
depth | 2 |
children | 2 |
last_payout | 2017-07-11 15:05:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 427 |
author_reputation | 78,430,373,219 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,287,491 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
martusamak | 0 | 0 | 100% | ||
mrs.fruit | 0 | 0 | 100% | ||
voytekpavlik | 0 | 0 | 100% |
Unfortunately, it's disabled within steemit(the site), the code exists to enable links to open in a new tab but it's not enabled by the dev's, I would like links to open like that as well!
author | minion |
---|---|
permlink | re-zebbad-re-minion-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170712t004226223z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-07-12 00:42:24 |
last_update | 2017-07-12 00:42:24 |
depth | 3 |
children | 1 |
last_payout | 2017-07-19 00:42:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 188 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,171,647 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mrs.fruit | 0 | 0 | 100% |
Thanks for the info. I didn't know you can combine markdown and html.
author | mpa |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t153359061z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-17 15:32:39 |
last_update | 2016-08-17 15:32:39 |
depth | 1 |
children | 1 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 70,966,095,120 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 854,342 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
organicfilms | 0 | 0 | 100% |
That's why I'm sharing this, it's important knowledge, also since we are mentioning this, Most of the html functionality doesn't work. For example the `align=""` and many Markdown functionality as well, so I've made sure to include only those that are useful and work on Steemit.
author | minion |
---|---|
permlink | re-mpa-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t153655494z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-17 15:36:51 |
last_update | 2016-08-17 15:36:51 |
depth | 2 |
children | 0 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 279 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 854,397 |
net_rshares | 118,187,678 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
grillingpurring | 0 | 59,449,836 | 100% | ||
lovetosteemit | 0 | 58,737,842 | 100% | ||
organicfilms | 0 | 0 | 100% |
Thanks! Found this very useful while trying to write my first post :)
author | mraffaella |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180625t005026420z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-06-25 00:50:27 |
last_update | 2018-06-25 00:50:27 |
depth | 1 |
children | 0 |
last_payout | 2018-07-02 00:50:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 1,159,801,843 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,118,121 |
net_rshares | 0 |
Wow~! It's awesome! Thank you. ^^
author | ninzacode |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t163509729z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-17 16:35:09 |
last_update | 2016-08-17 16:35:09 |
depth | 1 |
children | 0 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 16,069,470,602,644 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 855,338 |
net_rshares | 1,468,410,335 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 1,468,410,335 | 100% | ||
organicfilms | 0 | 0 | 100% |
Thx for help ! have great day sir!
author | offanziva69 |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180104t233037696z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-01-04 23:30:36 |
last_update | 2018-01-04 23:30:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-11 23:30:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 3,858,578,503 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,140,990 |
net_rshares | 0 |
So helpful. Thanks https://i.imgur.com/I3FBVEl.jpg
author | onealfa |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170525t204555468z |
category | writing |
json_metadata | {"tags":["writing"],"image":["https://i.imgur.com/I3FBVEl.jpg"],"app":"steemit/0.1"} |
created | 2017-05-25 20:46:00 |
last_update | 2017-05-25 20:46:00 |
depth | 1 |
children | 0 |
last_payout | 2017-06-01 20:46:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 480,517,679,424,725 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,793,873 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
onealfa | 0 | 0 | 100% | ||
organicfilms | 0 | 0 | 100% |
Hi! Awesome post! I just wanted to ask, can you center headers? I tried to but can't seem to get it to work
author | oneiroslivio |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171221t135429759z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-12-21 13:54:30 |
last_update | 2017-12-21 13:54:30 |
depth | 1 |
children | 0 |
last_payout | 2017-12-28 13:54:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 0 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,526,929 |
net_rshares | 0 |
Im looking for info on formatting Dtube, but this is very informational thank you
author | openvisionz |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180129t211958863z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-01-29 21:19:57 |
last_update | 2018-01-29 21:19:57 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 21:19:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 4,473,442,802 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,379,991 |
net_rshares | 0 |
This is a great post. I didn't know you could actually blog using html. Thanks for this.
author | paigegirl |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180205t124647666z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-02-05 12:47:03 |
last_update | 2018-02-05 12:47:03 |
depth | 1 |
children | 0 |
last_payout | 2018-02-12 12:47:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 2,404,694,972,239 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,138,592 |
net_rshares | 0 |
Thanks for this educative post, kindly check out my realistic art
author | promisearts |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180321t084539571z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-03-21 08:45:48 |
last_update | 2018-03-21 08:45:48 |
depth | 1 |
children | 0 |
last_payout | 2018-03-28 08:45:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 65 |
author_reputation | 48,187,226,697,252 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 45,705,097 |
net_rshares | 0 |
Thank you for the tips! I am about to do my introduce yourself and I am peeking around to get a handle on things. :)
author | quell.navi |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170606t174936573z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-06-06 17:49:36 |
last_update | 2017-06-06 17:49:36 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 17:49:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 36,462,548,691 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,285,160 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 0 | 10% |
This is really helpful. Thanks
author | ronluilh |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180213t120510532z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-02-13 12:05:09 |
last_update | 2018-02-13 12:05:09 |
depth | 1 |
children | 0 |
last_payout | 2018-02-20 12:05:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | -1,756,638,112 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,198,442 |
net_rshares | 0 |
We'll, that was a lot. I don't know how useful that blog will be in short-term however, because while you said much about what could be done, I could find nothing about 'how to' Italics - you didn't say how. I found when blogging a little icon marked italics, but upon clickon it provided in my blog *italics* and then the typed word I had wanted to be in italics but not. No amount of untutored play let me find out how, to use italics in that one word. Thank-you. I will have to come back and read again, but without the simple stuff, idiots such as I, can glean no meaning from your post.
author | simon62 |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171217t091358789z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-12-17 09:14:06 |
last_update | 2017-12-17 09:14:06 |
depth | 1 |
children | 0 |
last_payout | 2017-12-24 09:14:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 595 |
author_reputation | -66,158,617,147 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,855,705 |
net_rshares | 0 |
#### <center> There you can find very useful interactive MarkDown tutorial: http://www.markdowntutorial.com/ </center>
author | smailer |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t154534249z |
category | writing |
json_metadata | {"tags":["writing"],"links":["http://www.markdowntutorial.com/"]} |
created | 2016-08-17 15:46:06 |
last_update | 2016-08-17 15:46:06 |
depth | 1 |
children | 3 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 58,387,135,395,705 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 854,534 |
net_rshares | 1,512,593,562 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smailer | 0 | 1,512,593,562 | 100% | ||
organicfilms | 0 | 0 | 100% |
Not bad, but again some of the Markdown functionality isn't supported in Steemit. I've included only the things that work and are most commonly used.
author | minion |
---|---|
permlink | re-smailer-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t155244723z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-17 15:52:42 |
last_update | 2016-08-17 15:52:42 |
depth | 2 |
children | 2 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 854,636 |
net_rshares | 241,023,067 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
btctoken | 0 | 127,214,844 | 100% | ||
brownboorish | 0 | 57,037,216 | 100% | ||
slablever | 0 | 56,771,007 | 100% | ||
organicfilms | 0 | 0 | 100% |
You make a great post and I sure what it help for a newbies! I'm not Markdown guru :) but link above was help me to learn basic functions.
author | smailer |
---|---|
permlink | re-minion-re-smailer-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t155556512z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-17 15:56:27 |
last_update | 2016-08-17 15:56:27 |
depth | 3 |
children | 1 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 58,387,135,395,705 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 854,686 |
net_rshares | 1,468,410,335 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 1,468,410,335 | 100% | ||
organicfilms | 0 | 0 | 100% |
Thank you so much for this post. As a designer, presentation is important to me, yet as someone not well versed in code, your post was immensely useful. It gave me pretty much all the basics I needed to make a good looking post. Even though I'm still a minnow, my posts feel premium and even professional after using these tips. Thank you again for this helpful post.
author | soulturtle |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171209t150320216z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-12-09 15:04:15 |
last_update | 2017-12-09 15:04:15 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 15:04:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 367 |
author_reputation | 7,514,915,966,813 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,894,089 |
net_rshares | 0 |
This post is **AWESOME!** I've already referred to it how many times, and have had this open as a tab to refer back to! (Course, the question is why this can't seem to stick in my head...) Went back to this again to figure out how to add links and youtube videos and realized that I never left a comment! Thanks again! **_You're a lifesaver!_**
author | teresachang |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170702t192931556z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-07-02 19:29:33 |
last_update | 2017-07-02 19:29:33 |
depth | 1 |
children | 1 |
last_payout | 2017-07-09 19:29:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 344 |
author_reputation | 885,921,863,579 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,053,910 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minion | 0 | 0 | 100% |
I'm so glad I could help, thank you very much for the kind words! :)
author | minion |
---|---|
permlink | re-teresachang-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170712t004723926z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-07-12 00:47:21 |
last_update | 2017-07-12 00:47:21 |
depth | 2 |
children | 0 |
last_payout | 2017-07-19 00:47:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,172,002 |
net_rshares | 0 |
Thanks for this guide. I learned alot. And then I started listening to GANGNAM STYLE..... the knowledge..... it's gone...... 
author | trustert |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180131t023815662z |
category | writing |
json_metadata | {"tags":["writing"],"image":["https://steemitimages.com/DQmUp5BLkQnK4UYuGjV83F1dx4E2HeNRFeVHYJXYXBWARQd/giphy.gif"],"app":"steemit/0.1"} |
created | 2018-01-31 02:38:15 |
last_update | 2018-01-31 02:38:57 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 02:38:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 223 |
author_reputation | 5,085,857,780 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,730,670 |
net_rshares | 583,749,448 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trustert | 0 | 583,749,448 | 100% |
This was just what I was looking for! Thanks.
author | vandenberg |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20180214t184342951z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2018-02-14 18:43:42 |
last_update | 2018-02-14 18:43:42 |
depth | 1 |
children | 0 |
last_payout | 2018-02-21 18:43:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 24,131,361,363 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,546,610 |
net_rshares | 0 |
deleted
author | venuspcs |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t160301052z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-17 16:03:00 |
last_update | 2016-08-17 17:37:54 |
depth | 1 |
children | 1 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 30,491,473,006,755 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 854,795 |
net_rshares | 46,239,600,501 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
venuspcs | 0 | 48,028,643,113 | 100% | ||
whatyouganjado | 0 | 53,867,378 | 100% | ||
spoonwine | 0 | 58,248,315 | 100% | ||
grillingpurring | 0 | 55,810,050 | 100% | ||
lovetosteemit | 0 | 57,339,322 | 100% | ||
blockcodes | 0 | -2,068,993,807 | -100% | ||
steemithelper1 | 0 | 54,686,130 | 100% |
Thank you, for your understanding.
author | minion |
---|---|
permlink | re-venuspcs-re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20160817t170857767z |
category | writing |
json_metadata | {"tags":["writing"]} |
created | 2016-08-17 17:08:54 |
last_update | 2016-08-17 17:43:21 |
depth | 2 |
children | 0 |
last_payout | 2016-09-17 18:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 3,133,996,004,573 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 855,859 |
net_rshares | 1,478,143,777 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
reported | 0 | 86,243,107 | 100% | ||
krushing | 0 | 52,473,354 | 100% | ||
btctoken | 0 | 115,380,905 | 100% | ||
bofadeez | 0 | 1,058,871,663 | 100% | ||
alexbones | 0 | 51,216,467 | 100% | ||
pumpenthusiasm | 0 | 58,017,479 | 100% | ||
lovetosteemit | 0 | 55,940,802 | 100% |
Very helpful post, i'm a beginner and its exactly what i was looking for. Thanks!
author | wanderinglich |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20170914t130206918z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-09-14 13:02:06 |
last_update | 2017-09-14 13:02:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-21 13:02:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 3,991,119,287 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,861,275 |
net_rshares | 0 |
Is markdown used somewhere else too and is it a separate language??
author | yashpalgoyal1304 |
---|---|
permlink | re-minion-professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users-20171021t063122306z |
category | writing |
json_metadata | {"tags":["writing"],"app":"steemit/0.1"} |
created | 2017-10-21 06:31:27 |
last_update | 2017-10-21 06:31:27 |
depth | 1 |
children | 0 |
last_payout | 2017-10-28 06:31:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 18,133,853 |
root_title | "Professional Tutorial for Post Formatting, both for Beginners and Advanced users." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,193,896 |
net_rshares | 0 |