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

Easy Google Syntax Highlighter

설명

This plugin is an implementation of the Syntax Highlighter 2.1.364 by Alex Gorbatchev with a front end to allow configuring all the global settings that are available, such having the plugin automatically include languages to highlight, thereby improving page loading performance.

Syntax Supported

ActionScript3, Bash/shell, C#, C++, CSS, Delphi, Diff,
Groovy, JavaScript, Java, JavaFX, Perl, PHP, Plain Text,
PowerShell, Python, Ruby, Scala, SQL, Visual Basic, XML

Themes

Default, Django, Emacs, FadeToGrey, Midnight, RDark

스크린샷

  • Simple Javascript example

설치

  1. Extract plugin into /wp-content/plugins directory.
  2. Activate the plugin.
  3. Specify your code snippets in your blog post using the Usage Directions.

This example will highligh the source as Javascript:

<pre class="brush:js">
    alert("Hello world");
</pre>

FAQ

How do I get the best performance out of this plugin?

* Disable any syntax types that your blog doesn’t use, especially if you are only using a few of the syntax brushes.
* If your blog has a footer, you should enable the option to put the brushes in the footer.
* Also, if your blog has a footer, then Enable the automatic feature which will only include the language brushes that are referenced on each page of your blog.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Easy Google Syntax Highlighter”(을)를 번역하세요.

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

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

변경이력

1.2.1

  • Added a message warning against using Auto Brushes without Brushes in Footer
  • The reset button on Settings wasn’t resetting the Default Brush option
  • Changed the internal name for Auto Brushes to something less generic. Please check Auto Brush settings after installing this update.

1.2.0

  • Updated to version 2.1.364 of Alex Gorbachev’s highlighter script
  • New feature to use a default brush for tags that don’t specify a brush (thanks to gjulian for the suggestion)
  • Fixed a bug that stopped a custom tag being used when Auto Brushes was enabled
  • Removed redundant code

1.1.1

  • Fixed incorrect path for script copy swf file

1.1.0

  • Option to automatically include language brushes that are referenced on the blog page being viewed
  • Minor tweaks to allow this plugin to work with wp-minify

1.0.0

  • First version