Skip to content

2.0.43 - Kanban v2 Public Release

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 01:13
· 22 commits to main since this release
  • Kanban cards now use Obsidian’s native markdown editor. This brings with it improved tag and link autocompletion as well as support for plugins that modify the editing experience. It also means that things like dataview queries will display in cards.
  • There are now three ways to view a board: as a Kanban, as a stacked vertical list, and as a table.
  • Lanes can be collapsed.
  • You can move cards to other lanes by right clicking on them and opening the “Move to list” submenu
  • You can now sort cards by tag and specify an explicit tag sort order in the plugin/board settings.
  • Kanban now recognizes inline dataview metadata.
    • There is a setting to merge this metadata into the linked page metadata table.
      • Cards can be sorted by inline metadata.
  • Kanban now integrates with the Tasks plugin
    • The Tasks autosuggest will display in Kanban cards
      • Dates and other Task data can be displayed in the card footer
      • Checking a card’s checkbox—which can be enabled in the plugin/board settings—or a subtask will create new cards/tasks when a recurrence rule is present.
      • Cards can be sorted by dates created by the Tasks plugin.