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
2022-08-02 11:26:04 +00:00
```yaml
2023-02-28 10:13:24 +00:00
# Initial page to load when launching SB
2023-08-17 18:27:05 +00:00
indexPage: "[[SilverBullet]]"
2023-02-28 10:13:24 +00:00
2023-07-02 12:48:27 +00:00
# Load custom CSS styles from the following page
2023-08-17 18:27:05 +00:00
customStyles: "[[STYLES]]"
2023-07-02 12:48:27 +00:00
2023-02-28 10:13:24 +00:00
# Template related settings
pageTemplatePrefix: "template/page/"
snippetPrefix: "snippet/"
quickNotePrefix: "📥 "
dailyNotePrefix: "📅 "
2023-08-17 18:27:05 +00:00
dailyNoteTemplate: "[[template/page/Daily Note]]"
2023-02-28 10:13:24 +00:00
weeklyNotePrefix: "🗓️ "
2023-08-17 18:27:05 +00:00
weeklyNoteTemplate: "[[template/page/Weekly Note]]"
2023-02-28 10:13:24 +00:00
weeklyNoteMonday: false
# Markdown
previewOnRHS: true
2023-05-29 07:53:49 +00:00
# Defines files to ignore in a format compatible with .gitignore
spaceIgnore: |
dist
largefolder
*.mp4
2022-10-12 09:47:13 +00:00
```