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
A user asked if we could add a feature to remember the last scroll position for large documents so you can easily continue from where you left.
What is a large document? Not sure. I think we should just use this feature for all our documents.
The position in the document should be easily accessible by JavaScript.
We would need to keep the state for the document somewhere and we would need to identify each document (e.g. hash).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A user asked if we could add a feature to remember the last scroll position for large documents so you can easily continue from where you left.
What is a large document? Not sure. I think we should just use this feature for all our documents.
The position in the document should be easily accessible by JavaScript.
We would need to keep the state for the document somewhere and we would need to identify each document (e.g. hash).
The text was updated successfully, but these errors were encountered: