2017 © Pedro Peláez
 

neos-plugin neos-code-block

This package includes a node type to add code blocks with syntax highlighting to your Neos CMS project.

image

cvette/neos-code-block

This package includes a node type to add code blocks with syntax highlighting to your Neos CMS project.

  • Friday, April 27, 2018
  • by cvette
  • Repository
  • 0 Watchers
  • 3 Stars
  • 245 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 14 % Grown

The README.md

Latest Stable Version Total Downloads License, (*1)

Code block Neos plugin

This plugin adds a nodetype that allows you to display blocks of code with syntax highlighting for a wide range of languages. The highlighing is done on the server-side by using the GeSHi library., (*2)

You can set the language, toggle line numbers, set the starting line number and highlight single lines via the property editor., (*3)

Installation

composer require cvette/neos-code-block, (*4)

Usage and custom styles

The Codeblock node type works out-of-the-box by inlining the necessary CSS. If you want to customize the styling you can disable the inline CSS by setting the inlineCss path of the Vette.CodeBlock:Geshi prototype to false:, (*5)

prototype(Vette.CodeBlock:Geshi) {
      inlineCss = false
}

Example CSS files can be found in Resources/Public/Styles/. Please refer to the GeSHi documentation for more information., (*6)

License

The GNU General Public License Version 3 (GPLv3). Please see LICENSE for more information., (*7)

The Versions

27/04 2018

dev-master

9999999-dev

This package includes a node type to add code blocks with syntax highlighting to your Neos CMS project.

  Sources   Download

GPL-3.0+

The Requires

 

27/04 2018

v2.0

2.0.0.0

This package includes a node type to add code blocks with syntax highlighting to your Neos CMS project.

  Sources   Download

GPL-3.0+

The Requires

 

01/12 2017

v1.2

1.2.0.0

This package includes a node type to add code blocks with syntax highlighting to your Neos CMS project.

  Sources   Download

GPL-3.0+

The Requires

 

15/05 2017

v1.1

1.1.0.0

This package includes a node type to add code blocks with syntax highlighting to your Neos CMS project.

  Sources   Download

GPL-3.0+

The Requires

 

15/04 2017

v1.0

1.0.0.0

This package includes a node type to add code blocks with syntax highlighting to your Neos CMS project.

  Sources   Download

GPL-3.0+

The Requires