javierriveracastro / betteroll-swade

A Better Rolls port for SWADE
GNU General Public License v3.0
16 stars 32 forks source link

Alphabetically sort action card section entries #605

Closed steveculshaw closed 1 year ago

steveculshaw commented 1 year ago

Alphabetically sort action card section entries.

e.g. in the attached screen shot, the Attack options section, the various Called Shots should be together, after the Attack Inanimate Object, and before the Desperate Attacks ... image

Unfortunately this won't work so well in the Cover section, as they are better as they are, ie. sorted in increasing cover level.

Maybe sort by just the first word? Or an override for each section?

Better yet, a user defined sort, maybe a hidden field element of the global action?

javierriveracastro commented 1 year ago

Sorting by ID makes the most sense to me. It is hidden an already there.

steveculshaw commented 1 year ago

That sounds great

javierriveracastro commented 1 year ago

Done, now ids should be changed to get proper ordering, but that is another bug.

steveculshaw commented 1 year ago

Nice one