Quote:
Originally Posted by canopus
Wow, thanks for listen my wish...
And about new "info" option... very usefull !!! 
I always forget which manga I was reading... :P
|
To be honest, I made it for me as I always forget which comic I have to open next!
Quote:
Originally Posted by thomass
yes. I want to give a name to bookmark when I create it. this would be useful especially when more than one person read a comic or someone wants to mark some pictures in an album. (me, for example  )
|
Mmm...a bit tricky!
I use LocalStorage to store bookmarks and they are made by a key and a value:
key=folders name
value=page number
To add multiple bookmarks, I should create multiple LocalStorage entries with same key and different value.
By now, I don't know whether this is possible or not (plus I'm too tired to check it now!

)
If it is possible, it should be easy to make the user choose which bookmark open.
As regards the editable bookmark label, I think it could be done by saving an object to LocalStorage.
But this is not possible unless I "stringify" the object (and this means parsing it to revert the operation).

This could also solve the multiple bookmark problem, though.
I'll check all these things asap!
Sorry for being so ignorant, but I never used HTML and Javascript before so I have to learn all these stuffs on the way!