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

Scrolling Problem #4

Open
tmcgann opened this issue Feb 3, 2015 · 0 comments
Open

Scrolling Problem #4

tmcgann opened this issue Feb 3, 2015 · 0 comments

Comments

@tmcgann
Copy link
Owner

tmcgann commented Feb 3, 2015

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

  • 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...?
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