diff --git a/src/_icons/arrow-back-up.svg b/src/_icons/arrow-back-up.svg new file mode 100644 index 000000000..689ae1e06 --- /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 000000000..b7d741722 --- /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 000000000..5a3c386c6 --- /dev/null +++ b/src/_icons/table.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/editor.html b/src/editor.html index 00007b552..08ed1f64f 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: '|' %}