Suppose a note has 2 fields, {{Front}}=“Hello”, {{Back}}=“World”.
I can show “{{Front}} is {{Back}}” (in this case, “Hello is World”) on Back side. Meanwhile, I want to send “{{Front}} is {{Back}}” to TTS. Any suggestions? Thanks!
are Front and Back in different languages ? If so, you’ll need some very special code to handle this. A couple of users have approached me with similar use cases for AwesomeTTS, but I don’t know how to implement them yet.
In the current state of things, I can’t help you, but for AwesomeTTS2, I’m planning an ultra-generic mode where you would basically write an SSML template, it would be infinitely customizable.
Extra field named “Is” is a good work around. One extra step though is adding the content “is” to that field in every card. Can be done easily with Find and Replace dialog - select the field, replace blank with “is” , uncheck selected note only