Just checking: it appears that apostrophes or single quotes are allowed—is that accurate? Obsidian doesn’t complain if I put a single quote in a note title or alias, and my YAML appears to render correctly.
- If I type an apostrophe in the YAML or note text, it is rendered as an apostrophe or right single quote, not as a straight single quote or foot mark. I think MacOS is making the substitution, not Obsidian.
- If I type an apostrophe in a Javascript prompt (part of a Templater template), it renders as a single straight quote.
- I can set Linter to whichever style I prefer.
- I’m guessing it’s best to stick to straight quotes, both single and double, when creating code.