From fc8a69e6af35d3c71147027ce039071496dbc737 Mon Sep 17 00:00:00 2001 From: jocs Date: Thu, 25 Oct 2018 08:23:09 +0800 Subject: [PATCH] typo error --- .github/TODOLIST.md | 4 ++-- src/muya/lib/ui/quickInsert/config.js | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/TODOLIST.md b/.github/TODOLIST.md index 8acb39a8..813c6a3b 100644 --- a/.github/TODOLIST.md +++ b/.github/TODOLIST.md @@ -56,13 +56,13 @@ ##### Optimizations -- [ ] Search and Replace in Source Code mode. +- [x] Search and Replace in Source Code mode. - [x] Copy as Markdown - [x] Copy as HTML -- [ ] Redesign the float box, refactor with [popper](https://github.com/FezVrasta/popper.js) +- [x] Redesign the float box, refactor with [popper](https://github.com/FezVrasta/popper.js) - [ ] Translate cursor between source code mode and realtime preview mode diff --git a/src/muya/lib/ui/quickInsert/config.js b/src/muya/lib/ui/quickInsert/config.js index 7c5410d9..7826818e 100644 --- a/src/muya/lib/ui/quickInsert/config.js +++ b/src/muya/lib/ui/quickInsert/config.js @@ -38,37 +38,37 @@ export const quicInsertObj = { }], 'header': [{ title: 'Header 1', - subTitle: 'header rendered by h1.', + subTitle: 'Header rendered by h1.', label: 'heading 1', icon: header1Icon, color: 'rgb(86, 163, 108)' }, { title: 'Header 2', - subTitle: 'header rendered by h2.', + subTitle: 'Header rendered by h2.', label: 'heading 2', icon: header2Icon, color: 'rgb(94, 133, 121)' }, { title: 'Header 3', - subTitle: 'header rendered by h3.', + subTitle: 'Header rendered by h3.', label: 'heading 3', icon: header3Icon, color: 'rgb(119, 195, 79)' }, { title: 'Header 4', - subTitle: 'header rendered by h4.', + subTitle: 'Header rendered by h4.', label: 'heading 4', icon: header4Icon, color: 'rgb(46, 104, 170)' }, { title: 'Header 5', - subTitle: 'header rendered by h5.', + subTitle: 'Header rendered by h5.', label: 'heading 5', icon: header5Icon, color: 'rgb(126, 136, 79)' }, { title: 'Header 6', - subTitle: 'header rendered by h6.', + subTitle: 'Header rendered by h6.', label: 'heading 6', icon: header6Icon, color: 'rgb(29, 176, 184)' @@ -81,7 +81,7 @@ export const quicInsertObj = { color: 'rgb(13, 23, 64)' }, { title: 'Mathematical Formula', - subTitle: 'formula are rendered by Katex.', + subTitle: 'Formula are rendered by Katex.', label: 'mathblock', icon: mathblockIcon, color: 'rgb(252, 214, 146)'