alexAubin / markdownToKanban

Convert Markdown files to Kanban boards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown to task/kanban board

There are a lot of task/kanban board software out there, but they all have a lot of dependencies that make them hard to install. Plus I want to be able to manage my stuff with markdown, but have a good static HTML rendering. Let's try to build something with pandoc.

Specs

  • Should be super easy to install (only dependence : pandoc - or even better : python with a markdown reader ?)
  • Edit tasklist through a simple markdown file per person, or per project (example)
  • Generate static web page to have HTML file using pandoc + basic CSS
  • This should look like this
  • See if we can have a few php lines to automatically regenerate the HTML if needed ?
  • Add #hastags, and possibly stuff like @personWorkingOnTask, !deadline-25-12-15

About

Convert Markdown files to Kanban boards


Languages

Language:Lua 70.6%Language:CSS 28.8%Language:Shell 0.6%