Replies: 1 comment
|
Views sort by the Sort option you choose, not by file creation date — and there isn't a created/modified-time sort, so with sorting turned off you get the graph's internal edge order (effectively arbitrary), which is what you're seeing. To force a fixed A→B→C→D order independent of filename, give each child a numeric frontmatter property and sort by it. For example set If you'd specifically like a creation-date sort option added, let me know and I'll track it as a feature request. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I deactivated the alphabetical sorting in the views, but the resulting sorting order seems random. Example:
Is there a practical reason for this behaviour, i.e. their modified creation date, as I suspect? Or could it be a bug? Or am I interpreting the settings incorrectly? Thanks!
All reactions