liamcain / obsidian-calendar-plugin

Simple calendar widget for Obsidian.
MIT License
1.63k stars 143 forks source link

Does not work with periodic notes beta. #307

Open lukasoppermann opened 1 year ago

lukasoppermann commented 1 year ago

Describe the bug

When using either the normal calendar plugin or the beta version together with the beta version for periodic notes, the templates and the location for new daily or weekly files is not honored.

Steps to reproduce

  1. Go to any page
  2. Open calendar view in the sidebar
  3. Click on a date without a note
  4. Note is created on root level

Expected behavior

Like the with non-beta version, the calendar should honor the location and template from the beta version of periodic notes OR allow users to specify the template and location in the calendar settings.

Environment (please specify)

OS

macOS

Obsidian Version (e.g. v0.10.6)

v1.1.16

deltaidea commented 1 year ago

This is caused by liamcain/obsidian-daily-notes-interface#24.

Specifically, the Calendar plugin (this one) uses the obsidian-daily-notes-interface package provided by the maintainers of Periodic Notes, and that package has not been updated in line with changes in Periodic Notes 1.0 yet.

Edit: I'm dumb, this is literally maintained by the same person. 😁