DEV Community

Sean Killeen
Sean Killeen

Posted on

[Solved] How can I publish a post in my drafts?

Problem

Currently, when I look at my dashboard, I see several drafts that I've imported via RSS.

I have "DRAFT", "EDIT", and "DELETE" buttons. Under each post

However, none of those buttons appears to give me the ability to actually publish a post. And unlike authoring this post, when I click "SAVE POST", it appears to revert back to the unpublished post, rather than publishing it.

Anyone know how I can actually get some of these out into the wild?

Solution

The post has a published: false piece in the frontmatter. Change it to true.

Latest comments (32)

Collapse
 
ogagaonuta profile image
David Onuta

This helped, thanks a lot...

Collapse
 
mk profile image
Mariusz

One of the worst UX I ever encounter!
Thanks for that post though.

Collapse
 
robyconte profile image
Roberto Conte Rosito

Old but gold, thank you!

Collapse
 
seankilleen profile image
Sean Killeen

Haha, thank you!

Collapse
 
kaeruct profile image
AndrΓ©s Villarreal

Thanks for this post. This is a hilarious UX blunder

Collapse
 
piedcipher profile image
Tirth Patel

Thanks a lot!

Collapse
 
iamarya profile image
Arya

Thanks! I feel stupid now for not noticing it. But that's alright haha!

Collapse
 
pcameronpresley profile image
Cameron Presley

Just ran into this problem myself, why can't we have a button for publishing?

Collapse
 
kevinboosten profile image
Kevin Boosten

Haha, thanks for that!

Collapse
 
nebulagraph profile image
NebulaGraph

Great to find the post and solve my problem!

Collapse
 
guillaumechevalier profile image
Guillaume Chevalier

omg, that wasn't obvious at first

Collapse
 
technoplato profile image
Michael Lustig - halfjew22@gmail.com

It's weird. At various times throughout my past, I've logged into dev.to with my Twitter and Github respectively. On the account where I logged in with Github, I had a publish button and did not run into this snafu. On the account where I logged in with Twitter, I did run into it, and also have a different UI for publishing posts altogether (with just plain YAML up top and no publish button, just a preview button)

Collapse
 
technoplato profile image
Michael Lustig - halfjew22@gmail.com • Edited

Ah! I figured it out. All you have to do is change your editor version.

user-images.githubusercontent.com/...

Collapse
 
n350071 profile image
n350071πŸ‡―πŸ‡΅

Great!! Thank you for saving my time!

Collapse
 
bytrangle profile image
Trang Le

Oh yes, this happened to me, and it took me 15 minutes to discover your post. Thank you.

Collapse
 
jlengrand profile image
Julien Lengrand-Lambert

Good one! Thanks

Collapse
 
sanketmaru profile image
Sanket Maru

Happened to me too. Thanks for the post.