{"id":16674305,"url":"https://github.com/kenlog/highlightcodesyntax","last_synced_at":"2025-08-03T15:38:34.662Z","repository":{"id":96750207,"uuid":"162619651","full_name":"kenlog/HighlightCodeSyntax","owner":"kenlog","description":"Highlight Code Syntax for kanboard","archived":false,"fork":false,"pushed_at":"2024-10-06T17:25:09.000Z","size":220,"stargazers_count":27,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T22:11:52.656Z","etag":null,"topics":["kanboard","kanboard-plugin","markdown","syntax-highlighting"],"latest_commit_sha":null,"homepage":"https://kanboard.org","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kenlog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"liberapay":"kenlog","custom":["https://paypal.me/kenlog"]}},"created_at":"2018-12-20T18:55:25.000Z","updated_at":"2025-03-07T18:30:46.000Z","dependencies_parsed_at":"2025-02-15T19:31:55.547Z","dependency_job_id":"81201374-404e-49b9-aa34-2edf1dc0614e","html_url":"https://github.com/kenlog/HighlightCodeSyntax","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenlog%2FHighlightCodeSyntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenlog%2FHighlightCodeSyntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenlog%2FHighlightCodeSyntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenlog%2FHighlightCodeSyntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenlog","download_url":"https://codeload.github.com/kenlog/HighlightCodeSyntax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248104095,"owners_count":21048281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kanboard","kanboard-plugin","markdown","syntax-highlighting"],"created_at":"2024-10-12T12:30:10.365Z","updated_at":"2025-04-09T20:20:23.024Z","avatar_url":"https://github.com/kenlog.png","language":"CSS","funding_links":["https://liberapay.com/kenlog","https://paypal.me/kenlog","https://liberapay.com/kenlog/donate"],"categories":[],"sub_categories":[],"readme":"## Checkout our latest project\n\n- [Global Search Plugin for Kanboard](https://github.com/kenlog/global-search-kanboard.git) \n-----------\n\n[![Latest release](https://img.shields.io/github/release/kenlog/HighlightCodeSyntax.svg)](https://github.com/kenlog/HighlightCodeSyntax/releases)\n[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/kenlog/HighlightCodeSyntax/blob/master/LICENSE)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/kenlog/HighlightCodeSyntax/graphs/contributors)\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)]()\n[![Downloads](https://img.shields.io/github/downloads/kenlog/HighlightCodeSyntax/total.svg)](https://github.com/kenlog/HighlightCodeSyntax/releases)\n\n# Highlight Code Syntax for kanboard\n\u003cnoscript\u003e\u003ca href=\"https://liberapay.com/kenlog/donate\"\u003e\u003cimg alt=\"Donate using Liberapay\" src=\"https://liberapay.com/assets/widgets/donate.svg\"\u003e\u003c/a\u003e\u003c/noscript\u003e\n\u003ca href=\"https://paypal.me/kenlog\"\u003e\u003cimg src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif\" border=\"0\" name=\"submit\" title=\"PayPal - The safer, easier way to pay online!\" alt=\"Donate with PayPal button\" /\u003e\u003c/a\u003e\n\n- 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...\n\n![highlightcodesyntax](https://user-images.githubusercontent.com/11728231/50385386-2cbe9900-06d5-11e9-9a95-0988d795becc.jpg)\n\nAuthor\n------------\n- Valentino Pesce\n- License MIT\n\nRequirements\n------------\nKanboard \u003e= v1.0.48  \nKanboard installed at a web server.\nYou can find the download at [kanboard.org](https://kanboard.org/)\n\nInstallation\n------------\nYou have the choice between 3 methods:\n\n1. Install the plugin from the Kanboard plugin manager in one click\n2. Download the zip file and decompress everything under the directory `plugins/HighlightCodeSyntax`\n3. Clone this repository into the folder `plugins/HighlightCodeSyntax`\n\nNote: Plugin folder is case-sensitive.\n\nSyntax highlighting for Markdown code\n------------\n151 languages currently supported by Prism, with their corresponding alias, to use in place of php\n \n```diff\n```php\nclass SimpleClass\n{\n    // property declaration\n    public $var = 'a default value';\n\n    // method declaration\n    public function displayVar() {\n        echo $this-\u003evar;\n    }\n}\n```\n\n### :star: If you like it, do not forget to give a star on GitHub!\n\n:construction_worker: Any contribution will be highly appreciated\n------------\nClone the repository: \n```console \ngit clone https://github.com/kenlog/HighlightCodeSyntax.git\n```\n:bug: Reporting Issues\n------------\nPlease [create an issue](https://github.com/kenlog/HighlightCodeSyntax/issues) for any bugs you've found.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenlog%2Fhighlightcodesyntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenlog%2Fhighlightcodesyntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenlog%2Fhighlightcodesyntax/lists"}