-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rework syntax to allow reversible sides. #21
Comments
I have an idea now.
Would expand to two cards:
Notice how I reworked the syntax to not only allow reversible sides, but also it looks cleaner. I figured out an escape character strategy too. Just prepend a
|
Ok. This case is only to add the ":" reverse syntax. This is not to change from "@" to "|" and it is not to implement the escape character system. |
The two prerequisites to this case are complete. I'm working on the reversible syntax now :D. |
The "--sides" option was a bad idea to begin with I guess. Not every flashcard side makes sense to be reversible. It's completely dependent on the side. The "--sides" option was just giving me too much garbage. Next commit will start on the ":" syntax for multiple sides.
Maybe a
@
could mean the answer is reversible, while a%
means the answer is irreversible. Or vice-versa. Maybe not a%
. I'll have to brainstorm this more.The text was updated successfully, but these errors were encountered: