2017 © Pedro Peláez
 

yii2-extension yii2-google-code-prettify

Yii2 Code syntax highlighter using Google Code Prettify

image

mve-it-solutions/yii2-google-code-prettify

Yii2 Code syntax highlighter using Google Code Prettify

  • Sunday, November 29, 2015
  • by mve-it-solutions
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,413 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 18 % Grown

The README.md

Yii2 Google Code Prettify

Yii2 Code syntax highlighter using Google Code Prettify, (*1)

Installation

Composer

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist mve-it-solutions/yii2-google-code-prettify "*"

or add, (*4)

"mve-it-solutions/yii2-google-code-prettify": "*"

to the require section of your composer.json file., (*5)

Usage

To use this extension add below to your main layout:, (*6)

\mveitsolutions\googlecodeprettify\GoogleCodePrettifyAsset::register($this, ['style' => 'simple', 'lineNums' => true, 'autoAddPreClasses' => true]);
  • This will use the style defined by simple.css
  • This will add linenumbers on every line in the pre (code) block
  • This will auto add the classes prettyprint and linenums to every pre tag

AssetBundle Register Options

style Google Code Prettify Skin Options: desert, doxy, prettify, sons-of-obsidian, sunburst or simple, (*7)

lineNums Put line numbers on every line Options: true or false, (*8)

autoAddPreClasses Automatically add classes to every pre tag Options: true or false, (*9)

License

yii2-google-code-prettify is released under the MIT License. See LICENSE.md file for details., (*10)

The Versions

29/11 2015

dev-master

9999999-dev https://github.com/mve-it-solutions/yii2-google-code-prettify

Yii2 Code syntax highlighter using Google Code Prettify

  Sources   Download

MIT

The Requires

 

yii2 google code prettify code syntax highlighter

29/11 2015

0.0.1

0.0.1.0 https://github.com/mve-it-solutions/yii2-google-code-prettify

Yii2 Code syntax highlighter using Google Code Prettify

  Sources   Download

MIT

The Requires

 

yii2 google code prettify code syntax highlighter