Cockatrice/doc/doxygen/extra-pages/user_documentation/deck_management
Lukas Brübach 7d907e54d0 Support tab-separated deck imports (#4222)
Third-party deck tools (e.g. Delver Lens) export decks as tab-separated rows
such as "2	Card Name	Set Name". Card names never contain tab characters,
so a leading numeric column marks a tabular record: the first two columns are read
as the quantity and card name, and any further columns are discarded as
printer/set metadata.

- deck_list: parse tab-delimited rows before whitespace collapsing
- tests: cover tab-separated mainboard and sideboard imports
- docs: document the accepted plain-text import format (fills the TODO)
2026-09-07 00:55:26 +02:00
..
creating_decks.md Docs: Add & link xsd schema information (#6439) 2025-12-31 17:56:24 +01:00
editing_decks.md Doxygen: Add bullet points to subpages lists & link webpage on welcome page (#6377) 2025-12-20 17:46:13 +01:00
editing_decks_classic.md Doxygen: Improve file structure and includes (#6344) 2025-11-22 19:38:39 +01:00
editing_decks_printings.md Doxygen: Improve file structure and includes (#6344) 2025-11-22 19:38:39 +01:00
editing_decks_visual.md Doxygen: Improve file structure and includes (#6344) 2025-11-22 19:38:39 +01:00
exporting_decks.md Doxygen: Improve file structure and includes (#6344) 2025-11-22 19:38:39 +01:00
importing_decks.md Support tab-separated deck imports (#4222) 2026-09-07 00:55:26 +02:00