Highlight Code Syntax for kanboard

Valentino Pesce 14d3fdc919 Update README.md 3 months ago
.github d2f90c08f8 Update FUNDING.yml 5 years ago
Assets a2ae50ee53 Update syntax highlighting library 4 years ago
LICENSE 7c426473a3 add file LICENSE 6 years ago
Plugin.php a2ae50ee53 Update syntax highlighting library 4 years ago
README.md 14d3fdc919 Update README.md 3 months ago
_config.yml 24b47762c8 Update _config.yml 6 years ago

README.md

Checkout our latest project

Latest release GitHub license Maintenance [Open Source Love]() Downloads

Highlight Code Syntax for kanboard

Donate with PayPal button

  • For code snippets the plugin is able to highlight code syntax in more than 151 languages, including PHP, Javascript, Python, Ruby, JSON, HTML and CSS...

highlightcodesyntax

Author

  • Valentino Pesce
  • License MIT

Requirements

Kanboard >= v1.0.48
Kanboard installed at a web server. You can find the download at kanboard.org

Installation

You have the choice between 3 methods:

  1. Install the plugin from the Kanboard plugin manager in one click
  2. Download the zip file and decompress everything under the directory plugins/HighlightCodeSyntax
  3. Clone this repository into the folder plugins/HighlightCodeSyntax

Note: Plugin folder is case-sensitive.

Syntax highlighting for Markdown code

151 languages currently supported by Prism, with their corresponding alias, to use in place of php

```php
class SimpleClass
{
    // property declaration
    public $var = 'a default value';

    // method declaration
    public function displayVar() {
        echo $this->var;
    }
}

:star: If you like it, do not forget to give a star on GitHub!

:construction_worker: Any contribution will be highly appreciated

Clone the repository:

git clone https://github.com/kenlog/HighlightCodeSyntax.git

:bug: Reporting Issues

Please create an issue for any bugs you've found.