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

Markdown for WordPress and bbPress

설명

Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format.

Markdown for WordPress and bbPress (Markdown-WPBB) is based on the famed PHP Markdown Extra by Michel Fortin, in turn based on the original Perl version by John Gruber. All I did was make the same package work with bbPress too. ^^

설치

WordPress

PHP Markdown works with WordPress, version 1.2 or later. PHP Markdown is already bundled with WordPress. Still, you can find here the latest version that may be newer than the latest WordPress version.

  1. To use Markdown-WPBB with WordPress, place the “markdown.php” file in the “plugins” folder.
    This folder is located inside “wp-content” at the root of your site:

    (site home)/wp-content/plugins/
    
  2. Activate the plugin with the administrative interface of WordPress. In the “Plugins” section
    you will now find “Markdown for WordPress and bbPress.” To activate the plugin, click on the “Activate” button on the same line as Markdown. Your entries will now be formatted with Markdown.

  3. To post Markdown content, you’ll first have to disable the “visual” editor in the User
    section of WordPress.

You can configure Markdown-WPBB to not apply to the comments on your WordPress weblog. See the “FAQ” section below.

bbPress

  1. To use Markdown-WPBB with bbPress, place the “markdown.php” file in the “plugins” folder.
    This folder is located inside “wp-content” at the root of your site:

    (site home)/my-plugins/
    

    If you don’t have a /my-plugins/ directory in your bbPress installaltion, create it on the
    root level of your bbPress installation.

  2. Activate the plugin with the administrative interface of bbPress. Find “Markdown for
    WordPress and bbPress” on the “Plugins” screen and hit “Activate.”

FAQ

What if I do not need Markdown formatting for comments in WordPress?

Michel Fortin says: “By default, the Markdown plugin applies to both posts and comments on your WordPress weblog. To deactivate one or the other, edit the MARKDOWN_WP_POSTS or MARKDOWN_WP_COMMENTS definitions under the “WordPress settings” header at the start of the “markdown.php” file.”

What if I do not want the “Extra” features of Markdown Extra?

You can disable the “Extra” features by changing line 62 of markdown.php, replacing MarkdownExtra_Parser with Markdown_Parser. Voil.

For more information on the “Extra” features, check out Michel Fortin’s Markdown Extra page.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Markdown for WordPress and bbPress”(을)를 번역하세요.

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

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