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 =
|
|
|
|
`Hello! And welcome to your brand new SilverBullet space!
|
|
|
|
|
|
|
|
\`\`\`template
|
|
|
|
page: "[[!silverbullet.md/Getting Started]]"
|
|
|
|
\`\`\`
|
|
|
|
`;
|