list folders and queries in non-alphabetical order
I'm writing a set of LINQpad queries to produce a coherent and sequential dataprocessing story for fellow programmers. A bit like a Jupyter notebook and like the tutorial in the LINQpad Samples
tab. The directories under Samples and the queries aren't ordered alphabetically but were somehow ordered to have a nice logical structure.
Ordering directories and individual queries of a the My Queries
tab would guide the reader from start to end. I could of course prefix a number to impose order but the orderng in the Samples order suggest that it can be done differently. But how ???
There's a request for a notebook/workbook feature; custom ordering would be a first step.
Comments
That's right, ordering is important for samples!
This feature already exists: right-click the folder and choose "Reorder items in this folder".
how on earth did I miss that ... thanks.