Quote:
Originally Posted by silver18
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!  )
|
First of all I'd like to say I'm amazed of what you've done from my small little idea/app. Well done!
About the question above, maybe you can insert in value an array whice you'll convert to string using json, or csv like this:
23,42,89
Shouldn't be that hard, just use split and your'e good.
Keep up the good work!
EDIT: Missed the part where you said "This could also solve the multiple bookmark problem, though.". So I see you found a solution