* Check if a file is a task based on current settings
(frontmatter: unknown)
| 107 | * Check if a file is a task based on current settings |
| 108 | */ |
| 109 | isTaskFile(frontmatter: unknown): boolean { |
| 110 | return isTaskFrontmatter(frontmatter, this.settings); |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | * Setup listeners for Obsidian's native metadata cache events |
no test coverage detected