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

Enhancements: User Control for View on Startup (Issue #70) and Fix for Sidebar Position (Issue #68) #113

Closed maoli17 closed 4 months ago

maoli17 commented 4 months ago

This PR resolves Issue #68 by adjusting the activateView function. The issue caused the task timeline view to reopen in the top-right sidebar by default, regardless of its previous location. The changes ensure that if a task timeline view is already open within the workspace, it will be revealed instead of opening a new one in a default location. This PR also introduces an openViewOnStartup option, enabling users to choose whether the task timeline view should auto-load on startup, as requested in Issue #70.

ksdavidc commented 4 months ago

thank you. I hope it can get commited someday :-)

Leonezz commented 4 months ago

looks good!