Skip to content

Commit d8c5f72

Browse files
committed
Updated issue template and added TinyMCE autolinking
Closes BookStackApp#267
1 parent d67ad47 commit d8c5f72

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
### For Feature Requests
2+
23
Desired Feature:
34

45
### For Bug Reports
5-
PHP Version:
66

7-
MySQL Version:
7+
* BookStack Version:
8+
* PHP Version:
9+
* MySQL Version:
810

9-
Expected Behavior:
11+
##### Expected Behavior
1012

11-
Actual Behavior:
13+
##### Actual Behavior

resources/assets/js/pages/page-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function() {
7777
extended_valid_elements: 'pre[*]',
7878
automatic_uploads: false,
7979
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",
8181
imagetools_toolbar: 'imageoptions',
8282
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",
8383
content_style: "body {padding-left: 15px !important; padding-right: 15px !important; margin:0!important; margin-left:auto!important;margin-right:auto!important;}",

0 commit comments

Comments
 (0)