SkillAgentSearch skills...

Nebula

Modern theme for kanboard + syntax highlighting for Markdown code :dash:

Install / Use

/learn @kenlog/Nebula
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Checkout our latest project


Latest release GitHub license Maintenance Open Source Love Downloads

Nebula plugin (modern theme for kanboard)

<noscript><a href="https://liberapay.com/kenlog/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript> <a href="https://paypal.me/kenlog"><img 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" /></a>

This theme allows you to add special features like replacing the logo and adds syntax highlighting for Markdown code.

Screenshot

board task1 task2 task3 chart

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/Nebula
  3. Clone this repository into the folder plugins/Nebula

Note: Plugin folder is case-sensitive.
Important: remove all unused themes

Add options for the theme

  • Replace the KB logo with your own logo
    For more information have a look in the config.php

Supports the Customizer plugin

Syntax highlighting for Markdown code

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

-```xxxx
class BaseClass {
    function __construct() {
        print "In BaseClass constructor\n";
    }
}
-```
+```php
class BaseClass {
    function __construct() {
        print "In BaseClass constructor\n";
    }
}
+```

: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/Nebula.git

:bug: Reporting Issues

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

View on GitHub
GitHub Stars91
CategoryDevelopment
Updated6d ago
Forks8

Languages

CSS

Security Score

100/100

Audited on Apr 1, 2026

No findings