2023-01-08 11:24:12 +00:00
|
|
|
export const SETTINGS_TEMPLATE =
|
|
|
|
`This page contains settings for configuring SilverBullet and its plugs. Any changes outside of the yaml block will be overwritten.
|
2023-10-31 09:53:52 +00:00
|
|
|
A list of built-in settings [[!silverbullet.md/SETTINGS|can be found here]].
|
2023-01-08 11:24:12 +00:00
|
|
|
|
|
|
|
\`\`\`yaml
|
|
|
|
indexPage: index
|
|
|
|
\`\`\`
|
|
|
|
`;
|
2024-01-20 18:16:07 +00:00
|
|
|
|
|
|
|
export const INDEX_TEMPLATE =
|
2024-01-20 21:53:51 +00:00
|
|
|
`This is the index page of your fresh SilverBullet space. It is the default page that is loaded when you open a space.
|
|
|
|
|
|
|
|
For your convenience we're including an on-boarding live template below. Enjoy!
|
2024-01-20 18:16:07 +00:00
|
|
|
|
|
|
|
\`\`\`template
|
2024-01-20 22:02:55 +00:00
|
|
|
page: "[[!silverbullet.md/Getting Started]]"
|
2024-01-20 18:16:07 +00:00
|
|
|
\`\`\`
|
|
|
|
`;
|