question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

mutiple decks not working

See original GitHub issue

try to use multiple decks like shown in the csb-examples.

// deck.js
import { slides as one } from './one.mdx'
import { slides as two } from './two.mdx'

export const slides = [...one, ...two]
// package.json

   "start": "mdx-deck deck.js"

but the result is only one page with “MDX Deck”. (like in the example). what’s my fault ?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:7
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
christopherjbakercommented, Feb 18, 2020

Is there a way to support merging in the newest version?

5reactions
schaabcommented, Oct 11, 2019

@jxnblk would it be simple enough to post how to do multiple decks?

I would love to help and update the docs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Many Cards decks not loading in Massive Decks #32 - GitHub
Describe the bug Going on decks, and adding a custom deck through code won't load it. The issue is in the link it...
Read more >
Adding a Deck, "Add Multiple" not working? : r/Roll20 - Reddit
Hi, I'm new-ish to Roll20 and trying to make a custom deck. Got a lot of cards to do, so using the +Add...
Read more >
Unable to Create or Delete Decks, Illegalized Cards Following ...
Unable to create or delete decks, multiple decks illegalized due to an issue of the game illegalizing cards in your already created decks...
Read more >
Making Multiple Decks of Cards Java - arraylist - Stack Overflow
I think I have figured out how to create a single deck of cards [shown in the method Decks()], but my problem is...
Read more >
When problems occur - Frequently Asked Questions - Anki FAQ
When problems occur · 1. Restart Anki · 2. Check add-ons · 3. Check your Anki version · 4. Check your database ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found