Dan Brown

Updated issue template and added TinyMCE autolinking

Closes #267
1 ### For Feature Requests 1 ### For Feature Requests
2 +
2 Desired Feature: 3 Desired Feature:
3 4
4 ### For Bug Reports 5 ### For Bug Reports
5 -PHP Version:
6 6
7 -MySQL Version: 7 +* BookStack Version:
8 +* PHP Version:
9 +* MySQL Version:
8 10
9 -Expected Behavior: 11 +##### Expected Behavior
10 12
11 -Actual Behavior: 13 +##### Actual Behavior
......
...@@ -77,7 +77,7 @@ export default function() { ...@@ -77,7 +77,7 @@ export default function() {
77 extended_valid_elements: 'pre[*]', 77 extended_valid_elements: 'pre[*]',
78 automatic_uploads: false, 78 automatic_uploads: false,
79 valid_children: "-div[p|pre|h1|h2|h3|h4|h5|h6|blockquote]", 79 valid_children: "-div[p|pre|h1|h2|h3|h4|h5|h6|blockquote]",
80 - plugins: "image table textcolor paste link fullscreen imagetools code customhr autosave lists", 80 + plugins: "image table textcolor paste link autolink fullscreen imagetools code customhr autosave lists",
81 imagetools_toolbar: 'imageoptions', 81 imagetools_toolbar: 'imageoptions',
82 toolbar: "undo redo | styleselect | bold italic underline strikethrough superscript subscript | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | table image-insert link hr | removeformat code fullscreen", 82 toolbar: "undo redo | styleselect | bold italic underline strikethrough superscript subscript | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | table image-insert link hr | removeformat code fullscreen",
83 content_style: "body {padding-left: 15px !important; padding-right: 15px !important; margin:0!important; margin-left:auto!important;margin-right:auto!important;}", 83 content_style: "body {padding-left: 15px !important; padding-right: 15px !important; margin:0!important; margin-left:auto!important;margin-right:auto!important;}",
......