Skip to content

Commit efc24b4

Browse files
committed
docs: Add 'Kanban Plugin' page
1 parent 17a3cd7 commit efc24b4

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

docs/Getting Started/Obsidian Properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ If you wanted to adopt such a convention throughout all your Tasks queries, you
8787

8888
### Kanban plugin
8989

90+
You can control how Tasks should treat tasks in [[Kanban Plugin]] files.
91+
9092
#### Only show tasks in Kanban plugin files
9193

9294
```javascript

docs/Other Plugins/About Other Plugins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ aliases:
1111
## In this section
1212

1313
- [[Dataview]]
14+
- [[Kanban Plugin]]
1415
- [[QuickAdd]]
1516
- Using the Quickadd plugin to help create tasks
1617

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
publish: true
3+
---
4+
5+
# Kanban Plugin
6+
7+
<span class="related-pages">#plugin/kanban</span>
8+
9+
## Introduction
10+
11+
The [Kanban](https://github.com/mgmeyers/obsidian-kanban) plugin shows markdown-backed Kanban boards in Obsidian.
12+
13+
## Searching tasks in Kanban plugin boards
14+
15+
You can control how Tasks should treat tasks in Kanban Plugin files.
16+
17+
See [[Obsidian Properties#Kanban plugin]].
18+
19+
## Kanban plugin's Tasks integration
20+
21+
The [2.0.43 - Kanban v2 Public Release](https://github.com/mgmeyers/obsidian-kanban/releases/tag/2.0.43) added several integrations with the Tasks plugin.
22+
23+
Its release notes say:
24+
25+
> [!quote]
26+
>
27+
> - Kanban now integrates with the Tasks plugin
28+
> - The Tasks autosuggest will display in Kanban cards
29+
> - Dates and other Task data can be displayed in the card footer
30+
> - 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.
31+
> - Cards can be sorted by dates created by the Tasks plugin.

0 commit comments

Comments
 (0)