Skip to content

Commit 1bbf1ae

Browse files
authored
Using figlet to generate new notebook page title (#178)
1 parent 143e38b commit 1bbf1ae

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

app/api.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ function generateProjectName() {
1414
}
1515

1616
const DEFAULT_CONTENT = `
17-
/**
18-
* Welcome to Recho Notebook!
19-
* A reactive editor for algorithms and ASCII art.
20-
*/
17+
/*
18+
** Welcome to
19+
** ___ _ _ _ _ _ _
20+
** | _ \\___ __| |_ ___ | \\| |___| |_ ___| |__ ___ ___| |__
21+
** | / -_) _| ' \\/ _ \\ | .\` / _ \\ _/ -_) '_ \\/ _ \\/ _ \\ / /
22+
** |_|_\\___\\__|_||_\\___/ |_|\\_\\___/\\__\\___|_.__/\\___/\\___/_\\_\\
23+
**
24+
** A reactive editor for algorithms and ASCII art.
25+
*/
2126
2227
// 1. You can call echo(value) to echo output inline as comments, which allows
2328
// you to better understand the code by "seeing" every manipulation in-situ.

0 commit comments

Comments
 (0)