Skip to content

Support meta-data when copying in a decklist#8611

Merged
NoahTheDuke merged 4 commits intomtgred:masterfrom
jwarwick:decklist
Apr 2, 2026
Merged

Support meta-data when copying in a decklist#8611
NoahTheDuke merged 4 commits intomtgred:masterfrom
jwarwick:decklist

Conversation

@jwarwick
Copy link
Copy Markdown
Collaborator

@jwarwick jwarwick commented Mar 13, 2026

Added support for setting the identity, title, and notes of a deck in the decklist editor.

;; identity: Andromeda
;; identity-code: 36009
;; title: My world's winning deck
;; notes: probably not

You only need to specify one of identity or identity-code. If you use both, whichever one is last will take precedence.

Will make a PR against NRDB to export this info in the Jinetki copyable format.

Fixes #5775

@jwarwick
Copy link
Copy Markdown
Collaborator Author

NRDB PR here: Null-Signal-Games/netrunnerdb#990

We currently ignore any input that doesn't look like card info, so these don't need to be coordinated before merging.

@jwarwick jwarwick marked this pull request as draft March 21, 2026 00:33
@jwarwick jwarwick marked this pull request as ready for review March 21, 2026 02:37
@NoahTheDuke
Copy link
Copy Markdown
Collaborator

i wish we had cljs testing of some kind, i'd love to see this have a test or two. i feel like it'll need some tweaking once it's live

@NoahTheDuke NoahTheDuke merged commit b8b874b into mtgred:master Apr 2, 2026
3 checks passed
@jwarwick jwarwick deleted the decklist branch April 2, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Read the IDs when pasted into the text parser of the deck builder

2 participants