Nikita Litvin

Results 13 comments of Nikita Litvin

To support Periodic Notes 1.0, file `src/settings.ts` needs to be updated like this: ```diff import { DEFAULT_DAILY_NOTE_FORMAT, DEFAULT_MONTHLY_NOTE_FORMAT, DEFAULT_WEEKLY_NOTE_FORMAT, DEFAULT_QUARTERLY_NOTE_FORMAT, DEFAULT_YEARLY_NOTE_FORMAT, } from "./constants"; import { IPeriodicNoteSettings } from "./types";...

Solution: add `--enable-logging` to see the WebSocket URL in your terminal. I found this issue in search results but ended up having to dig in Chromium source code, so hopefully...

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...