alanxoc3 / concards

A flashcard note app
GNU General Public License v3.0
8 stars 0 forks source link

Ignore characters idea #88

Open alanxoc3 opened 3 years ago

alanxoc3 commented 3 years ago

I just had an idea for what ignoring characters/symbols/words might look like. In your file, you could have something like this:

#: #IGNORE | - _ ``` ```java :#

What I'm trying to demonstrate in this example is that the "question" #IGNORE will ignore all those characters for any card that comes later in the file. This could be useful if your cards are in a file format that needs a character on every line (like # in bash, or > in markdown).

This is by no means a complete idea, I still need to put more thought into it.