1
0
silverbullet/common/settings_template.ts
2023-10-31 10:48:00 +01:00

9 lines
295 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 all built-in support settings [[!silverbullet.md/SETTINGS|can be found here]].
\`\`\`yaml
indexPage: index
\`\`\`
`;