Parsedown Importer

0

This plugin allows users to import Markdown files into posts. Prior to importing, settings for post status, post type, and post author can be set. Post status settings: Draft (default)

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

This plugin allows users to import Markdown files into posts. Prior to importing, settings for post status, post type, and post author can be set.

Post status settings:

  1. Draft (default)
  2. Publish
  3. Private

Post type settings:

  1. Post (default)
  2. Page

Post author settings:

  1. Current user (default)
  2. All other users with the ability to edit posts

This plugin utilizes the Parsedown PHP library by Emanuil Rusev, which is mostly compliant with the CommonMark spec. It also extends up the Parsedown library, by allowing:

  • checkboxes; ‘[ ]’, ‘[]’, and ‘[x]’ are translated into unchecked/checked checkbox inputs