mutiple decks not working
See original GitHub issuetry 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:
- Created 4 years ago
- Reactions:7
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is there a way to support merging in the newest version?
@jxnblk would it be simple enough to post how to do multiple decks?
I would love to help and update the docs.