liamcain / obsidian-daily-notes-interface

Package to create, open, and find daily notes from your Obsidian plugin
MIT License
84 stars 10 forks source link

Add compatability with new periodic notes plugin #32

Open burgerga opened 2 months ago

burgerga commented 2 months ago

Got started on this to have compatibility with the new Periodic Notes plugin, but turned out to be a little more work than anticipated :)

I think we're mostly there:

I have little experience with mocking interfaces, some input from you would probably be needed here.

In it's current form this pull request already fixes https://github.com/liamcain/obsidian-daily-notes-interface/issues/24 (have tested with day planner using both legacy and new periodic notes plugin versions), but for full compatibility the other aspects should be fixed as well.

Might also solve https://github.com/liamcain/obsidian-calendar-plugin/issues/307 but haven't tested, input from that side welcome as well :)