9 lines
283 B
TypeScript
9 lines
283 B
TypeScript
export const SETTINGS_TEMPLATE =
|
|
`This page contains settings for configuring SilverBullet and its plugs. Any changes outside of the yaml block will be overwritten.
|
|
A list of built-in settings [[!silverbullet.md/SETTINGS|can be found here]].
|
|
|
|
\`\`\`yaml
|
|
indexPage: index
|
|
\`\`\`
|
|
`;
|