Notalib / LYT

m.e17.dk
GNU Lesser General Public License v3.0
10 stars 12 forks source link

Bookmark order #607

Closed saebekassebil closed 10 years ago

saebekassebil commented 11 years ago

This fixes bookmark sorting, which before was in respect to the bookmark title which made no sense what-so-ever. This fix will not sort the array every time a bookmark is added, but instead just figure out the newly added bookmarks relative position, and then add it.

Note, that bookmarks that are already placed in books will not get sorted due to the algorithm above.

Fixes #293 and #604