I'd like to have a good syntax highlighter for my WordPress blog. What options do I have available? I often see one which has well-colored syntax highlighting and options to copy to the clipboard. Does anyone have an idea what tool this is?
|
1
|
|||||||||||||
|
|
|
On wordpress.com, you can't install plugins, so you have to use Wordpress' built-in widget. Do it like:
Note that those tags go inside your visual editor, not the HTML editor. You can find more information here. |
||
|
|
|
The Definitive Guide on Wordpress Syntax Highlighter Plugins. Does anyone ever try Google search? |
||||
|
|
|
http://wordpress.org/extend/plugins/devformatter/ WP Plugin for various syntax highlighting! |
||
|
|
|
|
SyntaxHighlighter is a pretty good tool. It uses JavaScript with CSS classes to mark HTML elements that should be highlighted. It also allows code to be copied to the clipboard and printed. |
||
|
|
|
|
If you don't want to, or can't install stuff on your blog, I suggest you use pygments to highlight your code. I described this here. |
||
|
|
