You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now screenshots are taken with the editor settings of the user. Which means font, font size, etc can vary depending on which user is uploading the gist.
Ideally we want to use the same settings on the client side to generate the screenshot to ensure a consistent look at the website. Extremely large or small font sizes can make it hard to read the screenshots at the website. Especially large fonts can easily render the preview feature on the front page useless because we might only see one or two lines of the gist.
The images are produced in ide-plugin/src/main/kotlin/cloud/skadi/gist/mps/plugin/EditorAsImage.kt
The text was updated successfully, but these errors were encountered:
Right now screenshots are taken with the editor settings of the user. Which means font, font size, etc can vary depending on which user is uploading the gist.
Ideally we want to use the same settings on the client side to generate the screenshot to ensure a consistent look at the website. Extremely large or small font sizes can make it hard to read the screenshots at the website. Especially large fonts can easily render the preview feature on the front page useless because we might only see one or two lines of the gist.
The images are produced in ide-plugin/src/main/kotlin/cloud/skadi/gist/mps/plugin/EditorAsImage.kt
The text was updated successfully, but these errors were encountered: