Add a welcome message to the fixture text

This commit is contained in:
Jonatan Heyman 2023-01-13 01:42:23 +01:00
parent c7a00dd8da
commit 6ff9d2ca4a

View File

@ -6,6 +6,16 @@ f = lambda: 2 +1`;*/
export default ` export default `
text-a text-a
Welcome to Heynote!
[ + Enter] Insert new note block
[ + F] Find text
[ + A] Select all text in a note block. Press again to select the whole scratchpad
[ + Up] Go to start of note (or start of previous note if already at the start)
[ + Down] Go to end of note (or end of next note if already at the end)
[ + + Up/Down]  Add additional cursor above/below
python-a
# hmm # hmm
def my_func(): def my_func():
print("hejsan") print("hejsan")