1
0
silverbullet/common/PAGE_TEMPLATES.ts
Zef Hemel f30b1d3418
Templates 2.0 (#636)
Templates 2.0 and a whole bunch of other refactoring
2024-01-20 19:16:07 +01:00

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