[WP Code Highlight.js] Project

Project Information

Project Name:

WP Code Highlight.js

Github Home:

https://github.com/owt5008137/WP-Code-Highlight.jsarrow-up-right

Plugin Home:

http://wordpress.org/plugins/wp-code-highlightjs/arrow-up-right

Description:

This is a plugin of Wordpressarrow-up-right 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 Highlight.jsarrow-up-right from local web server or some of public CDN we collected.

To make you easier to migrate from SyntaxHilighterarrow-up-right and Google Prettifyarrow-up-right to Highlight.jsarrow-up-right, 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, WP Code Highlight.jsarrow-up-right also allow you to set options of Highlight.jsarrow-up-right in the setting page of your wordpress. And we also provide some other useful options.For example, you can use only common language package

Usage:

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.

About:

Recently, I determine to turn to use Markdown to write blog. But here is a problem, I use SyntaxHighlighterarrow-up-right before and I'm failed to find a tool to support SyntaxHighlighterarrow-up-right and markdown very well. But with Highlight.jsarrow-up-right 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 Highlight.jsarrow-up-right and Prettifyarrow-up-right 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 Highlight.jsarrow-up-right.

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.

Start to write a plugin

There is already a plugin named wp-highlight.jsarrow-up-right which can be used in Wordpressarrow-up-right. But it load the full version of Highlight.jsarrow-up-right. 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 Highlight.jsarrow-up-right from public CDN.

At the same time, I wrote many blogs before and using SyntaxHighlighterarrow-up-right 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 Highlight.jsarrow-up-right (only 31KB) or extended package(about 54KB). It also can analysis doms on web page, find codes in SyntaxHighlighterarrow-up-right format or Prettifyarrow-up-right format, and then turn them into Highlight.jsarrow-up-right format, and finally , highlight them.

Thanks to

This plugin fork from wp-highlight.jsarrow-up-right and rewrote all the codes. So we must thanks to wp-highlight.jsarrow-up-right's author Igor Kalnitskyarrow-up-right.

Also thanks to Highlight.jsarrow-up-right's author Ivan Sagalaevarrow-up-right

And thanks to all contributors and users. You make this plugin better.

FAQ

Any questions please mailto [email protected]envelope or [email protected]envelope

Report Problems: https://github.com/owt5008137/WP-Code-Highlight.js/issuesarrow-up-right

: StackEditarrow-up-right is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.

: Highlight.jsarrow-up-right 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.

: WP Code Highlight.jsarrow-up-right is a syntax highlight plugin for Wordpressarrow-up-right, which using highlight.jsarrow-up-right to highlight codes.

: Pandocarrow-up-right 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.

Last updated

Was this helpful?