sunxvming / obsidian-vscode-editor

Edit Code Files like VSCode in Obsidian.
MIT License
174 stars 19 forks source link

FR: Allow code file editor font to be overriden and support ligatures #36

Open Arlorean opened 4 months ago

Arlorean commented 4 months ago

The Monaco Editor font and ligature support can be set in the constructor but those settings aren't exposed via this plugin.

I tried overriding the font using CSS snippets but the editor needs to understand the font metrics internally to do the editing properly so it has to be passed in on construction of the editor.

Specifically I'm looking to use Cascadia Code or Fira Code fonts with Ligature support, as I'm used to using in Visual Studio Code.

CascadiaCodeLigatures