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

Use forward slash instead of path sep #21

Closed andrewbrereton closed 10 months ago

andrewbrereton commented 10 months ago

Use '/' instead of importing path. Removing the nodejs impor t so it will work on mobile. Obsidian will normalise the path separator for me.

Based on feedback from @liamcain https://github.com/obsidianmd/obsidian-releases/pull/2587\#issuecomment-1834355884