Jetpack 2.8: Introducing Markdown and Improving Monitor

We’re thrilled to announce that our latest update is out the door! Jetpack 2.8 includes improvements to Jetpack Monitor and also introduces a brand new Markdown module.

Jetpack Monitor Module Card

Improved Jetpack Monitor notifications

Multiple users can now receive Jetpack Monitor email notifications. As an admin user linked to WordPress.com, you can opt in to receive these notifications right from your dashboard. Just navigate to the Jetpack page, find the Monitor module card, and click on Configure. Then, check the “Receive Monitor Email Notifications” setting and save your changes. Now if your site ever goes down you will receive notifications to your WordPress.com linked account email!

Explore the benefits of Jetpack

Learn how Jetpack can help you protect, speed up, and grow your WordPress site. Get up to 50% off your first year.

Explore plans

Write more efficiently with Markdown

Since introducing Markdown on WordPress.com, we’ve had a lot of requests to bring it over to Jetpack. Well, queue the trumpets, start the drumroll, Markdown is here!

For those who don’t know, Markdown is a quick way to add formatted text without writing out any HTML. Markdown lets you compose links, lists, and other styles using regular characters and punctuation marks. If you want a quick, easy way to write and edit rich text without having to take your hands off the keyboard or learn a lot of complicated codes and shortcuts, then Markdown might be right for you. We do strongly suggest sticking with the “Text” tab in the Editor when using Markdown.

Here is an example of Markdown in the text editor:

Markdown in text editor

And here is that same Markdown converted to HTML in the Reddle theme:

Markdown converted to HTML in Reddle

Isn’t that pretty awesome? You can check out the announcement post over at WordPress.com for more information about Markdown and see our Markdown support page.

Publicize Support for Custom Post Types

For our developer friends out there, we’ve added Publicize support for custom post types, allowing you and your clients to automatically post new entries from any CPT to your social media networks. You’d need to make one small tweak in the code defining the CPT—just add 'publicize' to the CPT’s 'supports' array.

For example, to enable the title, editor, Publicize, and Jetpack’s new support for Markdown: 'supports' => array( 'title', 'editor', 'publicize', 'wpcom-markdown' ),

As always, if you notice any issues with this release, just give us a shout over at the forums or send us a message through our contact form. Thank you for flying with Jetpack!

This entry was posted in Releases and tagged , , , , , . Bookmark the permalink.

Ryan C. profile

Ryan C.

Explore the benefits of Jetpack

Learn how Jetpack can help you protect, speed up, and grow your WordPress site. Get up to 50% off your first year.

Explore plans

Have a question?

Comments are closed for this article, but we're still here to help! Visit the support forum and we'll be happy to answer any questions.

View support forum

Comments

  1. Sushubh Mittal says:

    Still waiting for Google +1 button to come back. I prefer it over the Google+ Share button. Also of course the related post feature that was added to WordPress.com recently. Thanks.

    Like

    • Ryan C. says:

      Thanks for the feedback! While I can’t guarantee anything, I’d recommend keeping your eyes open for future releases 🙂

      Like

  2. Aubrey Portwood says:

    Great job, can’t wait to use Markdown using Jetpack!

    Like

  3. Vanessa Anne Blaylock says:

    I’ve really been waiting for this one, thank you so much! I’ve been using Markdown on Ghost, Tumblr & Editorially and it’s great to finally have it on the platform I spend the most time on! TY!

    Like

  4. Shemul49rmc says:

    Great job, i really like the Monitor notifications.

    Like

  5. Jelani Thompson says:

    This is great! But when are you guys going to add subscription management and lists?

    Like

    • Ryan C. says:

      If you’d like to open up a new Issue over at GitHub with some more details, then the team will review your suggestion there. Thanks for the feedback!

      Like

  6. galeweithers says:

    Are any of these super amazing features available for wordpress.com blogs? I particularly wanted to see my 2013 stats but it appears they weren’t available for those of us with free blogs.

    Like

    • Ryan C. says:

      These features certainly are available on WordPress.com! Also, I just sent you an email that contains a link to your 2013 annual report. You should be receiving it shortly!

      Like

  7. blogan says:

    Does the Markdown functionality save as html with the markdown save in a custom field? In other words, if I write a post in Markdown, then disable Jetpack, how does the post display?

    Like

    • Ryan C. says:

      Good question! The HTML version of your post is stored in post_content and the Markdown version is stored in post_content_filtered. You can see how it’s stored here.

      Specifics aside, if you write a post with Markdown enabled and then disable the module (or Jetpack entirely) the post will still display properly. I hope this helps clear things up!

      Liked by 1 person

  8. alokyadav15 says:

    Please make markdown editor like GHOST have with real time preview and image and other uploads things

    thanks you

    – Alok

    Like

  9. revdocrandy says:

    Awesome!

    I’ve been using the Markdown on Save Improved plugin. If I remove that plugin, will all of the posts I’ve written using that plugin continue to post correctly?

    Like

  10. Hemant Aggarwal says:

    Will Markdown be converted to HTML when I save the draft or update the post? Because I need to make sure even if I disable Markdown, I still have all my articles working fine.

    Like

    • Ryan C. says:

      I definitely understand your concern! You can take a look at this comment for more information on how Markdown is stored. tl;dr: If you disable the Markdown module or Jetpack entirely, the articles will still work correctly. I hope this helps!

      Like

  11. Pedro Lamas (@pedrolamas) says:

    I’d like to be able to use the new Markdown feature, but given that it doesn’t use Google Pretify for code highlighting (most websites use it, like Stack Overflow for example), for the moment I will continue to use WP_Markdown in my own hosted WordPress blog… :\

    Like

  12. Phil Wolff says:

    Is Jetpack Markdown global for all users?
    Can it be turned on for editing just one post and not another?
    Will it work on posts published through the post-by-email Jetpack module?

    Like

    • Ryan C. says:

      Is Jetpack Markdown global for all users?

      Yes, it is. We initially considered making this a user setting, but having multiple authors with/without Markdown enabled on a single document would cause a bit of trouble. Therefore, we decided that it would be better off as a global setting.

      Can it be turned on for editing just one post and not another?

      Enabling Markdown happens on a per-site basis. So, similar to my answer above, it’s a global setting for all posts.

      Will it work on posts published through the post-by-email Jetpack module?

      At this time it will not. However, it is definitely something that we’re looking into. I’d recommend keeping your eye out for future updates!

      Like

  13. Thomas Thomassen says:

    What happens to existing articles if I enable Markdown?
    Can I control per post to use Markdown or not?

    Like

    • Ryan C. says:

      What happens to existing articles if I enable Markdown?

      Existing posts will not be affected when you activate the module. When you edit existing posts, they are then converted through Markdown. But, since Markdown ignores existing HTML, 99% of the time it will make no difference.

      Can I control per post to use Markdown or not?

      Enabling Markdown is a per-site setting. So, it is either on for the whole site or not. Let me know if you have any other questions!

      Like

      • Khürt Williams says:

        I currently use another plug-in for Markdown. If I disable that plugin and use the Jetpack Markdown feature will existing Markdown post be updated?

        Like

      • Ryan C. says:

        Howdy, Khürt! I imagine it depends on how your current plugin stores its Markdown. Which plugin are you using? Just let me know, and I can look into it further.

        Like

  14. billkenny says:

    Great Package. Very Useful Indeed.

    Like

  15. stephenalec says:

    Finally! Been waiting on the publicize for the CPT for the longest time!!!!!!!!

    Like

  • Enter your email address to follow this blog and receive news and updates from Jetpack!

    Join 112.8K other subscribers
  • Browse by Topic