Lazycard

A simple flashcard application where cards are formatted with Markdown.

Stars
42

Bot releases are visible (Hide)

Lazycard - Release v1.3.0 Latest Release

Published by github-actions[bot] about 4 years ago

Added support for importing Anki topics that are exported as plain text files where cards are separated by a newline \n and the fields (front and back) are separated by a tab \t.

Lazycard - Release v1.2.0

Published by github-actions[bot] about 4 years ago

Enable HTML parsing.

Lazycard - Release v1.1.1

Published by github-actions[bot] about 4 years ago

A small patch release containing two bug fixes:

  • Fixed main content not centering on wider screens
  • Fixed sort icon disappearing when clearing empty search queries
Lazycard - Release v1.1.0

Published by github-actions[bot] over 4 years ago

This release consists mostly of changes under-the-hood. Nonetheless, some noteworthy additions are:

  • Small redesign
    • Dedicated navigation bar that routes to the various pages and a custom title bar. And in general a more consistent color scheme.
  • Import options
    • Merge a topic with an already existing one or create a new one when importing.
    • Allow duplicate cards when importing.
  • New card scheduling algorithm
    • Cards are now scheduled using the Fibonacci sequence. I felt that the exponential growth of doubling the days for each successful recall was a bit too much. It should be a bit more linear now.
  • Store dates in ISO 8601
    • More a critical bug fix than feature. Dates are now independent of region.
  • Bulk deletion of cards
    • Delete all selected cards.
  • Sort topics
    • The topics listed in the sidebar are now sorted by name.
Lazycard - Lazycard v1.0.1

Published by hikikones over 4 years ago

Added HTML export and dark mode.

Note: dark mode lacks some CSS styling.

Lazycard - Lazycard v1.0.0 release!

Published by hikikones almost 5 years ago

A complete rewrite of the old version that now looks more cleaner, supports import and export of topics, and uses simply JSON for the database.

Lazycard - Prototype release

Published by hikikones about 5 years ago

Release of Lazycard prototype with an installation file for Windows users.

Related Projects