farkam135 / GoIV

https://www.reddit.com/r/goiv
Other
372 stars 138 forks source link

Clipboard renaming token for appraised & unappraised #978

Closed RudeySH closed 5 years ago

RudeySH commented 6 years ago

I'd like to be able to add a symbol to the clipboard output based on whether the Pokémon is appraised. Being able to use a different symbol for unappraised is a must for me too.

CalcyIV has an icon for appraised but not for unappraised.

nahojjjen commented 6 years ago

I think this is a good idea, lemme see if I can do something like this...

nahojjjen commented 6 years ago

Okay yea, seems possible. What symbol would be good to indicate non-appraised/appraised?

RudeySH commented 6 years ago

Ideally the symbol could be configurable by the user. I'd like to use a question mark for unappraised. Using an exclamation mark for appraised seems like the perfect fit, being the opposite of a question mark, but that symbol might already have a different meaning. CalcyIV uses § (section/paragraph symbol) for appraised.

nahojjjen commented 6 years ago

why'd you have to suggest the alternative that takes most effort on my part :(

Ive added it to my 'todo' batch for various clipboard QOL improvements.

AbcentMineDead commented 5 years ago

My suggestion would be:

§ = Appraised ¿ = Unappraised

AbcentMineDead commented 5 years ago

I personally add a custom symbol in the front of "multiple results" clipboard output. This works for me as I'm not interested in the use of an appraised token. If you do similar with "single" and "perfect" the need of a token wouldn't be necessary. I could be wrong.

nahojjjen commented 5 years ago

Ive added a "isAppr" token in the "IV info" list which does what's originally requested in this issue thread.