I recently discovered SilverBullet and am just about to start using it. In the future, I plan to migrate all of my thousands of notes currently stored in Evernote to SilverBullet.
After trying it out a bit, I became completely hooked on SilverBullet. I’ve decided to go with version 2 instead of v1. I’m self-hosting it using Docker and have already created a few pages.
Now, the issue I’m facing is that the AutoSync feature of the SilverBullet Git plug-in doesn’t seem to work.
I added the following lines to the CONFIG page, then ran Plugs: Update
, System: Reload
, and also reloaded the page in my browser:
config.set("plugs", {
"github:silverbulletmd/silverbullet-git/git.plug.js"
})
config.set("git", {
autoCommitMinutes = 1,
autoSync = true,
})
The Git: Sync
command works perfectly — it commits and pushes to my GitHub repository just as I want, and changes are correctly pulled from another device. Manual operations seem to work fine.
However, judging from the Docker logs, AutoSync doesn’t appear to be running at all. In fact, no automatic push or pull actions seem to be happening.
I’m not sure whether this issue is related to changes introduced in v2, a problem with the plug-in itself, or perhaps something wrong in my configuration. But I wanted to report the issue and share my experience in hopes it may help with future improvements.
I love open-source software, and I hope to contribute and be involved in the community.
Thank you very much — I’m looking forward to what’s ahead!