Hi! I am trying to use insert the \ symbol when typing in Obsidian but ¥ shows up every time I press the key. This is only happening in obsidian and not in any other programme or browser. It also wasn’t happening before and I can’t figure out what I did that changed it.
"IntlYen" located between the = and Backspace keys. Labelled ¥ (yen) on a Japanese keyboard. \/ on a Russian keyboard. (From UI Events KeyboardEvent code Values)
May you check your locale for Obsidian in the dev tools (calling by ctrl + shift + i), and type these line in the console: moment.locale() & window.navigator.language?
So I’ve figured it out. Apparently, it was the font I was using. Choosing Yu Gothic turned any and all backslashes in notes, even existing, into ¥. So I’ll just keep using ¥ as a \ cuz it does the same thing and changing the font changes it back.