[WP Code Highlight.js] Project
Last updated
Was this helpful?
Last updated
Was this helpful?
WP Code Highlight.js
This is a plugin of using Highlight.js to make codes on posts, articles or any web pages more beautiful and easier to read.
This plugin allow you to load from local web server or some of public CDN we collected.
To make you easier to migrate from and to , this plugin will provide some compatible mode so that you need not to change any code on your old web pages. They will be converted automaticly.
At the same time, also allow you to set options of in the setting page of your wordpress. And we also provide some other useful options.For example, you can use only common language package
Install from wordpress 1. Open plugin installing page 2. Search WP Code Highlight.js 3. Install it
Install custom 1. Download release package 2. Unzip and rename folder name into wp-code-highlight.js 3. Move this folder into [your wordpress path]/wp-content/plugins/ folder
Have fun.
If you would like to just use vim, emacs or other text editor. There is also a tool named [Pandoc] that you can use to convert markdown to many formats. with option --no-highlight, it will also use <pre><code> to wrap codes.
And thanks to all contributors and users. You make this plugin better.
Recently, I determine to turn to use Markdown to write blog. But here is a problem, I use before and I'm failed to find a tool to support and markdown very well. But with it's very easy.
There is a web markdown editor named [StackEdit] you can use to write markdown and publish to Github, Wordpress, Blog and etc. or export it to html. It allow you to write code like what you do in github but it's more powerful. Especially , it has and plugin to highlight codes. Or you can disable code highlight and it will use <pre><code> to wrap codes. This also can be used by .
There is already a plugin named which can be used in . But it load the full version of . It cost too much data traffic(about 180+KB). It will slow down loading time and I really don't need so many languages(especially some of them I have never heard of). I don't want to pay for it. So I need a plugin to load just the languages I need, or download from public CDN.
At the same time, I wrote many blogs before and using for years, I do not want to fix my codes that already puhlished. So I need a plugin to convert those code automaticly.
Then this plugin starts. It allow user only load common package of (only 31KB) or extended package(about 54KB). It also can analysis doms on web page, find codes in format or format, and then turn them into format, and finally , highlight them.
This plugin fork from and rewrote all the codes. So we must thanks to 's author .
Also thanks to 's author
Any questions please mailto or
Report Problems:
: is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
: is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It works with pretty much any markup, doesn't depend on any framework and has automatic language detection.
: is a syntax highlight plugin for , which using to highlight codes.
: is a tool to convert files from one markup format into another, it support more than ten format as input and even more format as output.