0xbs / premade-groups-filter

A World of Warcraft addon for powerful filtering of premade group listings.
GNU General Public License v2.0
76 stars 40 forks source link

Allowing saving/loading account-wide conditions snippets #40

Open RamyRafik opened 3 years ago

RamyRafik commented 3 years ago

I can't express how helpful the addon is. I've been using it for several years and I can't imagine playing without it!

I run many alts. When playing on a certain character, I may put some time coding a complex expression to filter groups the way I want. When switching to another character, it'd be useful if I can "load" that expression from the first character and tweak it, instead of writing it from scratch, or relog-copy-relog-paste. It also helps when "resetting" the expression by mistake.

Requirements:

Nice-to-have

Ugo-G commented 3 years ago

Hello @RamyRafik

While waiting for the creation of this template / save functionality (if there is one day), a solution could be to create one or more personal / common macro on each of your character :

https://github.com/0xbs/premade-groups-filter/wiki/FAQ#how-can-i-switch-between-multiple-configurations-on-a-single-char

0xbs commented 1 year ago

There are already two possible implementations, although both way out of date:

  1. enkol did a tab implementation in https://github.com/enkol/wow-premade-groups-filter. Code is stored in branch feature/tabs-by-enkol
  2. rickardkarlsson did a load/store implementation in https://github.com/0xbs/premade-groups-filter/pull/52. Code is stored in branch feature/load-store-by-rickardkarlsson

Keeping this issue open for now as a future idea. No implementation planned at the moment.