Add font size plugin #2958

Closed
opened 2026-02-05 05:51:23 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Statium on GitHub (Aug 12, 2022).

Describe the feature you'd like

Add font size plugin to change default font on pages.
https://www.tiny.cloud/blog/custom-font-sizes-in-tinymce/

Describe the benefits this would bring to existing BookStack users

Convenience

Can the goal of this request already be achieved via other means?

No

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundemental request

How long have you been using BookStack?

1 to 5 years

Additional context

No response

Originally created by @Statium on GitHub (Aug 12, 2022). ### Describe the feature you'd like Add font size plugin to change default font on pages. https://www.tiny.cloud/blog/custom-font-sizes-in-tinymce/ ### Describe the benefits this would bring to existing BookStack users Convenience ### Can the goal of this request already be achieved via other means? No ### Have you searched for an existing open/closed issue? - [X] I have searched for existing issues and none cover my fundemental request ### How long have you been using BookStack? 1 to 5 years ### Additional context _No response_
OVERLORD added the 🔨 Feature Request:cat2:🐈 Possible duplicate labels 2026-02-05 05:51:23 +03:00
Author
Owner

@Statium commented on GitHub (Aug 12, 2022):

or please tell me in which file the editor is initialized to add the plugin

@Statium commented on GitHub (Aug 12, 2022): or please tell me in which file the editor is initialized to add the plugin
Author
Owner

@ssddanbrown commented on GitHub (Aug 13, 2022):

Hi @Statium,
Font size control has already been requested in #1148 so I'll therefore close this off as a duplicate.
We expose editor events which can provide the TinyMCE config for tweaking:
https://www.bookstackapp.com/docs/admin/hacking-bookstack/#bookstack-editor-events

You can see an example of this in my comment here:
https://github.com/BookStackApp/BookStack/issues/1203#issuecomment-621342313

Note: Edits to the TinyMCE config are not supported and may break on future updates.

@ssddanbrown commented on GitHub (Aug 13, 2022): Hi @Statium, Font size control has already been requested in #1148 so I'll therefore close this off as a duplicate. We expose editor events which can provide the TinyMCE config for tweaking: https://www.bookstackapp.com/docs/admin/hacking-bookstack/#bookstack-editor-events You can see an example of this in my comment here: https://github.com/BookStackApp/BookStack/issues/1203#issuecomment-621342313 Note: Edits to the TinyMCE config are not supported and may break on future updates.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2958