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
When I scroll down the page to view my markdown, I come to an area where I need to make a change, but then I have to scroll all the way to the top to make that change in the input section. This is annoying and inefficient.
Possible Solutions
For larger resolutions, do a side my side comparison view
Input on the left, output on the right
Could introduce a synchronized scrolling mechanism
The first line of markdown on the left causes the corresponding element to display at the top of the view on the right
For smaller resolutions, do a top and bottom comparison view
As the user scrolls, the input section remains fixed at the top of the screen
Could turn the input section into a sliding shade
For smaller resolutions, turn the markdown input into a side shade
For mobile...?
The text was updated successfully, but these errors were encountered:
Problem
When I scroll down the page to view my markdown, I come to an area where I need to make a change, but then I have to scroll all the way to the top to make that change in the input section. This is annoying and inefficient.
Possible Solutions
The text was updated successfully, but these errors were encountered: