Slash Command not showing

I have a Linux VPC running Silverbullet exposed via Cloudflare with a password. Gives me access everywhere.

My biggest issue is that the / commands stopped working. I tried Chrome/Safari and on my iPad.
My install shows I have version 0.8.1 installed however silverbullet version on the server shows 0.9.0 and cannot be updated.

To troubleshoot, I started a new install of Silverbullet on my local host using docker; this shows 0.9.0 as the version, but / the commands are still not working.

Is there anything I need to set?

I think I fixed it by updating my SETTING file, copied from the new install:

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

And then updated libraries
To update the [[!silverbullet.md/Libraries|libraries]] specified below, run {[Libraries: Update]}

Cleared Cache and then boom.

PS: Still shows v 0.8.1

SilverBullet doesn’t ship with any predefined slash command, they all come from libraries. I’d you don’t have any libraries configured or updated then you will indeed get no slash command completions.

1 Like

I must of installed it in the past with the core library. This makes sense. Thanks