riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.08k stars 300 forks source link

Add Board by json #102

Closed rugbymauri closed 3 years ago

rugbymauri commented 3 years ago

Hello, here a PR for a missing feature.

URL can defined by adding the URL in the "data-board" attribute.

<div id="jkanban" data-board="path/to/board.json">

riktar commented 3 years ago

thanks @rugbymauri