We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was really grateful when I found files_texteditor which gave me the freedom to edit markdown files in a raw format.
files_texteditor
That is great!
Nevertheless, the font is so tiny on my monitor that I cannot read it properly.
I can read the text or at least I can adjust the font size.
font size not adjustable
The text was updated successfully, but these errors were encountered:
Is there a way to adjust the font size at least in the setting or some config file?
Sorry, something went wrong.
any news? can we change the size via custom css?
Just found out that setting following in the custom css works:
#editor_container div { font-size: 16px !important; }
> > #editor_container div { > font-size: 16px !important; > }
Brilliant! Thanks.
No branches or pull requests
I was really grateful when I found
files_texteditor
which gave me the freedom to edit markdown files in a raw format.That is great!
Nevertheless, the font is so tiny on my monitor that I cannot read it properly.
Steps to reproduce
Expected behaviour
I can read the text or at least I can adjust the font size.
Actual behaviour
font size not adjustable
The text was updated successfully, but these errors were encountered: