An open API service indexing awesome lists of open source software.

https://github.com/kenlog/oxygen

Theme for Kanboard
https://github.com/kenlog/oxygen

kanboard kanboard-plugin kanboard-theme

Last synced: 14 days ago
JSON representation

Theme for Kanboard

Awesome Lists containing this project

README

        

## Checkout our latest project

- [Global Search Plugin for Kanboard](https://github.com/kenlog/global-search-kanboard.git)
-----------

[![Latest release](https://img.shields.io/github/release/kenlog/Oxygen.svg)](https://github.com/kenlog/Oxygen/releases)
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/kenlog/Oxygen/blob/master/LICENSE)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/kenlog/Oxygen/graphs/contributors)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)]()
[![Downloads](https://img.shields.io/github/downloads/kenlog/Oxygen/total.svg)](https://github.com/kenlog/Oxygen/releases)

# Oxygen plugin 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
![dashboard](https://user-images.githubusercontent.com/11728231/43210967-c7ed5158-9030-11e8-86ed-ec11147d5ecd.jpg)
![board](https://user-images.githubusercontent.com/11728231/43210970-c94007bc-9030-11e8-9ef9-06f6fe5a7ca2.jpg)
![task1](https://user-images.githubusercontent.com/11728231/43210973-ca70ea2a-9030-11e8-98f6-c3358dc30b04.jpg)
![task2](https://user-images.githubusercontent.com/11728231/43210981-cbea6b9c-9030-11e8-8620-5747439a3dab.jpg)
![task3](https://user-images.githubusercontent.com/11728231/43210987-cda78a5a-9030-11e8-9b6e-797148fbd4a4.jpg)

Author
------------
- Valentino Pesce
- License MIT

Requirements
------------
Kanboard >= v1.2.5
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/Oxygen`
3. Clone this repository into the folder `plugins/Oxygen`

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

Syntax highlighting for Markdown code
------------
151 languages currently supported by Prism, with their corresponding alias, to use in place of xxxx

```diff
-```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:
```console
git clone https://github.com/kenlog/Oxygen.git
```
:bug: Reporting Issues
------------
Please [create an issue](https://github.com/kenlog/Oxygen/issues) for any bugs you've found.