All Projects β†’ kanboard β†’ website

kanboard / website

Licence: other
Kanboard's website

Programming Languages

HTML
75241 projects

Labels

Projects that are alternatives of or similar to website

ink
The flexible TypeScript Markdown editor that powers https://octo.app
Stars: ✭ 82 (+355.56%)
Mutual labels:  plugins
vuepress-theme-macgs
πŸ’« A vuepress theme for easyhexo.com
Stars: ✭ 16 (-11.11%)
Mutual labels:  plugins
dotfiles
Opinionated garbage for your terminal. Gotta get that yolo swag.
Stars: ✭ 37 (+105.56%)
Mutual labels:  plugins
Kanext
Theme with improved looks and functionality for Kanboard
Stars: ✭ 31 (+72.22%)
Mutual labels:  plugins
kubectl-ssh-plugin-eks
This is plugin to SSH into Worker Nodes running on AWS
Stars: ✭ 18 (+0%)
Mutual labels:  plugins
livestorm-plugin
This repo hosts the exposed APIs that you can use to create a plugin for your Livestorm organization
Stars: ✭ 25 (+38.89%)
Mutual labels:  plugins
canorus
Canorus is a free cross-platform music score editor
Stars: ✭ 25 (+38.89%)
Mutual labels:  plugins
WDS-Required-Plugins
Make certain plugins required so that they cannot be (easily) deactivated. | Gatekeeper: @aubreypwd
Stars: ✭ 77 (+327.78%)
Mutual labels:  plugins
react-editor-kit
(alpha) Compose a React-based text editor using a suite of standard plugins
Stars: ✭ 21 (+16.67%)
Mutual labels:  plugins
toast
Plugin-driven CLI utility for code generation using Go source as IDL
Stars: ✭ 52 (+188.89%)
Mutual labels:  plugins
stop-spammers
Stop Spammers β€” WordPress Plugin
Stars: ✭ 31 (+72.22%)
Mutual labels:  plugins
Loom
The next generation Minecraft server software and plugin API.
Stars: ✭ 40 (+122.22%)
Mutual labels:  plugins
build-plugin-template
Template repository to create new Netlify Build plugins.
Stars: ✭ 26 (+44.44%)
Mutual labels:  plugins
unity-history-window
A simple selection history window for Unity.
Stars: ✭ 118 (+555.56%)
Mutual labels:  plugins
flutter plugins
Flutterζ’δ»Άι›†εˆ,ε₯½η”¨εΈΈη”¨ηš„插仢.
Stars: ✭ 22 (+22.22%)
Mutual labels:  plugins
eventcatalog
Discover, Explore and Document your Event Driven Architectures powered by Markdown.
Stars: ✭ 392 (+2077.78%)
Mutual labels:  plugins
WP-Gulp-Starter
A starter kit for developing WordPress themes and plugins with Gulp workflow.
Stars: ✭ 26 (+44.44%)
Mutual labels:  plugins
xd-storage-helper
A little helper to make storing key-value-pairs (e.g. settings) for Adobe XD plugins easier.
Stars: ✭ 22 (+22.22%)
Mutual labels:  plugins
vim-rzip
Extends zip.vim to browse and write nested zip files
Stars: ✭ 22 (+22.22%)
Mutual labels:  plugins
Accordion-Shortcodes
A WordPress plugin that adds a few shortcodes to allow for accordion dropdowns.
Stars: ✭ 16 (-11.11%)
Mutual labels:  plugins

Kanboard's website

This website is a simple HTML static webpage.

How to add a new plugin to the list?

Update the files plugins.json and plugins.html, then send a pull-request.

  • compatible_version is the latest stable version tested with your plugin.
  • remote_install allows people to install the plugin from the Kanboard user interface.

Your plugin archive must contains a folder with the plugin name (namespace), example:

MyPlugin-1.0.0.zip
└── MyPlugin
    β”œβ”€β”€ Controller
    β”œβ”€β”€ Locale
    β”‚   └── fr_FR
    β”œβ”€β”€ Template
    β”‚   β”œβ”€β”€ ...
    β”œβ”€β”€ Test
    β”‚   └── ...
    └── ...

The archive will be extracted by Kanboard into the folder plugins as plugins/MyPlugin.

Note: Do not use the GitHub archive URL for the download link. Once unzipped, the directory structure is not the same as the one mentioned above. Kanboard won't be able to load the plugin. Make your own archive or set to false the remote_install field.

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].