sunxvming / obsidian-vscode-editor

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

BUG: conflict with surfing plugin #6

Closed ksdavidc closed 11 months ago

ksdavidc commented 1 year ago

This is a follow up to https://github.com/sunxvming/obsidian-vscode-editor/issues/3#issue-1941479799

I found a similar conflict with the sufring plugin and was able to solve it by:

  1. disabling surfing, enable vscode
  2. removing html from vscode settings
  3. reenable surfing (will give error. Ignore the error)
  4. reload the vault.
lordkekz commented 1 year ago

Had the same issue, thanks for the workaround!