1
0
silverbullet/website/SETTINGS.md
2023-12-27 08:14:57 +01:00

1.1 KiB

This page contains settings for configuring SilverBullet and its Plugs. Changing any of these in most cases will go into effect immediately, except indexPage and customStyles which require a reload.

# Initial page to load when launching SB
indexPage: "[[SilverBullet]]"

# Load custom CSS styles from the following page, can also be an array
customStyles: "[[STYLES]]"

# Template settings
quickNotePrefix: "📥 "
dailyNotePrefix: "📅 "
dailyNoteTemplate: "[[template/page/Daily Note]]"
weeklyNotePrefix: "🗓️ "
weeklyNoteTemplate: "[[template/page/Weekly Note]]"
weeklyNoteMonday: false

# (Keyboard) shortcut overrides take presedence over built-in shortcuts
shortcuts:
  - mac: "Cmd-s" # Mac-specific keyboard shortcut
    key: "Ctrl-s" # Windows/Linux specific keyboard shortcut
    command: "{[Stats: Show]}" # Using the command link syntax here
  - key: "Alt-x"
    command: "Navigate: Center Cursor" # But a command name is also supported

# Defines files to ignore in a format compatible with .gitignore
spaceIgnore: |
   dist
   largefolder
   *.mp4