View Single Post
Old 03-21-2012, 04:32 PM   #84
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 707
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Quote:
Originally Posted by canopus View Post
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 View Post
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!

Last edited by silver18; 03-21-2012 at 04:36 PM.
silver18 is offline