Open m-dp opened 7 years ago
Example of sort by folder and filename (asterisk '*' indicates starred documents):
+-- Folder1
| +-- MyFileD *
| +-- MyFileE
| +-- MyFileF *
+-- Folder2
| +-- MyFileA *
| +-- MyFileB
| +-- MyFileC
Sort (of starred) = MyFileD, MyFileF, MyFileA
The default sort criterion for the "starred" documents browsing view is by "date of starring", which is very good, but some users maybe would like to be able to switch to sorting by name, or (what do you think?) by folder and filename.
Probably not urgent or important, but just for completeness.