kraibse / obsidian-table-sorting

This essential plugin will finally allow you to organize your tables non-destructively right within Obsidian. Sorting by multiple columns is supported!
MIT License
54 stars 2 forks source link

Suggestion: Multi-Level sorting with tables containing much data #2

Closed merlinuwe closed 1 year ago

merlinuwe commented 1 year ago

As mentioned in Reddit, I'd like to sort not only by one column at a time, but by all of them.

If the table is sorted by a column, this sorting should be the base for the next sort of an other column. It should not sort always the original table order again.

The sorting has to be stored between Obsidian sessions.

I mean a sorting like in Excel.

kraibse commented 1 year ago

I think I've grasped the concept of having multiple levels to sort by. Let me see what I can do.