Pierrad / obsidian-github-copilot

A bridge between Obsidian and Github Copilot
Apache License 2.0
55 stars 5 forks source link

Plugin do nothing after install #4

Closed ducan-ne closed 1 month ago

ducan-ne commented 1 month ago

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

My recording:

https://github.com/Pierrad/obsidian-github-copilot/assets/16853175/5f0616d1-ee9e-4bb4-a58a-13a74432fc35

Ps: tried restart, reinstall but couldn't help

Pierrad commented 1 month ago

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 https://github.com/obsidianmd/obsidian-releases/pull/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

ducan-ne commented 1 month ago

@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

Pierrad commented 1 month ago

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