So I managed to make the Built in I/O a type in one but how do i make the fields separated by each card? Because when I put something in the back extra it also affects the other back extra of each card.
So I managed to make the Built in I/O a type in one but how do i make the fields separated by each card? Because when I put something in the back extra it also affects the other back extra of each card.
I don’t think this is a supported use case.
That’s because they are silbings (belong to the same note), unlike in the IO add-on.
Maybe you can make it work by adding multiple extra fields one for each cloze and using conditional field replacements to choose the correct field. E.g:
{{#c1}}
{{type:Back Extra 1}}
{{/c1}}
{{#c2}}
{{type:Back Extra 2}}
{{/c2}}
Wow… I guess I will just use the addon for those types of I/O for now
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.