Plugin : CardBoard (a kanban for your markdown tasks)

Just pushed a new release: v0.7.0

There are changes in this release that may change the behavior of your boards as there were some spurious edge cases I needed to fix. These led to odd behavior such as cards vanishing from a board when being marked as complete and some changes on what appeared on a card depending on which column it was in. I am hoping that the new behavior is an improvement! It is more consistent and is needed in order to start working on drag and drop.

New

  • Supports all valid CommonMark unordered list markers (-, +, *) → thank you @MattiasMartens :slight_smile:
  • Option to choose whether to apply tag filters to top level tasks, sub-tasks, or both.

Changes

  • Sub-task tags now shown inline rather than at the top of the card.
  • Edge cases where cards could disappear from boards when marked as complete or would look different depending on which column they were in fixed.