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

Markdown on Save

설명

This plugin allows you to compose content in Markdown on a per-item basis. The markdown version is stored separately (in the post_content_formatted column), so you can deactivate this plugin and your posts won’t spew out Markdown, because HTML is stored in the post_content, just like normal. This is also much faster than doing on-the-fly Markdown conversion on every page load. It’s only done once! When you re-edit the post, the markdown version is swapped into the editor for you to edit. If something external updates the post content, you’ll lose the Markdown version.

스크린샷

  • The meta box where you designate a post as containing Markdown. This is the only UI for the plugin!

설치

  1. Upload the markdown-on-save folder to your /wp-content/plugins/ directory

  2. Activate the “Markdown On Save” plugin in your WordPress administration interface

  3. Create a new post with Markdown, and check the “This post is formatted with Markdown” box.

  4. Done! Now that post can be edited using Markdown, but will save as processed HTML on the backend.

FAQ

How do I use Markdown syntax?

Please refer to this resource: [http://michelf.com/projects/php-markdown/extra/](PHP Markdown Extra).

What happens if I uncheck the Markdown box?

Your post will no longer be interpreted as Markdown, and you may have to alter the post to remove Markdown formatting.

What happens if I decide I don’t want this plugin anymore?

Just deactivate it. The Markdown version is stored separately, so without the plugin, you’ll just revert to editing the HTML version.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “Markdown on Save”(을)를 번역하세요.

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

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

변경이력

1.2.1

  • Play better with other plugins that also use PHP Markdown Extra

1.2

  • Update PHP Markdown Extra to 1.2.6
  • Keep track of which revisions were Markdown and which were not
  • Restore old revisions properly, including Markdown status
  • Fix a slashing bug that would prevent link titles from parsing
  • Fix a bug related to autosave
  • Use Dustin Curtis’ Markdown logo as a toggle
  • Work on the WP-specific XML-RPC API in addition to the generic API

1.1.5

  • Fix a stripslashes() error

1.1.4

  • XML-RPC support (use to enable Markdown mode)

1.1.3

  • Disables the Visual Editor if the post being edited is in Markdown mode

1.1.2

  • Fix a slashes bug which would cause link titles to fail
  • Enable Markdown when posting remotely by using anywhere in post content

1.1.1

  • Fix bug which made the metabox show up on the Dashboard

1.1

  • Some extra nonce protection
  • Enable the plugin for all content types, not just posts

1.0

  • First public version
  • Fixed a regex bug that could break current menu highlighting. props skarab