JackGruber / joplin-plugin-note-overview

A note overview is created based on the search and the specified fields.
MIT License
77 stars 13 forks source link

Feature request: simple grouping #58

Open zblesk opened 1 year ago

zblesk commented 1 year ago

I would appreciate an option to group results into multiple sets by one of the columns I can select. (I am specifically not asking for any generalized querying, multiple conditions, etc.)

My use cases usually run in this vein: I have an overview that, say, extracts all notes that have a set of tags; and I display the breadcrumb in a table.

I would appreciate if I could specify that I want them grouped by breadcrumb, and dumped as multiple tables.

(No fancy formatting requested, either; doing the same thing as it does now, but split into multiple result sets, with the value of the group key above each set, would be fine. E.g. I'd get "Notes with breadcrumb X: ", then "Notes with breadcrumb Y: ", etc.)