Skip to content

Releases: community-archive/obsidian-kanban

2.0.51

Choose a tag to compare

@github-actions github-actions released this 31 May 01:08

10e8f35 Fix #964; Slow/erratic edit behavior when main window isn't visible
fffc03b Fix #972; Updating date file metadata doesn't update card
fa58d49 Fix #971; Duplicate block IDs when copying link to card

2.0.50

Choose a tag to compare

@github-actions github-actions released this 30 May 03:04

6f754da Fix issues with date/time triggers conflicting

2.0.49

Choose a tag to compare

@github-actions github-actions released this 29 May 03:56

fbd8d65 Fix #966; Time trigger may be recognized as a date trigger
d9abb7e Fix #967; Ensure custom date/time triggers don't trigger error

2.0.48

Choose a tag to compare

@github-actions github-actions released this 26 May 17:10

fb33fbf Fix #963; Ensure inline metadata is properly extracted from cards

2.0.47

Choose a tag to compare

@github-actions github-actions released this 25 May 15:27

f1a85c1 Strip hash char when creating new note from card
1c4edcc Fix #959; Link context menu not showing
541ab57 Fix #961; Error when using markdown links to daily notes

2.0.46

Choose a tag to compare

@github-actions github-actions released this 25 May 00:05

51b77ce Fix #958; Force insert mode when first editing kanban card and vim is active

2.0.45

Choose a tag to compare

@github-actions github-actions released this 24 May 23:31

f53155b Fix various issues with linked page / inline metadata rendering

2.0.44

Choose a tag to compare

@github-actions github-actions released this 22 May 18:52

19c0ce6 Fix #953; Tag to bottom of card interferes with new Dataview functionality
d018888 Fix #954; Linked page date properties not formatting correctly

2.0.43 - Kanban v2 Public Release

Choose a tag to compare

@github-actions github-actions released this 22 May 01:13
  • 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.

2.0.42-beta

Choose a tag to compare

@github-actions github-actions released this 19 May 18:45

29698a9 Fix #952; Support recurring tasks with custom status workflows