1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-11-22 04:33:06 +03:00
Commit Graph

22 Commits

Author SHA1 Message Date
Yvee1
0b877aa855 Add scrolling functionality to cards & change F1 to Ctrl+F1 2023-12-17 18:46:58 +01:00
Steven van den Broek
3a84eaad89 Add basic LaTeX support 2020-11-14 16:07:33 +01:00
Steven van den Broek
c5ac75ca6f Also open the image of the first card in the deck 2020-11-14 14:07:08 +01:00
Steven van den Broek
e6c54b656e Attempt at adding basic image support
Parsing does not work completely yet
2020-11-13 12:33:17 +01:00
Steven van den Broek
bd865eb664 Update recordings and fix typo 2020-08-20 17:15:12 +02:00
Steven van den Broek
a0887b039f Add ordering type question, parsing and display 2020-07-25 13:16:20 +02:00
Steven van den Broek
44f95bc4ae Small fixes and added gifs and explantion of cards 2020-07-18 17:38:57 +02:00
Steven van den Broek
516bc2d21f Add possibility to escape underscores 2020-07-18 15:13:34 +02:00
Steven van den Broek
faaf372441 Add multiple answer possibilities for each gap 2020-07-18 14:28:24 +02:00
Steven van den Broek
4272f2ed45 Basic visuals of multiple answer cards 2020-07-16 18:13:27 +02:00
Steven van den Broek
049f9ebc8c Press enter to continue after correct answer
And some cleaning
2020-07-15 14:16:21 +02:00
Yvee1
c8df986a2f Fix addition of recently selected cards to xdg 2020-07-14 21:41:57 +02:00
Yvee1
641432b570 Add centered wrapped text widget 2020-07-09 13:07:51 +02:00
Yvee1
bd2eedd52f Display exception in widget, at CardSelector 2020-02-10 22:12:52 +01:00
Yvee1
a97109f800 Fully functional (pun not intended) open questions 2020-01-29 17:30:17 +01:00
Yvee1
2e5982b87d Add parsing and basic UI for open question type 2020-01-28 20:55:19 +01:00
Yvee1
0ad235d3f0 Add selection to multiple choice question. 2020-01-26 22:58:47 +01:00
Yvee1
3361c9f8f1 multiple choice parsing works correctly now 2020-01-26 11:06:24 +01:00
Yvee1
fe613e3199 Rewrote parser in Parsec, almost works.
File has to end with "---", otherwise a parse error. This is since dashes have to be allowed in text, and hence I read everything until the seperator has been reached. Thus, at the end of the last card, also a seperator is needed. Will have to find a solution for this though.
2020-01-25 22:33:19 +01:00
Yvee1
ae484abf24 Added arrow key control. Learning Parsec 2020-01-24 23:14:54 +01:00
Yvee1
467f105b46 basic parsing and printing of multiple choice 2020-01-23 12:26:04 +01:00
Yvee1
561bb70ba7 refactored to use stack, looked at brick package 2020-01-20 10:07:16 +01:00