=== Import Markdown === Contributors: DAEXT Tags: markdown, import, importer, markdown import, markdown importer Donate link: https://daext.com/ Requires at least: 4.5 Tested up to: 6.0 Requires PHP: 5.3 Stable tag: 1.09 License: GPLv2 or later Import Markdown lets you easily generates posts based on Markdown files. == Description == Import Markdown lets you easily generates posts based on Markdown files. = Ultimate Markdown = We also run a WordPress plugin that integrates Markdown in the block editor. For more information, check out [Ultimate Markdown](https://daext.com/ultimate-markdown/). = Video Tutorial = https://www.youtube.com/watch?v=3EhQ4Xjzg6s = Speed up you workflow with Markdown = Markdown is a lightweight and easy-to-use syntax for creating HTML. Let's see some of the advantages of using this emerging format with the Import Markdown plugin: * Markdown is extremely easy to use, the tokens available with the Markdown syntax can be learned in less than 30 minutes. * Markdown translates to perfect HTML. No missing closing tags, no improperly nested tags, no blocks left without containers. * The Markdown files are simple text files editable with any text or code editor, on any operative system. * The Markdown files are extremely lightweight text files which don't need to be compressed to be transported or sent on the internet. * Writing with the Markdown syntax requires and average of 25% less characters than writing HTML. * You can stop thinking about html and focus on what's important, the content. * You can start writing your posts in your personal distraction free editor, like a simple text/code editor customized for your needs or one of the specific Markdown editors available on the market. * Programmers no longer need to manually convert to HTML entities the problematic characters present in code snippets. The Markdown parsers do this job for you. * With five included parser and three Markdown variations supported, this plugin can certainly satisfy even a Markdown expert who make use of any possibility provided by the syntax. = Five Markdown parsers and three markdown flavors = At this time there isn't a clearly defined Markdown standard and different implementations are currently used on the web. For this reason this plugin doesn't force you to adopt a specific Markdown syntax, but instead allows you to select your favorite parser between the five available. In the Import Markdown options you will be able to selected one of these five parser. In this list for each parser you have a reference to the supported syntax. Parsedown ([GitHub](https://help.github.com/categories/writing-on-github/)) Parsedown Extra ([Extra](https://michelf.ca/projects/php-markdown/extra/)) Cebe Markdown ([Traditional](http://daringfireball.net/projects/markdown/syntax)) Cebe Markdown GitHub ([GitHub](https://help.github.com/categories/writing-on-github/)) Cebe Markdown Extra ([Extra](https://michelf.ca/projects/php-markdown/extra/)) = Credits = This plugin make use of the following resources: * [Parsedown](https://github.com/erusev/parsedown) licensed under the [MIT License](https://opensource.org/licenses/mit-license.php) * [Cebe Markdown](https://github.com/cebe/markdown) licensed under the [MIT License](https://opensource.org/licenses/mit-license.php) * [Composer](https://getcomposer.org/) licensed under the [MIT License](https://opensource.org/licenses/mit-license.php) * [Chosen](https://github.com/harvesthq/chosen) licensed under the [MIT License](https://opensource.org/licenses/mit-license.php) = Legal Note = The name “Markdown” is used with the only purpose of making clear to the users the type of syntax supported by this plugin. You should not assume that the original author of the “Markdown” syntax, [defined in 2004 with this post](http://daringfireball.net/projects/markdown/syntax), endorses this plugin. == Installation == = Installation (Single Site) = With this procedure you will be able to install the Import Markdown plugin on your WordPress website: 1. Visit the **Plugins -> Add New** menu 2. Click on the **Upload Plugin** button and select the zip file you just downloaded 3. Click on **Install Now** 4. Click on **Activate Plugin** = Installation (Multisite) = This plugin supports both a **Network Activation** (the plugin will be activated on all the sites of your WordPress Network) and a **Single Site Activation** in a **WordPress Network** environment (your plugin will be activate on single site of the network). With this procedure you will be able to perform a **Network Activation**: 1. Visit the **Plugins -> Add New** menu 2. Click on the **Upload Plugin** button and select the zip file you just downloaded 3. Click on **Install Now** 4. Click on **Network Activate** With this procedure you will be able to perform a **Single Site Activation** in a **WordPress Network** environment: 1. Visit the specific site of the **WordPress Network** where you want to install the plugin 2. Visit the **Plugins** menu 3. Click on the **Activate** button (just below the name of the plugin) == Frequently Asked Questions == = Which versions of PHP are supported? * For the basic plugin functionalities PHP 5.3 or higher * For the Parsedown Parsers PHP 5.3 or higher * For the Cebe Markdown Parsers 5.4 or higher = Which extensions are supported for the Markdown files? The following file extensions are supported: * .md * .markdown * .mdown * .mkdn * .mkd * .mdwn * .mdtxt * .mdtext * .text * .txt == Screenshots == 1. Import Menu 2. Options Menu