Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit a0cf01f

Browse files
committed
Updated the default note.
You don’t double click to edit anymore!
1 parent e164249 commit a0cf01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var store;
2929
var notes = [],
3030
note = "";
3131
var current = 0;
32-
var defaultnote = ["#Welcome to Marknote\n**Clean, easy, markdown notes.**\nDouble click to get started!"];
32+
var defaultnote = ["#Welcome to Marknote!\n**This is markdown.** Click the bottom right corner to get started."];
3333
var newnotetemplate = "# New note";
3434
var noteCache = [];
3535
var hooks = [];

0 commit comments

Comments
 (0)