2024-07-12 02:36:26 +08:00
export const SETTINGS_TEMPLATE = ` #meta
This page contains settings for configuring SilverBullet . A list of built - in settings [ [ ! silverbullet . md / SETTINGS | can be found here ] ] .
To update \ ` libraries \` specified here: {[Libraries: Update]}
2023-01-08 19:24:12 +08:00
\ ` \` \` yaml
indexPage : index
2024-07-12 02:36:26 +08:00
libraries :
- source : "[[!silverbullet.md/Library/Core/*]]"
2023-01-08 19:24:12 +08:00
\ ` \` \`
` ;
2024-01-21 02:16:07 +08:00
export const INDEX_TEMPLATE =
2024-07-07 18:12:05 +08:00
` This is the index page of your fresh SilverBullet space. It is the default page that is loaded when you open a space. In addition, there is also a [[SETTINGS]] page that contains settings for configuring SilverBullet.
2024-01-21 05:53:51 +08:00
2024-07-12 02:36:26 +08:00
For your convenience we 're embedding some on-boarding info below. Feel free to delete it once you' re done reading it .
2024-01-21 02:16:07 +08:00
2024-07-12 02:36:26 +08:00
! [ [ ! silverbullet . md / Getting Started ] ]
2024-01-21 02:16:07 +08:00
` ;