Search first
What Happened?
I have date format as "yyyy-MM-dd".
I did upgrade at April 30th, May 9th, May 10th, May 18th.
- 2.0.1-alpha+nightly.20260429 62eac11
- 2.0.1-alpha+nightly.20260508 427dbe3
- 2.0.1-alpha+nightly.20260510 1f9c017
- 2.0.1-alpha+nightly.20260515 302f798
Now I find my journal before May 9th has block/name like "2026-05-09", while the journal since May 10th is "may 10th, 2026".
The block/title keeps in the same format as my setting.
This seems break plugin API like getPage() and pushState() when the journal date "2026-05-18" is input parameter. And my plugin fails to work.
Reproduce the Bug
- Install 2.0.1-alpha+nightly.20260429 62eac11 and create a journal page.
- Upgrade to new version and create another journal page.
- Check the page data of both journals. The
block/name is in different format.
Expected Behavior
No response
Screenshots
Files
No response
Browser, Desktop or Mobile Platform Information
- April 30th: 2.0.1-alpha+nightly.20260429 62eac11
- May 9th: 2.0.1-alpha+nightly.20260508 427dbe3
- May 10th: 2.0.1-alpha+nightly.20260510 1f9c017
- May 18th: 2.0.1-alpha+nightly.20260515 302f798
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
Search first
What Happened?
I have date format as "yyyy-MM-dd".
I did upgrade at April 30th, May 9th, May 10th, May 18th.
Now I find my journal before May 9th has
block/namelike "2026-05-09", while the journal since May 10th is "may 10th, 2026".The
block/titlekeeps in the same format as my setting.This seems break plugin API like
getPage()andpushState()when the journal date "2026-05-18" is input parameter. And my plugin fails to work.Reproduce the Bug
block/nameis in different format.Expected Behavior
No response
Screenshots
Files
No response
Browser, Desktop or Mobile Platform Information
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.