Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

Mark It Down WordPress!

Descripció

This is a simple plugin to help you write posts or pages in plain-text Markdown syntax. And even allowing plaint-text Markdown for comments as well. It will also switch-off the Visual Editor, as you don’t need distractions. This plugin sits on top of a giant’s shoulder, namely Jetpack.

This plugin is also installable via composer, see: https://github.com/7php/MarkItDownWordpress

Roadmap

  • By default, toggle the checkbox to true for Settings > Writing > ‘Use Markdown for posts and pages’
  • By default, toggle the checkbox to true for Settings > Discussion > ‘Use Markdown for comments’
  • In plain-tex editor mode, remove the short-formatting buttons, e.g [b, i, link, b-quote, del].. etc. Make the editor, distraction free.
  • Make an effort to provide Markdown buttons for the equivalent of [b, i, link, b-quote, del], just like bbcodes.

Captures

  • This screen shot description corresponds to installation step 3, which instructs: Enable Markdown for posts & pages, by manually checking the checkbox at: Settings > Writing > 'Use Markdown for posts and pages'
  • This screen shot description corresponds to installation step 4, which instructs: to enable Markdown for comments as well, check the checkbox here also: Settings > Discussion > 'Use Markdown for comments'

Instal·lació

  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly. This plugin is also installable via Composer, see https://github.com/7php/MarkItDownWordpress
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Enable Markdown for posts & pages, by manually checking the checkbox at: Settings > Writing > ‘Use Markdown for posts and pages’
  4. If you want to enable Markdown for comments as well, check the checkbox here also: Settings > Discussion > ‘Use Markdown for comments’

PMF

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly. This plugin is also installable via Composer, see https://github.com/7php/MarkItDownWordpress
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Enable Markdown for posts & pages, by manually checking the checkbox at: Settings > Writing > ‘Use Markdown for posts and pages’
  4. If you want to enable Markdown for comments as well, check the checkbox here also: Settings > Discussion > ‘Use Markdown for comments’
Can this plugin be installed if the Jetpack module is also installed

Yes you can. But you will not be able to use the “Markdown” module from Jetpack. I would advise that if you need Markdown support, and you also need to use Jetpack, then only use Jetpack only and use its Markdown functionality. Else if you are not a Jetpack user, this plugin is what you need for Markdown support.

Why use this plugin instead of Jetpack

Jetpack is normally a heavy plugin with lots and lots of functionalities which you might not even be using. So if you just need the “Markdown feature” of Jetpack, use this plugin only, that is why “Mark It Down WordPress” was born for.

Will You Supporting This Plugin Actively

Yes, I will. I use this plugin in all my blogs and even for some of my clients. So it’s in my honest interest to keep this plugin active and supported. If you have any question, shoot me an email at markitdownwordpress@7php.com

Ressenyes

18 de maig de 2017
Thank you Wasseem for this plugin. Helping us on all our extranet mini sites. Good job.
17 de maig de 2017
I just replaced JP Markdown (which is abandoned by now) with this plugin. The switch was easy and painless: Install this plugin and activate it Deactivate JP Markdown Set the flags under "Settings => Writing" and "Settings => Comments" Done! The posts written in Markdown are still written in markdown and still rendered as HTML as before, so a smooth transition from my POV. Thanks!
Llegiu totes les 2 ressenyes

Col·laboradors i desenvolupadors

«Mark It Down WordPress!» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

2.0.1

  • Remove dependencies to class.jetpack-options.php and trigger E_USER_WARNING if Jetpack plugin is also installed (instead of E_USER_ERROR)
  • Allows user to install this plugin even though Jetpack is enabled.
  • Not backward compatible to v1.0.0

1.0.0

  • Initial commit of this plugin