#NaN and undefined at date edited after import
1 messages · Page 1 of 1 (latest)
Is there a way to force an edit date on multiple notes at once? adding a tag / color / notebook doesn't seem to do it and I need to actively edit a single note to trigger this.
I'm not able to sort the normal notes list properly with the newest at the top at this moment.
NaN and undefined at date edited after import
Grouped by: Month
I noticed this only happens when I have frontmatter in my markdown files
I created a new import without frontmatter and this issue does not come up
how are you finding so many new bugs.. @noble crystal you have competition in breaking NN
That's ok I'll explode things again soon
guess I'm a real super power user lol - idk, just try to use it 😉
to potentially reproduce it: it was a Standard Notes export to markdown with frontmatter enabled
@flat slate you will have to import again. Can you send a screenshot of the frontmatter in a sample markdown file?
sure no problem with both
here is one example:
---
title: Magic Lantern Nightly Builds
created_at: 2024-04-15T12:43:25.498Z
updated_at: 2024-04-15T12:45:10.572Z
uuid: 76ec43ab-8d55-4a5b-8a82-4c2ecd8176f3
---
It seems it couldn't convert that date format.
I'll add a new test and fix it ASAP.
hmm... just a thought:
As I've written here #1245652538343165994 message
The importer seems to have issues with : inside the frontmatter values
not sure if this applies also here
Will have to change the frontmatter parser then.