1
0
silverbullet/common/settings_template.ts
Zef Hemel 0365673c41
Mobile app PoC (#281)
Initial checkin of mobile "native" app
2023-01-08 12:24:12 +01:00

8 lines
206 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.
\`\`\`yaml
indexPage: index
\`\`\`
`;