Open MichaBrugger opened 2 years ago
@MichaBrugger you can fork the repo and fix the bug, while the owner is too busy to deal with it.
@MichaBrugger https://github.com/yekingyan/obsidian-open-in-other-editor/pull/5 my branch has the fix. I wouldnt mind someone testing this on linux for me. Cuz i only detecting macs right now.
Unfortunately, the file path that is set isn't compatible with Linux (see picture below). It should be
cd /home/..
instead ofcd home/..
I'm pretty sure there is a method in the Obsidian API that handles this, but I can't find it just now (I'll update the issue later if I can).