Pinned folders or files
Posted: 09 Mar 2017 23:01
Most of the time my lists are sorted by creation date, with folders on the bottom (some permanent, and frequently new ones). The permanent folders I timestamp with a date far in the future so they are at the top of the list of folders and I have them colored with a Label or color filter for visibility.
However I'm constantly moving the newest files (at the top) in the list into those permanent folders (at the bottom), but if the list is rather long it would be super convienent to have these folders at the top. I investigated manual sorting, and tried something like this script, but then the list is no longer sorted by creation date and and autorefresh no longer works.
$f = quicksearch("lbl:Blue /n");
sortbylist($f);
Would it be possible to have a feature to have certain folders always pinned at the top, honoring whatever the current sort order is?
However I'm constantly moving the newest files (at the top) in the list into those permanent folders (at the bottom), but if the list is rather long it would be super convienent to have these folders at the top. I investigated manual sorting, and tried something like this script, but then the list is no longer sorted by creation date and and autorefresh no longer works.
$f = quicksearch("lbl:Blue /n");
sortbylist($f);
Would it be possible to have a feature to have certain folders always pinned at the top, honoring whatever the current sort order is?