vote up 2 vote down star

I have a free Wordpress account, and this means I'm not able to install plugins for syntax highlighting. I'm doing all my source highlighting with pygments offline. This generates HTML code with inline styles ( so that I don't depend on a CSS file ).

Is there an online tool that can do this?

flag

7 Answers

vote up 1 vote down check

http://quickhighlighter.com/

Be sure to click "Comebine styles with HTML"

link|flag
this is the easiest & coolest tool :) – Geo Aug 18 at 15:44
vote up 1 vote down

If you like Pygments to use offline, there is an online version, too.

Pygments - Code Beautifier

Highlights and colors code syntax properly and outputs HTML for web pages (blogs).

http://pygments.org/

link|flag
do you have a link for the online version? – Geo Aug 18 at 16:05
pygments.org . It's in the post. – Robert C. Cartaino Aug 18 at 17:17
vote up 0 vote down

There are a couple of Wordpress plugins that do this directly from within Wordpress - no need for formatting by hand.

WP-Syntax and Syntax Highlighter Evolved both handle this as Wordpress plugins.

That being said, I've found that the offline solutions provide more flexibility and often better highlighting. I've switched away from the plugins, but they do work.

link|flag
vote up 2 vote down

Scott Hanselman did a blog post on the one he uses a while back: http://www.hanselman.com/blog/BestCodeSyntaxHighlighterForSnippetsInYourBlog.aspx

The tool he used was by Alex Gorbatchev. It was called SyntaxHighlighter

Here are several of the tools listed so far

link|flag
vote up 2 vote down

I use the NeatHighLighter. HTML can be directly copied to Wordpress editor and it doesn't have CSS dependencies

link|flag
I tried pasting some groovy code, but the only formatting I get is some pre tags. – Geo Aug 18 at 15:43
vote up 2 vote down

I don't know if it's exactly what you want.. but http://snipt.org/ is a service I use a lot. Pretty slick, and has most languages

EDIT: You can just use the javascript include if you can't use the plugin.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.