From f8be779997b3116b03953c7b031bccbba7b21aae Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 20 Apr 2020 06:39:10 +0200 Subject: 3 new icons: `emphasis`, `separator`, `text-wrap` Fixed icons: `underline` --- src/_icons/emphasis.svg | 9 +++++++++ src/_icons/file-code.svg | 4 ++-- src/_icons/separator.svg | 7 +++++++ src/_icons/text-wrap.svg | 8 ++++++++ src/_icons/underline.svg | 4 ++-- src/editor.html | 2 +- 6 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 src/_icons/emphasis.svg create mode 100644 src/_icons/separator.svg create mode 100644 src/_icons/text-wrap.svg diff --git a/src/_icons/emphasis.svg b/src/_icons/emphasis.svg new file mode 100644 index 0000000..b65ff72 --- /dev/null +++ b/src/_icons/emphasis.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/file-code.svg b/src/_icons/file-code.svg index f5c5474..7da0449 100644 --- a/src/_icons/file-code.svg +++ b/src/_icons/file-code.svg @@ -4,6 +4,6 @@ tags: [paper, new] - - + + diff --git a/src/_icons/separator.svg b/src/_icons/separator.svg new file mode 100644 index 0000000..e8a08f4 --- /dev/null +++ b/src/_icons/separator.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/text-wrap.svg b/src/_icons/text-wrap.svg new file mode 100644 index 0000000..989bc36 --- /dev/null +++ b/src/_icons/text-wrap.svg @@ -0,0 +1,8 @@ +--- +tags: [text, alignment, position] +--- + + + + + diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg index fc61e7f..f89c0dd 100644 --- a/src/_icons/underline.svg +++ b/src/_icons/underline.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/editor.html b/src/editor.html index 82763fa..aeda57d 100644 --- a/src/editor.html +++ b/src/editor.html @@ -71,7 +71,7 @@ layout: default
- {% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case|parentheses,brackets,braces,terminal' %} + {% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case|parentheses,brackets,braces,terminal' %} {% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %}
-- cgit v1.2.1