https://github.com/kenlog/highlightcodesyntax
Highlight Code Syntax for kanboard
https://github.com/kenlog/highlightcodesyntax
kanboard kanboard-plugin markdown syntax-highlighting
Last synced: 2 months ago
JSON representation
Highlight Code Syntax for kanboard
- Host: GitHub
- URL: https://github.com/kenlog/highlightcodesyntax
- Owner: kenlog
- License: mit
- Created: 2018-12-20T18:55:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T17:25:09.000Z (9 months ago)
- Last Synced: 2025-03-23T22:11:52.656Z (3 months ago)
- Topics: kanboard, kanboard-plugin, markdown, syntax-highlighting
- Language: CSS
- Homepage: https://kanboard.org
- Size: 215 KB
- Stars: 27
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Checkout our latest project
- [Global Search Plugin for Kanboard](https://github.com/kenlog/global-search-kanboard.git)
-----------[](https://github.com/kenlog/HighlightCodeSyntax/releases)
[](https://github.com/kenlog/HighlightCodeSyntax/blob/master/LICENSE)
[](https://github.com/kenlog/HighlightCodeSyntax/graphs/contributors)
[]()
[](https://github.com/kenlog/HighlightCodeSyntax/releases)# Highlight Code Syntax for kanboard
![]()
- 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...

Author
------------
- Valentino Pesce
- License MITRequirements
------------
Kanboard >= v1.0.48
Kanboard installed at a web server.
You can find the download at [kanboard.org](https://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
```diff
```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:
```console
git clone https://github.com/kenlog/HighlightCodeSyntax.git
```
:bug: Reporting Issues
------------
Please [create an issue](https://github.com/kenlog/HighlightCodeSyntax/issues) for any bugs you've found.