I’m just getting started with SilverBullet and spun up a v1 instance a couple weeks ago and just recently updated to v2.
Some plugs, for instance the git.plug.js calls for v1 style config like:
git:
autoCommitMinutes: 5
autoSync: true # or false
Is there an analog to this configuration in v2?
I tried adding this config to my CONFIG:
git = {
autoCommitMinutes = 5,
autoSync = true
}
but it doesn’t seem to be autocommitting still. It does work when I run the plug manually, just curious how plugs should be configured?