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

Ignore SyncThing sync conflict files #40

Closed andrewbrereton closed 8 months ago

andrewbrereton commented 8 months ago

I use SyncThing to synchronise my files between different devices. Occasionally SyncThing will encounter a sync conflict, and when this happens, it created a conflict file.

Example:

image

Because the conflict file is also a valid Markdown file, iCal sees this and adds it to the calendar. This is causing duplicate events.

iCal should ignore Markdown files that match this:

*.sync-conflict-*.md