You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first, gotta say, great tab generator.
Though I found some small things that I hope can be incorporated.
-v--version returns current version.
reason: I have a hard time finding the version number of the particular release, only pip states it when downloading/upgrading. Also, if other arguments are given, can version number be attached to the created PDF or something? Maybe only if --info is given?
--expansion-dividers-only prints expansion dividers only, no other cards.
reason: I might wanna move all randomizer cards off to a singular place, but will need to categorize them by expansion. Or if someone forgot to print the dividers with --expansion-dividers and wants to add Expansion Dividers afterwards. Maybe make the flag --expansion-dividers-only similar to --only-type "expansion dividers".
Is there already a way to do this? I already tried --only-type but then there's an error that no cards are selected.
I also tried --cardlist (though non-ideal) but didn't filter/recognize the cards in cardlist somehow. maybe I did it wrong, but can't see how.
Arrethra
EDIT: I found a workaround for the --expansion-dividers-only , using the following batch-file. This places all expansion-dividers at end of file and can be padded with blanks such that the expansion-dividers are placed on a new page, such that you don't have to print extra unnecesary cards. not ideal though.
SET INCLUDE_BLANKS=4
dominion_dividers --expansion %name_of_set% --group-special --no-page-footer --expansion-dividers --centre-expansion-dividers --info --outfile "Dominion_dividers_all.pdf" --log-level ERROR --order global --include-blanks %INCLUDE_BLANKS%
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
first, gotta say, great tab generator.
Though I found some small things that I hope can be incorporated.
-v--versionreturns current version.reason: I have a hard time finding the version number of the particular release, only pip states it when downloading/upgrading. Also, if other arguments are given, can version number be attached to the created PDF or something? Maybe only if
--infois given?--expansion-dividers-onlyprints expansion dividers only, no other cards.reason: I might wanna move all randomizer cards off to a singular place, but will need to categorize them by expansion. Or if someone forgot to print the dividers with
--expansion-dividersand wants to add Expansion Dividers afterwards. Maybe make the flag--expansion-dividers-onlysimilar to--only-type "expansion dividers".Is there already a way to do this? I already tried
--only-typebut then there's an error that no cards are selected.I also tried
--cardlist(though non-ideal) but didn't filter/recognize the cards in cardlist somehow. maybe I did it wrong, but can't see how.Arrethra
EDIT: I found a workaround for the
--expansion-dividers-only, using the following batch-file. This places all expansion-dividers at end of file and can be padded with blanks such that the expansion-dividers are placed on a new page, such that you don't have to print extra unnecesary cards. not ideal though.Beta Was this translation helpful? Give feedback.
All reactions