Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font size setting in TinyMCE #82

Open
julianpoy opened this issue Mar 31, 2016 · 1 comment
Open

Font size setting in TinyMCE #82

julianpoy opened this issue Mar 31, 2016 · 1 comment
Assignees
Milestone

Comments

@julianpoy
Copy link
Member

TinyMCE should have fontsize selector menu. This can be done in TinyMCE init.

tinymce.init({
  selector: 'textarea',  // change this value according to your HTML
  toolbar: 'fontsizeselect',
  fontsize_formats: '8pt 10pt 12pt 14pt 18pt 24pt 36pt'
});

https://www.tinymce.com/docs/configure/content-formatting/ under fontsize_formats

@julianpoy julianpoy self-assigned this Mar 31, 2016
@julianpoy julianpoy modified the milestone: v0.2 Mar 31, 2016
@julianpoy
Copy link
Member Author

The issue that caused the need for this setting was fixed using formats>blocks setting. The editor working with the software wasn't aware she had one page on formats>blocks>div and another on formats>blocks>paragraph.
This issue could still be completed, since it would undoubtedly be useful, however it is now on hold.
I think it might be best to leave this disabled, since it will help decrease fragmentation in formatting. If we enable it, it may cause further confusion over font sizes, and make it harder to have uniform font size all thoughout the application.

@julianpoy julianpoy modified the milestones: Backburner, v0.2 Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant