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

Ability to create sequential incremental multiline cards #300

Open
wlo2 opened this issue Jan 7, 2025 · 0 comments
Open

Ability to create sequential incremental multiline cards #300

wlo2 opened this issue Jan 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@wlo2
Copy link

wlo2 commented Jan 7, 2025

Describe the solution you'd like
Current incremental multiline cards logic is the following:

SQL commands can be divided into: #card #incremental
    Data Definition Language
    Data Manipulation Language
    Data Control Language

This creates 3 cards

SQL commands can be divided into: #card #incremental
    ?
    Data Manipulation Language
    Data Control Language
SQL commands can be divided into: #card #incremental
    Data Definition Language
    ?
    Data Control Language
SQL commands can be divided into: #card #incremental
    Data Definition Language
    Data Manipulation Language
    ?

This allows for learning a position of a unit of information in the context but doesn't allow for leaning the sequences of information (making the hashtag sorta ironic)

Describe how it will help your workflow
Adding #seq hashtag on top of #card #incremental

SQL commands can be divided into: #card #incremental #seq
    Data Definition Language
    Data Manipulation Language
    Data Control Language

to generate following cards

SQL commands can be divided into: #card #incremental #seq
    ?
    -
    -
SQL commands can be divided into: #card #incremental #seq
    Data Definition Language
    ?
    -
SQL commands can be divided into: #card #incremental #seq
    Data Definition Language
    Data Manipulation Language
    ?

This allows for learning any sequential data - algos, verb conjugations, etc

@wlo2 wlo2 added the enhancement New feature or request label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant