Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 8f91c74

Browse files
author
crazy-max
committed
onoff values are true or false (Issue #3)
Apply StyleCI
1 parent b57e3d1 commit 8f91c74

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2016/10/24
4+
5+
* onoff values are `true` or `false` (Issue #3)
6+
* Apply StyleCI
7+
38
## 2016/06/19
49

510
* Initial version based on SyntaxHighlighter 4.0.1 (Sun, 19 Jun 2016 01:01:23 GMT)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2016 Cr@zy <webmaster@crazyws.fr>
1+
Copyright © 2016 Cr@zy <webmaster@crazyws.fr>
22

33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# SyntaxHighlighter4 DokuWiki Plugin [![Download](https://img.shields.io/badge/download-20160619-brightgreen.svg)](https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/releases/download/20160619/syntaxhighlighter4.zip) [![Donate Paypal](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.me/crazyws)
1+
[![GitHub release](https://img.shields.io/github/release/crazy-max/dokuwiki-plugin-syntaxhighlighter4.svg?style=flat-square)](https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/releases)
2+
[![Code Quality](https://img.shields.io/codacy/grade/440e4b5de2ee4d37978a8e9e19f4b76f.svg?style=flat-square)](https://www.codacy.com/app/crazy-max/dokuwiki-plugin-syntaxhighlighter4)
3+
[![StyleCI](https://styleci.io/repos/61027126/shield?style=flat-square)](https://styleci.io/repos/61027126)
4+
[![Donate Paypal](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://www.paypal.me/crazyws)
5+
6+
# SyntaxHighlighter4 DokuWiki Plugin
27

38
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
49
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -54,11 +59,11 @@ The plugin handles the [Block Title from SyntaxHighlighter 3](http://alexgorbatc
5459
### Defaults
5560

5661
[Syntaxhighlighter default options](https://github.com/syntaxhighlighter/syntaxhighlighter/wiki/Configuration#options) can be overrided via the [Config Manager](https://www.dokuwiki.org/plugin:config) :
57-
* **autoLinks**: Allows you to turn detection of links in the highlighted element on and off. If the option is turned off, URLs won’t be clickable `(default on)`
62+
* **autoLinks**: Allows you to turn detection of links in the highlighted element on and off. If the option is turned off, URLs won’t be clickable `(default true)`
5863
* **firstLine**: Allows you to change the first (starting) line number `(default 1)`
59-
* **gutter**: Allows you to turn gutter with line numbers on and off `(default on)`
60-
* **htmlScript**: Allows you to highlight a mixture of HTML/XML code and a script which is very common in web development. Setting this value to true requires that you have shBrushXml.js loaded and that the brush you are using supports this feature `(default off)`
61-
* **smartTabs**: Allows you to turn smart tabs feature on and off `(default on)`
64+
* **gutter**: Allows you to turn gutter with line numbers `(default true)`
65+
* **htmlScript**: Allows you to highlight a mixture of HTML/XML code and a script which is very common in web development. Setting this value to true requires that you have shBrushXml.js loaded and that the brush you are using supports this feature `(default false)`
66+
* **smartTabs**: Allows you to turn smart tabs feature on and off `(default true)`
6267
* **tabSize**: Allows you to adjust tab size `(default 4)`
6368

6469
## Example

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
release.base = syntaxhighlighter4
22
release.author = Cr@zy
33
release.email = webmaster@crazyws.fr
4-
release.date = 2016-06-19
4+
release.date = 2016-10-24
55
release.name = SyntaxHighlighter4 Plugin
66
release.desc = Alternative to GeSHi server-side code highlighting with client-side SyntaxHighlighter 4 by Alex Gorbatchev
77
release.url = http://www.dokuwiki.org/plugin:syntaxhighlighter4

dist/syntaxhighlighter4.zip

175 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)