mirror of
https://github.com/heyman/heynote.git
synced 2025-06-20 17:47:42 +02:00
First block should not be have auto language
This commit is contained in:
parent
d361a5a073
commit
80feeed26c
@ -6,7 +6,7 @@
|
|||||||
const modChar = window.platform.isMac ? "⌘" : "Ctrl"
|
const modChar = window.platform.isMac ? "⌘" : "Ctrl"
|
||||||
|
|
||||||
const initialContent = `
|
const initialContent = `
|
||||||
∞∞∞text-a
|
∞∞∞text
|
||||||
Welcome to Heynote!
|
Welcome to Heynote!
|
||||||
|
|
||||||
[${modChar} + Enter] Insert new note block
|
[${modChar} + Enter] Insert new note block
|
||||||
|
@ -37,6 +37,5 @@ export const LANGUAGES = [
|
|||||||
new Language("xml", "XML", xmlLanguage.parser, "xml"),
|
new Language("xml", "XML", xmlLanguage.parser, "xml"),
|
||||||
new Language("cpp", "C++", cppLanguage.parser, "cpp"),
|
new Language("cpp", "C++", cppLanguage.parser, "cpp"),
|
||||||
new Language("rust", "Rust", rustLanguage.parser, "rust"),
|
new Language("rust", "Rust", rustLanguage.parser, "rust"),
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user