1
0
silverbullet/website/SETTINGS.md

29 lines
678 B
Markdown
Raw Normal View History

2023-02-28 10:13:24 +00: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 09:47:13 +00:00
```yaml
2023-02-28 10:13:24 +00:00
# Initial page to load when launching SB
indexPage: SilverBullet
2023-02-28 10:13:24 +00: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 09:47:13 +00:00
```