From: Adam Dullage Date: Fri, 17 Mar 2023 08:15:38 +0000 (+0000) Subject: Save default editor mode in local storage X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0de6e2d91ca1b2d848fc149a90a234e142e43203;p=flatnotes.git Save default editor mode in local storage --- diff --git a/flatnotes/src/components/NoteViewerEditor.vue b/flatnotes/src/components/NoteViewerEditor.vue index b9884ec..2272d74 100644 --- a/flatnotes/src/components/NoteViewerEditor.vue +++ b/flatnotes/src/components/NoteViewerEditor.vue @@ -86,7 +86,7 @@
:"/\\|?*]/; if (reservedCharacters.test(this.titleInput)) { this.$bvToast.toast( - "Due to filename restrictions, the following characters are not allowed in a note title: <>:\"/\\|?*", + 'Due to filename restrictions, the following characters are not allowed in a note title: <>:"/\\|?*', { variant: "danger", noCloseButton: true,