From 0fd4a36959d7021647920fd4b7d46cccaffd7d58 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 25 Mar 2020 22:47:25 +0100 Subject: table icon, editor arrows #11 --- src/_icons/arrow-back-up.svg | 6 ++++++ src/_icons/arrow-forward-up.svg | 6 ++++++ src/_icons/table.svg | 7 +++++++ src/editor.html | 2 +- 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 src/_icons/arrow-back-up.svg create mode 100644 src/_icons/arrow-forward-up.svg create mode 100644 src/_icons/table.svg diff --git a/src/_icons/arrow-back-up.svg b/src/_icons/arrow-back-up.svg new file mode 100644 index 0000000..689ae1e --- /dev/null +++ b/src/_icons/arrow-back-up.svg @@ -0,0 +1,6 @@ +--- +tags: [] +--- + + + diff --git a/src/_icons/arrow-forward-up.svg b/src/_icons/arrow-forward-up.svg new file mode 100644 index 0000000..b7d7417 --- /dev/null +++ b/src/_icons/arrow-forward-up.svg @@ -0,0 +1,6 @@ +--- +tags: [] +--- + + + diff --git a/src/_icons/table.svg b/src/_icons/table.svg new file mode 100644 index 0000000..5a3c386 --- /dev/null +++ b/src/_icons/table.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/editor.html b/src/editor.html index 00007b5..08ed1f6 100644 --- a/src/editor.html +++ b/src/editor.html @@ -2,7 +2,7 @@ layout: default --- -{% assign toolbar = 'bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified|list,list-check|link,photo' | split: '|' %} +{% assign toolbar = 'arrow-back-up,arrow-forward-up|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified|list,list-check|link,photo,table' | split: '|' %}
-- cgit v1.2.1