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

Added "prefer title" to internal link processing #35

Closed andrewbrereton closed 10 months ago

andrewbrereton commented 10 months ago

Add a fourth option when processing internal links so we can prefer the link title but fallback to the link if it does not exist.

I also tidied up TaskSummary while I was in there.

Also updated README to reflect the new option.

Fixes #23.