Add block with link to documentation to inital scratch buffer content

This commit is contained in:
Jonatan Heyman 2024-12-09 14:04:07 +01:00
parent 1f24d1a4e3
commit 612df6c851

View File

@ -3,10 +3,12 @@ import { keyHelpStr } from "../shared-utils/key-helper";
export const initialContent = ` export const initialContent = `
{"formatVersion":"1.0.0","name":"Scratch"} {"formatVersion":"1.0.0","name":"Scratch"}
markdown text
Welcome to Heynote! 👋 Welcome to Heynote! 👋
${keyHelpStr(os.platform())} ${keyHelpStr(os.platform())}
markdown
Read full documentation at https://heynote.com/docs
math math
This is a Math block. Here, rows are evaluated as math expressions. This is a Math block. Here, rows are evaluated as math expressions.