1
0
silverbullet/common/PAGE_TEMPLATES.ts

19 lines
587 B
TypeScript
Raw Normal View History

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]].
\`\`\`yaml
indexPage: index
\`\`\`
`;
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!
\`\`\`template
2024-01-20 22:02:55 +00:00
page: "[[!silverbullet.md/Getting Started]]"
\`\`\`
`;