silverbullet/common/PAGE_TEMPLATES.ts

21 lines
801 B
TypeScript
Raw Normal View History

export const SETTINGS_TEMPLATE = `#meta
This page contains settings for configuring SilverBullet. A list of settings and their documentation [[!silverbullet.md/SETTINGS|can be found here]].
To update the [[!silverbullet.md/Libraries|libraries]] specified below, run {[Libraries: Update]}
\`\`\`yaml
indexPage: index
libraries:
- import: "[[!silverbullet.md/Library/Core/*]]"
\`\`\`
`;
export const INDEX_TEMPLATE =
`This is the index page of your fresh SilverBullet space. It is the default page that is loaded when you open a space. In addition, there is also a [[SETTINGS]] page that contains settings for configuring SilverBullet.
2024-01-21 05:53:51 +08:00
For your convenience we're embedding some on-boarding info below. Feel free to delete it once you're done reading it.
![[!silverbullet.md/Getting Started]]
`;