Can I sort folders and files continuously in the tree view?

I’m setting up a johnny.decimal system, which normally involves assigning numbers to directories and only storing files in the leaves of the directory tree. I’ve modified the system so that numbers can represent either folders or markdown files but not both, as in the image below.

The index file (the text on the right in the image) shows how I want the markdown and directories sorted–everything sorted together by name. But the tree view sorts directories and files separately (as one would expect).

Can I make the tree view sort files and folders in a single array so that it looks like the index?

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.