ddvk / remarkable-hacks

additional functionality via binary patching
MIT License
1.67k stars 82 forks source link

Bookmarks break when inserting/deleting pages #484

Closed iHnR closed 2 years ago

iHnR commented 2 years ago

I noticed that my bookmarks get shifted when I insert or delete pages before them (both in notebooks and pdf's).

I imagine it's a difficult problem to solve as the bookmarks are probably just stored by page number? Maybe it's possible to catch a page insert/delete and edit bookmark page numbers accordingly?

Kenivia commented 2 years ago

Seems like a duplicate of https://github.com/ddvk/remarkable-hacks/issues/179

iHnR commented 2 years ago

@Kenivia Yep, I didn't see catch that somehow. The situation changed a bit though since the inclusion of note pages in pdfs, which was one of the biggest missing features for me as I like to take notes while reading textbooks. Now that this is included, the bookmarks (which I previously used a lot) have unfortunately become basically useless for me.