Hello,
Currently, I’m adding new words I learn from reading novels to Anki and using the tagging feature to record the title of the book in which I encounter each word. Ideally, I’d like to use spaces in tags, but since that isn’t allowed, I use underscores instead.
When I display those tags on the cards using the {{Tags}}
field, I want to replace these underscores with spaces. I feel like this should be possible with JavaScript, but I wasn’t surprised to find out I couldn’t get it to work.
Could someone help me create my desired template, i.e. display the cards’ tag This_is_a_Book_Title
as This is a Book Title
on the card?
Thank you in advance!