Added my first plugin, no longer have the libraries folder

Super short summary: I installed the git sync plugin following the instructions on GitHub - silverbulletmd/silverbullet-git: Basic Git plug for Silver Bullet and adding the appropriate text to my plugs file. Seemed to work but when I went into my settings to add lines for the git config, I clicked the libraries update button and suddenly lost most of my other libraries files such as the quick notes page, the libraries page itself, the TOC front matter I’m used to seeing at the top of the index page, etc.

Looks like my written content isn’t affected, and I’ve tried resetting my settings page back to stock:

indexPage: "[[index]]"

libraries:
- import: "[[!silverbullet.md/Library/Core/*]]"

and I’ve removed the configuration for the git plugin so now I’m down to a totally stock installation.

One potential complication is that I have silverbullet running as its own LXC on proxmox following this install script: Proxmox VE Helper-Scripts and according to the update I just ran I have silverbullet v0.10.4

I’ve tried rebooting the LXC, running updates, and libraries update which shoes “updated 1 libraries containing 0 items” on the blue text at the top which doesn’t seem right either.

I’m hoping I’ve missed something simple, did a search on the forums here and can’t find anyone who’s shot themselves in the foot quite the same way I have.

The main docs website is currently for v2 of silverbullet, but 0.10.x is considered v1 so you’ll want the libraries from https://v1.silverbullet.md/ instead. Untested, but this should work:

indexPage: "[[index]]"

libraries:
- import: "[[!v1.silverbullet.md/Library/Core/*]]"

solved! I thought I had updated, the version I have is the same as the latest release on the github page so I assumed I was on V2.

1 Like