Leonezz / obsidian-tasks-calendar-wrapper

This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
MIT License
168 stars 10 forks source link

exception handling for invalid date parsing #105

Open limex opened 6 months ago

limex commented 6 months ago

Steps:

image

Result: Sidebar is empty. Found no errors in the console.

Leonezz commented 6 months ago

Hi @limex thanks for the report, this is a known issue, the timeline view broke because an exception thrown by the moment library during parsing dates. I will fix it in the next release.