From c2684a8149b849ea063379e5e03cf46f9af88115 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 17 May 2020 16:29:55 +0100 Subject: [PATCH] Desktop: Added more info on how to switch to Markdown editor --- ElectronClient/gui/NoteEditor/NoteEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronClient/gui/NoteEditor/NoteEditor.tsx b/ElectronClient/gui/NoteEditor/NoteEditor.tsx index 5458372da..a2e877bba 100644 --- a/ElectronClient/gui/NoteEditor/NoteEditor.tsx +++ b/ElectronClient/gui/NoteEditor/NoteEditor.tsx @@ -451,7 +451,7 @@ function NoteEditor(props: NoteEditorProps) { const wysiwygBanner = props.bodyEditor !== 'TinyMCE' ? null : (
- This is an experimental WYSIWYG editor for evaluation only. Please do not use with important notes as you may lose some data! See the introduction post for more information. + This is an experimental WYSIWYG editor for evaluation only. Please do not use with important notes as you may lose some data! See the introduction post for more information. TO SWITCH TO THE MARKDOWN EDITOR PLEASE PRESS "Code View".
);