If you want the link to open in a new panel in preview mode (not in edit mode) when you click on it while holding down the Ctrl (Windows) or Cmd (Mac) button.
You need to add the line
"defaultViewMode": "preview"
to the
\.obsidian\config
file.
Why is this important for Andy mode?
If you are in the process of research, and not editing notes, without this setting, you have to constantly return to the preview mode by clicking on the button in the panel.
Can I add it to the bottom of the config file?
Should I put },
above it?
To avoid an mistake add it as the last line in the file before the last " } "
On the line that precedes it put a comma at the end of the line.