obsidian-kanban
obsidian-kanban copied to clipboard
[Feature]: Add a setting to disable Tasks plugin integration
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