Change all SETTINGS with page references to allow "[[page]]" notation

This commit is contained in:
Zef Hemel
2023-08-17 20:27:05 +02:00
parent 6b3649c345
commit b273645bae
7 changed files with 34 additions and 19 deletions
-6
View File
@@ -1,6 +0,0 @@
```yaml
title: SilverBullet
publishAll: true
indexPage: SilverBullet
footerPage: website-footer
```
+4 -4
View File
@@ -2,10 +2,10 @@ This page contains settings for configuring SilverBullet and its Plugs. Changing
```yaml
# Initial page to load when launching SB
indexPage: SilverBullet
indexPage: "[[SilverBullet]]"
# Load custom CSS styles from the following page
customStyles: STYLES
customStyles: "[[STYLES]]"
# Template related settings
pageTemplatePrefix: "template/page/"
@@ -14,10 +14,10 @@ snippetPrefix: "snippet/"
quickNotePrefix: "📥 "
dailyNotePrefix: "📅 "
dailyNoteTemplate: "template/page/Daily Note"
dailyNoteTemplate: "[[template/page/Daily Note]]"
weeklyNotePrefix: "🗓️ "
weeklyNoteTemplate: "template/page/Weekly Note"
weeklyNoteTemplate: "[[template/page/Weekly Note]]"
weeklyNoteMonday: false
# Markdown
+3
View File
@@ -0,0 +1,3 @@
This is my weekly note template.
|^|