15 lines
403 B
Markdown
15 lines
403 B
Markdown
#meta
|
|
|
|
This page contains some configuration overrides for SilverBullet. A list of configs and their documentation [[!silverbullet.md/SETTINGS|can be found here]].
|
|
|
|
To update the [[!silverbullet.md/Libraries|libraries]] specified below, run {[Libraries: Update]}
|
|
|
|
```yaml
|
|
indexPage: "[[index]]"
|
|
libraries:
|
|
- import: "[[!silverbullet.md/Library/Core/*]]"
|
|
git:
|
|
autoCommitMinutes: 5
|
|
autoSync: true
|
|
```
|