mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
placeholder for note content
This commit is contained in:
@@ -19,7 +19,9 @@ async function show() {
|
|||||||
// textEditor might have been initialized during previous await so checking again
|
// textEditor might have been initialized during previous await so checking again
|
||||||
// looks like double initialization can freeze CKEditor pretty badly
|
// looks like double initialization can freeze CKEditor pretty badly
|
||||||
if (!textEditor) {
|
if (!textEditor) {
|
||||||
textEditor = await BalloonEditor.create($component[0]);
|
textEditor = await BalloonEditor.create($component[0], {
|
||||||
|
placeholder: "Type the content of your note here ..."
|
||||||
|
});
|
||||||
|
|
||||||
onNoteChange(noteDetailService.noteChanged);
|
onNoteChange(noteDetailService.noteChanged);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user