andrewbrereton / obsidian-to-ical-plugin

This is a plugin for Obsidian that searches your vault for tasks that contain dates, and generates a calendar in iCal format that can be imported into your preferred calendar application.
MIT License
56 stars 10 forks source link

Support task filtering #71

Closed andrewbrereton closed 6 months ago

andrewbrereton commented 6 months ago

Introduced tag-based task filtering, allowing tasks to be included or excluded based on tags. Updated settings, task finder and tests to support this feature.

Fixes #69. Nice.