Description:
The command to return to the homepage doesn’t seem to support custom date functions. Here’s the situation:
-
In my settings page, I have configured:
indexPage: "[[{{year}}/{{monthNumber}}/{{journalDate}}]]" -
When I visit my website directly, everything works as expected, displaying something like:
2024/02/Friday. -
However, when I use the
Navigate: Homecommand, I get a page with this URL:
/undefined/undefined/undefined. -
If I delete the current page using the command, the system automatically creates a new page with the same
/undefined/undefined/undefinedURL. -
When I use the default
{{today}}function, everything works fine.