create account

Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software! by joanaltres

View this thread on: hive.blogpeakd.comecency.com
· @joanaltres · (edited)
$25.80
Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!
<center>![](http://d3pdyp8alr123j.cloudfront.net/steemit/markdownpad/markdown-woes-jpg.jpg)</center>

If you *hate* having to manually type markdown code for your Steemit posts, try this free and easy markdown editor called **[Markdown Pad](http://markdownpad.com/)**.

**(Note: Markdown Pad is software made exclusively for Windows)**

That's what I'm using now to compose this post, and it's super-duper simple!

---------

# The Basics #

## Step One ##

Write out your post in plain text on the left-hand side. I like writing my entire post before adding any styles, but you can add styles as you go, if that's your preference.

![](http://d3pdyp8alr123j.cloudfront.net/steemit/markdownpad/markdown-demo1.jpg)

## Step Two ##

- Highlight the text you want to apply a different style to other than plain text, such as bold, italic, H1, etc.
- Click the correct style button at the top menu bar for the style you want applied.

*Voila!* The software automatically inserts the correct markdown syntax.

![](http://d3pdyp8alr123j.cloudfront.net/steemit/markdownpad/markdown-demo2.jpg)

You *never* have to type markdown code the entire time you're putting together your post. It's that easy.

----------
# Advanced (but just a little) #

# Images and Video #

But you might want to center an image or an embedded YouTube video in your post also, and for that you'll need to include some html code (but don't worry - it's really easy, and I'll show you exactly what to type in a minute).

## First, add an image: ##

1. Position your cursor where you want the image to display.
2. Click the image button. 
3. Type in the url where your image is located online (for me that's my Amazon AWS Cloudfront bucket, but a lot of Steemians use [imgsafe.org](https://imgsafe.org/) [Also, see this tutorial about using imgsafe.org by @billbutler ["Adding Images to Your Steem Posts".](https://steemit.com/steem/@billbutler/adding-images-to-your-steem-posts)]


Markdown Pad includes the markdown code automatically. It looks like this:

    `![](http://d3pdyp8alr123j.cloudfront.net/steemit/markdownpad/odee-boy-gsd.jpg)`

Now, to center the image, add these html **"center"** tags at both end points of the above code, as shown below:

    `<center>![](http://d3pdyp8alr123j.cloudfront.net/steemit/markdownpad/odee-boy-gsd.jpg)</center>`
You simply add `<center>` at the beginning and then `</center>`at the end. **Don't forget the forward slash** `/` **for the ending center tag.**

<center>And the result is a centered image.</center>

<center>![](http://d3pdyp8alr123j.cloudfront.net/steemit/markdownpad/odee-boy-gsd.jpg)</center>

----------

## Centering a YouTube Video ##

## Add the video. ##

Just grab *the embed code* at the url where the video is playing on YouTube, and paste it directly into Markdown Pad.

    `<iframe width="640" height="360" src="https://www.youtube.com/embed/qS_UJOMBROg?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>`

Center the video using the exact same center tags you used to center images. Use `<center>` at the beginning and  `</center>` at the end.

The code looks like this now:

    `<center><iframe width="640" height="360" src="https://www.youtube.com/embed/qS_UJOMBROg?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe></center>`

<center>And the result is a centered YouTube video!</center>

<center><iframe width="640" height="360" src="https://www.youtube.com/embed/qS_UJOMBROg?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe></center>

You'll find this video on a post by @contentking - [an excellent article about Betta fish.](https://steemit.com/howto/@contentking/my-amazing-betta-aquarium-and-how-you-can-have-one-just-like-it)

(Note: If you don't need your video center-aligned, you can simply grab the url of the video instead of the embed code and paste that inside Markdown Pad, but there won't be a preview on the right-side pane).

**You can also center-align text using the same center tags as you do with images and videos.**


----------


After you're done composing your new, whale-attracting Steemit post, just go to the menu and click **"Edit"** and **"Select All"**. 

Copy and paste everything into the Steemit post editor in "markdown" mode.

Scroll down a little to preview how your post will look on Steemit.

Simple as that, and you'll have a good-looking published post for your followers to check out and upvote!

<center>![](http://d3pdyp8alr123j.cloudfront.net/steemit/signature/joan1.jpg)</center>

<center>![](http://d3pdyp8alr123j.cloudfront.net/steemit/signature/joanaltres.png)</center>

**[Click here to get Markdown Pad - It's Free!](http://markdownpad.com/)**

**Resources:**

Another editor you might like to use is an online editor at [SteemPower.org](https://www.steempower.org/editor) by @charlieshrem

Also see ["Steemit Markdown Basics for Beginners"](https://steemit.com/steemit/@thecryptofiend/markdown-basics-for-beginners) by @thecryptofiend
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 96 others
properties (23)
authorjoanaltres
permlinktired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software
categorysteemit
json_metadata{"tags":["steemit","markdown","editor","software","tutorial"],"users":["billbutler","contentking","charlieshrem","thecryptofiend"],"image":["http://d3pdyp8alr123j.cloudfront.net/steemit/markdownpad/markdown-woes-jpg.jpg","http://d3pdyp8alr123j.cloudfront.net/steemit/markdownpad/markdown-demo1.jpg","http://d3pdyp8alr123j.cloudfront.net/steemit/markdownpad/markdown-demo2.jpg","http://d3pdyp8alr123j.cloudfront.net/steemit/markdownpad/odee-boy-gsd.jpg","http://d3pdyp8alr123j.cloudfront.net/steemit/signature/joan1.jpg","http://d3pdyp8alr123j.cloudfront.net/steemit/signature/joanaltres.png"],"links":["http://markdownpad.com/","https://imgsafe.org/","https://steemit.com/steem/@billbutler/adding-images-to-your-steem-posts","https://steemit.com/howto/@contentking/my-amazing-betta-aquarium-and-how-you-can-have-one-just-like-it","https://www.steempower.org/editor","https://steemit.com/steemit/@thecryptofiend/markdown-basics-for-beginners"]}
created2016-10-27 04:45:21
last_update2016-10-27 05:37:48
depth0
children22
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value20.439 HBD
curator_payout_value5.356 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,975
author_reputation3,350,997,703,778
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,630,031
net_rshares45,820,447,155,386
author_curate_reward""
vote details (160)
@better ·
Hello @joanaltres,

It gives us pleasure to inform you that this post have been upvoted by Project Better.

The Mission of Project Better is to reward posts have many votes from Minnows but earn pennies. 
Your payout is $0.054 before we vote on your post.

Learn more about the [Project Better here!](https://steemit.com/robots/@better/better-27-10-2016)

We hope to see you continuing to post some great stuff on Steemit!

Good luck!

~BETTER~
👍  ,
properties (23)
authorbetter
permlinkre-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software
categorysteemit
json_metadata""
created2016-10-27 05:16:27
last_update2016-10-27 05:16:27
depth1
children1
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length444
author_reputation15,710,539,597,279
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,630,146
net_rshares8,487,795,300
author_curate_reward""
vote details (2)
@joanaltres ·
Thanks! I wasn't aware of this project until now. Much appreciated. :)
properties (22)
authorjoanaltres
permlinkre-better-re-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161027t052236100z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-27 05:22:42
last_update2016-10-27 05:22:42
depth2
children0
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation3,350,997,703,778
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,630,169
net_rshares0
@contentking ·
Fantastic post!  I think this software is an absolute MUST HAVE for any people who post on SteemIt!
👍  
properties (23)
authorcontentking
permlinkre-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161107t172800680z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-11-07 17:28:18
last_update2016-11-07 17:28:18
depth1
children0
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation7,907,050,409,054
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,707,440
net_rshares1,115,727,254
author_curate_reward""
vote details (1)
@darthnava ·
Resteemed for being useful!
👍  
properties (23)
authordarthnava
permlinkre-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161027t165937344z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-27 16:59:36
last_update2016-10-27 16:59:36
depth1
children1
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation202,077,488,573,519
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,633,440
net_rshares1,115,727,254
author_curate_reward""
vote details (1)
@joanaltres ·
Thanks so much! :)
properties (22)
authorjoanaltres
permlinkre-darthnava-re-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161027t170132925z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-27 17:01:42
last_update2016-10-27 17:01:42
depth2
children0
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation3,350,997,703,778
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,633,451
net_rshares0
@ianstrat ·
Still confused but good information
👍  
properties (23)
authorianstrat
permlinkre-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161121t171011170z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-11-21 17:10:15
last_update2016-11-21 17:10:15
depth1
children6
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation12,786,084,463,699
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,816,090
net_rshares1,071,098,164
author_curate_reward""
vote details (1)
@joanaltres ·
Hi @ianstrat. Did you download the Markdown Pad software? Tell me what part of it is confusing you and maybe I can help you. :)
👍  
properties (23)
authorjoanaltres
permlinkre-ianstrat-re-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161121t175902066z
categorysteemit
json_metadata{"tags":["steemit"],"users":["ianstrat"]}
created2016-11-21 17:59:06
last_update2016-11-21 17:59:06
depth2
children5
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation3,350,997,703,778
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,816,326
net_rshares1,160,356,344
author_curate_reward""
vote details (1)
@ianstrat ·
Many thanks  but I gave up as I  couldn't understand it, When on the submit story I clicked to do but nothing was there so just reverted to same old same old. Unfortunately as you will see in my posts I cant make anything bold , underlined or change text. Doesn't bother me too much as now starting to get votes  but if I need software I don't know why that wasn't explained in steemit .
Any help would be appreciated as this could clearly make my posts look better .
Really appreciate you trying to help a fairly newbie
👍  
properties (23)
authorianstrat
permlinkre-joanaltres-re-ianstrat-re-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161121t190757760z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-11-21 19:08:00
last_update2016-11-21 19:08:00
depth3
children2
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length520
author_reputation12,786,084,463,699
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,816,706
net_rshares1,071,098,164
author_curate_reward""
vote details (1)
@ianstrat ·
Just downloaded the software. Hope I can work it. Thank you
👍  
properties (23)
authorianstrat
permlinkre-joanaltres-re-ianstrat-re-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161121t191441416z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-11-21 19:14:45
last_update2016-11-21 19:14:45
depth3
children1
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation12,786,084,463,699
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,816,751
net_rshares1,071,098,164
author_curate_reward""
vote details (1)
@juvyjabian ·
Thanks for this @joanaltres. A very useful tool. With this I wouldn't be visiting online markdown tools anymore.
properties (22)
authorjuvyjabian
permlinkre-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161121t205724656z
categorysteemit
json_metadata{"tags":["steemit"],"users":["joanaltres"]}
created2016-11-21 20:57:24
last_update2016-11-21 20:57:24
depth1
children1
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation185,700,092,637,158
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,817,512
net_rshares0
@joanaltres ·
Yes, I don't like using online tools much. I like taking my time and saving to my hard drive until ready. Plus brownouts can ruin everything. Lol
properties (22)
authorjoanaltres
permlinkre-juvyjabian-re-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161122t033026424z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-11-22 03:30:33
last_update2016-11-22 03:30:33
depth2
children0
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation3,350,997,703,778
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,819,779
net_rshares0
@onetree ·
Thank you for this excellent advice!
👍  
properties (23)
authoronetree
permlinkre-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161027t053216350z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-27 05:32:24
last_update2016-10-27 05:32:24
depth1
children1
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation73,830,922,241,007
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,630,204
net_rshares1,160,356,344
author_curate_reward""
vote details (1)
@joanaltres ·
Glad to do it. Thanks for commenting! :)
👍  ,
properties (23)
authorjoanaltres
permlinkre-onetree-re-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161027t053936462z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-27 05:39:45
last_update2016-10-27 05:39:45
depth2
children0
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation3,350,997,703,778
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,630,235
net_rshares4,428,690,282
author_curate_reward""
vote details (2)
@ramblinmind ·
Thanks much!
👍  
properties (23)
authorramblinmind
permlinkre-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161028t031557237z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-28 03:11:48
last_update2016-10-28 03:11:48
depth1
children1
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation165,142,565,262
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,636,920
net_rshares1,115,727,254
author_curate_reward""
vote details (1)
@joanaltres ·
You bet, and thank you too! :)
👍  
properties (23)
authorjoanaltres
permlinkre-ramblinmind-re-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161028t031730609z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-28 03:17:36
last_update2016-10-28 03:17:36
depth2
children0
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation3,350,997,703,778
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,636,963
net_rshares0
author_curate_reward""
vote details (1)
@steemitqa ·
Been looking for something like this for awhile.
👍  
properties (23)
authorsteemitqa
permlinkre-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161027t225347154z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-27 22:54:06
last_update2016-10-27 22:54:06
depth1
children1
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation22,135,803,163,402
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,635,712
net_rshares1,115,727,254
author_curate_reward""
vote details (1)
@joanaltres ·
Great. Hope it helps! :)
👍  
properties (23)
authorjoanaltres
permlinkre-steemitqa-re-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161028t015305723z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-28 01:53:12
last_update2016-10-28 01:53:12
depth2
children0
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation3,350,997,703,778
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,636,565
net_rshares1,115,727,254
author_curate_reward""
vote details (1)
@thornybastard ·
Very helpful. Resteemed.
👍  
properties (23)
authorthornybastard
permlinkre-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161027t235348120z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-27 23:53:45
last_update2016-10-27 23:53:45
depth1
children1
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation18,863,428,692,290
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,636,007
net_rshares1,115,727,254
author_curate_reward""
vote details (1)
@joanaltres ·
Thanks for the resteem!
properties (22)
authorjoanaltres
permlinkre-thornybastard-re-joanaltres-tired-of-manually-typing-markdown-code-don-t-know-html-try-this-free-software-20161028t015428945z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-10-28 01:54:36
last_update2016-10-28 01:54:36
depth2
children0
last_payout2016-11-27 13:20:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation3,350,997,703,778
root_title"Tired of Manually Typing Markdown Code? Don't Know HTML? Try This Free Software!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,636,570
net_rshares0