Skip to content

Commit

Permalink
Added underline button
Browse files Browse the repository at this point in the history
  • Loading branch information
GendelfLugansk committed May 12, 2020
1 parent 1f23c83 commit 2ab7ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/config/tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ export default function (extensionConfig) {
},
menubar: false,
toolbar1: 'code | undo redo | cut copy paste pastetext | template | searchreplace | styleselect',
toolbar2: 'bold italic strikethrough subscript superscript removeformat | link unlink | blockquote codesample | bullist numlist | tinymceEmoji',
toolbar2: 'bold italic underline strikethrough subscript superscript removeformat | link unlink | blockquote codesample | bullist numlist | tinymceEmoji',
plugins: 'lists code codesample paste autolink searchreplace template link autoresize tinymceEmoji',
style_formats: [
{
title: 'Inline',
items: [
{title: 'Bold', icon: 'bold', format: 'bold'},
{title: 'Italic', icon: 'italic', format: 'italic'},
{title: 'Underline', icon: 'underline', format: 'underline'},
{title: 'Strikethrough', icon: 'strikethrough', format: 'strikethrough'},
{title: 'Subscript', icon: 'subscript', format: 'subscript'},
{title: 'Superscript', icon: 'superscript', format: 'superscript'},
Expand Down
2 changes: 1 addition & 1 deletion src/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "DOU enhancer",
"description": "Chrome extension that adds WYSIWYG editor (and more!) to dou.ua",
"version": "0.0.0.23",
"version": "0.0.0.24",
"icons": {
"128": "icon128.png"
},
Expand Down

0 comments on commit 2ab7ea4

Please sign in to comment.