This repository contains an interactive flashcard template for Anki, featuring drag-and-drop functionality and visual feedback.
front.html
: The HTML code for the front side of the flashcard.back.html
: The HTML code for the back side of the flashcard (optional).style.css
: The CSS styling for the flashcards.
- Open Anki.
- Go to
Tools
>Manage Note Types
. - Create a new note type or edit an existing one.
- Copy the content from
front.html
into the front template. - Copy the content from
back.html
(if used) into the back template. - Copy the content from
style.css
into the Styling section. - When creating cards, use the | character to separate multiple correct answers within the same field.
#### Change Log:
v1.1 - 2024-09-04
- Added trim to terms comparison to remove spaces around '|' separators.
- Evaluated forgotten terms as incorrect with -1 feedback.
- Dynamic headers and terms handling for up to 5 columns.
- Added support for dynamic vertical and horizontal table generation based on layout.
- Fixed comparison logic for terms with multiple answers using '|' to trim extra spaces.
- Added visual feedback for both correct (+1) and incorrect (-1) answers, including forgotten terms.
v1.0 - 2024-09-04
- Initial release
[MIT License.]