kulek1 / guitar-tab-maker-issues

Public repository for issue tracking https://tab-maker.com
49 stars 9 forks source link

Export to text file #37

Closed danbord closed 5 months ago

danbord commented 5 months ago

Cannot export to a text file? Or I didn't found the way to do it?

kulek1 commented 5 months ago
Screenshot 2024-05-01 at 16 04 00

You can :)

danbord commented 5 months ago

wow, super responsive. Thank you!

The only export I found is in the settngis menu which export the json as a jwt. Wonder why you are encoding it as a jwt. Jwt is limited to 8Kb you may encouter some issues at some point

kulek1 commented 5 months ago

Which option are you talking about? I'm asking because I don't encode anything to jwt so I'm a little bit confused 😅

danbord commented 5 months ago

Here :

image

If I copy/paste the exported file contents it looked like a jwt. I verified on jwt.io :

image

kulek1 commented 5 months ago

This is only for the backup if you want to move tabs to another browser and it's a simple base64 so don't worry about the size :)

danbord commented 5 months ago

Never realized an encoded jwt is just a base64 encoded json! hehe. Thanks keep up the good work