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

Sorting #1

Open
billboebel opened this issue Oct 8, 2010 · 1 comment
Open

Sorting #1

billboebel opened this issue Oct 8, 2010 · 1 comment

Comments

@billboebel
Copy link

What is the sorting logic and how do I change it?

@ironcamel
Copy link
Owner

The underlying api does not provide information about the last modified time or the create time (even though that information exists). It does however provide an id for each note, which is an auto-increment field. So based on that, the notes are sorted in order of creation time. The notes created most recently will be at the top. If the underlying api is improved, I can provide more options for sorting, such as last modified time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants