april / decklist

The code behind decklist.org, which generates DCI Registration Sheets.
https://decklist.org/
MIT License
45 stars 20 forks source link

Ignore trailing spaces after card names #38

Closed richardneal closed 6 years ago

richardneal commented 6 years ago

I've run into the issue when copy/pasting from other sources (especially PDF) that trailing spaces cause card names to not be recognized – it'd be great if they could be ignored.

Nightfirecat commented 6 years ago

Implemented this in #39; you can test it here: https://nightfirecat.github.io/decklist/?deckmain=1%20Tarmogoyf%0A1%20Tarmogoyf%20

richardneal commented 6 years ago

Works great, thanks for the quick implementation!