Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update and simplify card import #90

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Conversation

jxjj
Copy link
Collaborator

@jxjj jxjj commented Dec 30, 2024

This lets users import text cards.

Previously, there was hidden functionality to import a variety of card types: "image" card, "text" card, etc. However, the structure of cards changed to use blocks so that cards could support multiple content types within the same card.

Creating a CSV to permit multiple block types within the same card would be too complicated for most users (it's probably easier to use the card editor rather than trying to construct the CSV). So, this changes import to the most common use case: text cards.

"Import Cards" is added as an option to the ⋮ dropdown for a Deck.

On dev for testing.

@jxjj jxjj requested a review from cmcfadden December 30, 2024 17:44
@jxjj jxjj self-assigned this Dec 30, 2024
@jxjj jxjj linked an issue Dec 30, 2024 that may be closed by this pull request
@jxjj jxjj merged commit a50c65c into develop Dec 30, 2024
@jxjj jxjj deleted the feature/80-simple-deck-import branch December 30, 2024 22:13
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.

Update deck import to handle new block formats
2 participants