이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Mark It Down WordPress!

설명

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.

스크린샷

  • 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'

설치

  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’

FAQ

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

후기

2017년 5월 18일
Thank you Wasseem for this plugin. Helping us on all our extranet mini sites. Good job.
2017년 5월 17일
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!
모든 2 평가 읽기

기여자 & 개발자

“Mark It Down WordPress!”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Mark It Down WordPress!”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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