Plugs: Add command missing

Hi all,

I was struggeling to install Plugs. All plug pages start with running the Plugs: Add command, but the only “Plugs” command that pops up for me is Plugs: Update. Is there supposed to be a Plugs: Add command?

Additional info:
The documentation at Plugs talks about a _plugs folder in my space. But that does not exist (yet)

user@server /opt/space$ cd _plug
-bash: cd: _plug: No such file or directory

This silverbullet community question talks about the existance of a PLUGS.md file, but for me, it does not exist, and I wouldn’t know how I would go about Silverbullet recreating it.

Temporary solution
It is possible to manually drop a github link in the CONFIG page:

config.set {
  plugs = {
    "github:joekrill/silverbullet-treeview/treeview.plug.js"
  },

Yeah, I couldn’t figure out how to reimplement the Plug: Add command within reason (it would have to patch effectively arbitrary Lua code). So I removed it for now. The way to add plugs now is to add them manually to your CONFIG (or elsewhere) as demonstrated here:

And then run the Plugs: Update command. Which is basically what the Plug: Add command did in the past.

Thanks, good to know I’m not missing out!