このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Parsedown Importer

説明

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

インストール

  1. Upload parsedown-importer.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Q: Usage

Note: Only accounts with the ability to import will see the ‘Tools’ > ‘Parsedown Import’ sub-menu.

  1. Navigate to the ‘Tools’ > ‘Parsedown Import’ sub-menu
  2. Click the ‘Select Files’ button, and select one or more Markdown (.md, .markdown, or .mdown) files from the prompt
  3. Optionally change the import settings
  4. Click the ‘Import’ button
Installation Instructions
  1. Upload parsedown-importer.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

評価

0件のレビューをすべて表示

貢献者と開発者

Parsedown Importer はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Parsedown Importer” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.8

  • Update file type validation to deal with Windows 10 silliness.

1.0.7

  • Update readme and tags.

1.0.5

  • Updated successful import file list header content

1.0.4

  • Updated successful import file list width

1.0.3

  • Removed node_modules from .gitignore

1.0.2

  • Updated readme

1.0.1

  • Updated checkbox regex to allow brackets with no space in between.

1.0.0

  • Updated readme(s) and plugin details.
  • Init repo