All Projects → kenlog → Nebula

kenlog / Nebula

Licence: MIT license
Modern theme for kanboard + syntax highlighting for Markdown code 💨

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Nebula

Oxygen
Theme for Kanboard
Stars: ✭ 21 (-70.83%)
Mutual labels:  kanboard, kanboard-plugin, kanboard-theme
SendEmailCreator
Kanboard Plugin to add various automatic email actions
Stars: ✭ 73 (+1.39%)
Mutual labels:  kanboard, kanboard-plugin
MetaMagik
Custom Fields for Kanboard - Plugin MetaMagik
Stars: ✭ 89 (+23.61%)
Mutual labels:  kanboard, kanboard-plugin
kanboard-plugin-wiki
Wiki plugin for kanboard.net to document projects
Stars: ✭ 34 (-52.78%)
Mutual labels:  kanboard, kanboard-plugin
UpdateNotifier
Update notifier for the plugins installed in your kanboard 🚀
Stars: ✭ 17 (-76.39%)
Mutual labels:  kanboard, kanboard-plugin
AutoSubtasks
Kanboard Plugin to create Automatic Actions for subtasks.
Stars: ✭ 26 (-63.89%)
Mutual labels:  kanboard, kanboard-plugin
MinimizeSidebar
Minimize Sidebar for kanboard
Stars: ✭ 17 (-76.39%)
Mutual labels:  kanboard, kanboard-plugin
Task2pdf
Kanboard - Task2PDF
Stars: ✭ 48 (-33.33%)
Mutual labels:  kanboard, kanboard-plugin
kanboard-milestone-plugin
Kanboard Milestone Plugin - adds a section for milestone tasks to show their related tasks
Stars: ✭ 32 (-55.56%)
Mutual labels:  kanboard
kanboard
Kanban project management software
Stars: ✭ 6,484 (+8905.56%)
Mutual labels:  kanboard
kanboard ynh
Kanboard package for YunoHost
Stars: ✭ 14 (-80.56%)
Mutual labels:  kanboard
kanboard chrome extension
Kanboard Chrome Extension
Stars: ✭ 13 (-81.94%)
Mutual labels:  kanboard
Kanext
Theme with improved looks and functionality for Kanboard
Stars: ✭ 31 (-56.94%)
Mutual labels:  kanboard

Checkout our latest project

  • With DocPHT you can take notes and quickly document anything and without the use of any database.

Latest release GitHub license Maintenance Open Source Love Downloads

Nebula plugin (modern theme for kanboard)

Donate using Liberapay Donate with PayPal button

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";
    }
}
+```

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

👷 Any contribution will be highly appreciated

Clone the repository:

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

🐛 Reporting Issues

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].