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
61 stars 13 forks source link

0 Markdown files found when Obsidian first starts #33

Closed andrewbrereton closed 10 months ago

andrewbrereton commented 10 months ago

When I start Obsidian, the plugin executes but finds 0 Markdown files. Subsequent executions are fine.

It's as though the plugin is starting before Obsidian has initialised.

This may be related to #27