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

Order decks by due date #17

Open
fasiha opened this issue Mar 14, 2015 · 0 comments
Open

Order decks by due date #17

fasiha opened this issue Mar 14, 2015 · 0 comments

Comments

@fasiha
Copy link
Owner

fasiha commented Mar 14, 2015

Morph Man plug-in re-arranges decks via due dates. Needed the following line:

    deckNotes = db.exec("SELECT notes.mid,notes.flds FROM notes LEFT OUTER JOIN cards ON notes.id=cards.nid ORDER BY cards.due" );

Make the sort order selectable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant