KingDownloads

hascard version history

10 releases tracked, newest first.

v0.6.0.2

Oct 27, 2024
- Removed unreliable Shift+Tab key binding. - Introduced a new approach to show correct answers when submitting empty or duplicate answers.

3 downloads

v0.6.0.1

Dec 23, 2023
## Changes Fixes: - Change key for showing answer to open questions from F1 to Shift+Tab, which should cause fewer conflicts with existing keybindings (issue #31).

3 downloads

v0.6.0.0

Dec 23, 2023
## Changes New: - Windows support. - `export` CLI command for exporting hascard cards to delimited text files (issue #33). - Possibility to vertically scroll flashcards if they are long enough (issue #25). - Scrollbars for menus where scrolling is possible, which can be controlled by mouse if the terminal supports this. - Setting for shuffling answers to multiple choice/answer questions (issue #19). Fixes: - Improved navigation of parameter selection menu. - An empty definition card does not need to be flipped.

2 downloads

v0.5.0.3

Jul 18, 2021
## Changes New: - Improved `hascard import` functionality: delimiters can be specified via CLI options (fixes issue #17). Fixed bug: - Removed redundant newline after header

2 downloads

v0.5.0.2

May 4, 2021
## Changes New: - Setting for changing case sensitivity of open questions. Default behaviour is case sensitive, which was also the functionality before this setting was added. Fixed bug: - When the open question was gotten right after the first try, it was still counted as correct in review mode

2 downloads

v0.5.0.1

Feb 22, 2021
## Changes Fixed bugs: - When generating new decks from correct or incorrect cards, 'Nothing' was added as the first line - When a gap was the last part of a sentence, the newline was not shown correctly

2 downloads

v0.5.0.0

Nov 14, 2020
## Changes New: - References to files can be added inside cards, such that the corresponding files opens when encountering that card. The file opens in a different window using the default application for opening files of that file type configured on your computer. This can be used to add images to questions. The syntax is described [here](https://github.com/Yvee1/hascard#including-files) in the readme. - LaTeX can be included in a card, which is first converted to a PDF and then opened with a PDF viewer. More info [here](https://github.com/Yvee1/hascard#latex) in the readme. UI updates to parameter selection: - Selecting the chunks in the parameter selection window is better - The deck size visible in the parameter selection window now correctly works together with the chunk option; i.e. the maximum number of cards represents the number of cards in the selected chunk, instead of the total number of cards in the entire deck. Some other UI updates, thanks to @g-w1: - When entering text in an answer Control-w will go back a word - In multiple choice, tab will also toggle the option - In the flashcard, the "yes or no" prompt can be navigated by 'l' and 'h' for a more vi

2 downloads

v0.4.0.0

Sep 13, 2020
## Changes New: - UI menu for setting the parameters like shuffling etc. The CLI options are no longer usable with `hascard`. The CLI options have been moved under `hascard run`. Directly providing a file is now also done with `hascard run`. - Convert TSV files to files compatible with hascard, using the `hascard import` command. (suggested by @g-w1) Fixed bugs: - Focus cycling removed in settings menu for consistency with the other menus. - Better error for non-existing files - Allow | character in text - Allow lists with - in definition cards. Previously this was seen as a multiple choice question without any correct answers, and therefore gave an error.

2 downloads

v0.3.0.1

Aug 20, 2020
## Changes Fixed bugs: - Crash on empty recents list - Crash on any key other than Enter at FinalPopup

2 downloads

v0.3.0.0

Aug 20, 2020
See [README](https://github.com/Yvee1/hascard#readme) for installation instructions. ## Changes New: - When reviewing a deck, the amount of correctly and incorrectly answered cards are now displayed. - After answering a definition card a popup appears asking whether you answered it correctly or not. - After finishing a deck, there is an option to create new decks from either the correctly answered or incorrectly answered cards, or both. The correct cards of a file named `deck.txt` are stored in `deck+.txt` in the same folder, and the incorrect ones in the file `deck-.txt`. Make sure you do not have files of those names that you want to keep since these _will_ be overwritten. - The `--blank` or `-b` option was added to use the application without the changes listed above. - Files with the `.md` extension are also accepted by the application and shown in the filebrowser. Fixed bugs: - Empty open question now takes up 1 row instead of 0 rows, so does not jump like before. - All parse errors now show a popup instead of crashing the application when reviewing a deck.

2 downloads