36 lines
813 B
Markdown
36 lines
813 B
Markdown
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.
|
|
|
|
```yaml
|
|
# Initial page to load when launching SB
|
|
indexPage: SilverBullet
|
|
|
|
# Load custom CSS styles from the following page
|
|
customStyles: STYLES
|
|
|
|
# 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
|
|
|
|
# Defines files to ignore in a format compatible with .gitignore
|
|
spaceIgnore: |
|
|
dist
|
|
largefolder
|
|
*.mp4
|
|
|
|
# Federation
|
|
#federate:
|
|
#- someserver
|
|
```
|