Is it possible to use more than 2 types of regex for a single type of card #626
-
for example using inline regex and tag regex together , offcource it would be possible to use a complex regex but it wouldnt be ideal |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Bestboigill, yes, it can be done in 2 ways: Option A: You can clone the card type to which you want to assign a regex inside anki, then you would have to regenerate the table of note types inside the plugin in obsidian (so that it is updated) and there assign the different regex to each note type (which would be the same technically). Option B: As you mention, you could modify the regex to combine both regex expressions into one, for example:
|
Beta Was this translation helpful? Give feedback.
Hi @Bestboigill, yes, it can be done in 2 ways:
Option A:
You can clone the card type to which you want to assign a regex inside anki, then you would have to regenerate the table of note types inside the plugin in obsidian (so that it is updated) and there assign the different regex to each note type (which would be the same technically).
Option B:
As you mention, you could modify the regex to combine both regex expressions into one, for example: