mgmeyers / obsidian-kanban

Create markdown-backed Kanban boards in Obsidian.
https://publish.obsidian.md/kanban/
GNU General Public License v3.0
3k stars 173 forks source link

[Feature]: Add a setting to disable Tasks plugin integration #1007

Open theseanl opened 1 week ago

theseanl commented 1 week ago

Goal or desired outcome of this feature

The new major release integrates with Tasks plugin in a number of places. It happens only when Tasks plugin is installed, and not having it installed leads to no breaking changes. However, there is no way to disable this change while having Tasks plugin installed. It would be nice to have an option to disable Tasks integration. In general, it would be nice to avoid depending too much on a single plugin.

An implementation would be as easy as adding a few lines at getTasksPlugin function at obsidian-kanban/src/parsers/helpers/inlineMetadata.ts.

Describe the feature

Add a toggle at options pane to make the kanban plugin behave as if Tasks plugin is not installed.

Can you think of any alternatives or work-arounds?

No response

Screenshots, mockups, or videos

No response