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
I work on a Markdown-based note-taking app, and one of the requests I'm hearing most frequently is being able to have headings in the editor is a bigger font, so that they are easier to spot and more closely resemble their look once rendered.
For example a competitor app can do this because they are using CodeMirror:
While mine, which uses Monaco, can't do the same:
Another somewhat subtle but noticeable improvement deriving from being able to do this is that the height of the Markdown text and the height of the HTML document can match much more closely, which leads to buttery-smooth synchronized scrolling. If the height of headings don't match at all the scrolling gets a little bit wobbly.
It'd be really nice to have this capability in Monaco. I understand that Monaco is perhaps more geared toward code than CodeMirror is, but Markdown is perhaps what every programmer uses too and this would be a nice improvement for them.
The text was updated successfully, but these errors were encountered:
fabiospampinato
changed the title
Support for lines with different height
Support for lines having different heights
Sep 11, 2021
I work on a Markdown-based note-taking app, and one of the requests I'm hearing most frequently is being able to have headings in the editor is a bigger font, so that they are easier to spot and more closely resemble their look once rendered.
For example a competitor app can do this because they are using CodeMirror:
While mine, which uses Monaco, can't do the same:
Another somewhat subtle but noticeable improvement deriving from being able to do this is that the height of the Markdown text and the height of the HTML document can match much more closely, which leads to buttery-smooth synchronized scrolling. If the height of headings don't match at all the scrolling gets a little bit wobbly.
It'd be really nice to have this capability in Monaco. I understand that Monaco is perhaps more geared toward code than CodeMirror is, but Markdown is perhaps what every programmer uses too and this would be a nice improvement for them.
The text was updated successfully, but these errors were encountered: