2023-02-28 18:13:24 +08:00
This page contains settings for configuring SilverBullet and its Plugs. Changing any of these in most cases will go into effect immediately, except for `indexPage` which requires a reload.
2022-10-12 17:47:13 +08:00
2022-08-02 19:26:04 +08:00
```yaml
2023-02-28 18:13:24 +08:00
# Initial page to load when launching SB
2023-01-16 23:45:55 +08:00
indexPage: SilverBullet
2023-02-28 18:13:24 +08:00
# Template related settings
pageTemplatePrefix: "template/page/"
snippetPrefix: "snippet/"
quickNotePrefix: "📥 "
dailyNotePrefix: "📅 "
dailyNoteTemplate: "template/page/Daily Note"
weeklyNotePrefix: "🗓️ "
weeklyNoteTemplate: "template/page/Weekly Note"
weeklyNoteMonday: false
# Markdown
previewOnRHS: true
# Sync
sync:
# Do not sync pages with a specific prefix
excludePrefixes:
- PLUGS
2022-10-12 17:47:13 +08:00
```