mrjano
mrjano
I was having this issue while running the project (not from unit tests), downgrading to 0.4 fixed it for me
I had this same issue, seems that it works fine on 1.28.0 👍
I had this same issue, looks like some pages in the Roam export don't have create-time/edit-time values Just replace `created = page.get('create-time', page['edit-time'])` with ```created = page.get('create-time', page.get('edit-time', 0))``` be...
Hi, same issue here in Obsidian 1.1.6. I'm also using YYYY-MM-DD as the format for my daily notes, thanks in advance