Markdown Facebook Post



Are you planning to create a static site? Do you want to export the posts from your Ghost blog to Markdown? Well, that's why you probably came here and you might be in a hurry to get your posts to Markdown. So, without much intro, let's dive into the topic and see how to export posts from a Ghost blog to Markdown.

We’ll be using a Node package called ghost-to-md to make the task easy.

MarkdownMarkdown
  1. You can read below for the most useful aspects of Markdown as it relates to formatting posts in the Rick Steves Travel Forum. Or, try this link for a thorough detailing of Markdown syntax. Bulleted lists: use asterisks, pluses, and hyphens (., +, and -) as list markers.
  2. A nother good news for content loving people is that the social giant Facebook started rolling out support for Rich Text Formatting using Markdown in status updates in profiles, pages, groups and events. It is speculated that it's been rolled out only to a few users before rolling out en masse.

I think for now your best bet is just to embed markdown into JS files as string literals. You can use interpolation (ES6 template strings) to inject image URLs in them which you can obtain by importing images. You can even create files that export solely string literals and name them.md.js to make their role clear. Does this solve your use case? Markdown in Facebook Event posts through Graph API. Ask Question Asked 4 years, 5 months ago. Active 3 years, 3 months ago. Viewed 331 times 1. How one can post to the Event wall using Graph API with Markdown formatting? It is not clear from API docs.

Prerequisites

FacebookMarkdown facebook post examples

Before continuing, please make sure you have installed the latest version on Node on your machine. NodeJS can be downloaded from nodejs.org.

Facebook Markup Text

Export posts as Markdown

  • Login to Ghost as admin and go to Settings -> Labs -> Export your content and download the JSON file.
  • Download and install the latest version on NodeJs.
  • Open NodeJS command prompt or terminal and run this command. npm install -g ghost-to-md.
  • Run this command to export the posts to markdown. ghost-to-md path-to-export/export-file.json
  • It will create a directory named ghost-to-md-output and place the Markdown exports of all posts in it.

Oh...That just happened in the blink of an eye. Isn't it? And one more thing. Along with your published posts, drafts will also be exported. Don't forget to delete them.

Markdown Facebook Post Template

If you faced any issues, let me know in the comments.

Markdown Facebook Post

Good Facebook Post

Subscribe