Pierrad / obsidian-github-copilot

A bridge between Obsidian and Github Copilot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin do nothing after install

ducan-ne opened this issue · comments

Hi, first thank you for creating this awesome plugin
I've 2 questions

  • It couldn't be found in https://obsidian.md/plugins?search=copilot, I think it'd be better to publish to that instead of manual install by downloading in release in github

  • After manual install, it show setting and I did all the instructions, but nothing happens when I type anything, any hint for this? I've copilot subscription and node path work well. I've tried with node repl but it still works. I haven't seen anything like "A notice will appear in the editor telling you that Copilot is ready to use.", but copilot work in my IDE

My recording:

CleanShot.2024-05-06.at.19.44.35.mp4

Ps: tried restart, reinstall but couldn't help

Hi @ducan-ne,
Thanks for your interest!

You cannot find it because this plugin is currently being reviewed before it can be published on the marketplace (see obsidianmd/obsidian-releases#3405)

Also there's a chance that it never get to the marketplace. As you see when you installed it, it requires a copilot folder with the copilot model and LSP. There's a chance that I cannot submit this folder as a zip in the release code and if that the case and that I cannot make a fetch to this resource in the initialization of the plugin, I will not be able to publish it in the marketplace.

About the issue you had, is it related to the PR that you made? Otherwise can you provide the console log associated to your testing?

Thanks

@Pierrad
Yep it's relate and was fixed by that PR

Also there's a chance that it never get to the marketplace

I see, I think a proper instruction in readme would help if it couldn't get to the marketplace, like I've a error because the plugin folder i've created is obsidian-github-copilot, but noticed that it should be github-copilot after reading manifest.json

Yeah if it didn't get to the marketplace, I will update the readme to help people install it.