kulek1 / guitar-tab-maker-issues

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

Import tabs from another browser #22

Closed dariy-vel closed 4 months ago

dariy-vel commented 5 months ago

As far as I understand, all the tabs are stored in the browser's local storage. So if I change my PC, or change my browser, I'd lose all access to editing of the existing tabs I have.

I'd like to see a feature to export a tab to a file (may be some custom format) to be able to import it later.

Or am I missing something and there's a way to import tab sources?

kulek1 commented 5 months ago

There's no backup feature yet, so for now you can use this option (Copy a link to share) to share tabs between different computers or browsers:

Screenshot 2024-01-31 at 17 17 09
owex commented 5 months ago

There's no backup feature yet, so for now you can use this option (Copy a link to share) to share tabs between different computers or browsers: Screenshot 2024-01-31 at 17 17 09

Great work with this! I'm jealous and curious how you solved the browser url length limitation, some funky algo?

kulek1 commented 5 months ago

Great work with this! I'm jealous and curious how you solved the browser url length limitation, some funky algo?

Thanks! Yeah, custom algorithm

kulek1 commented 4 months ago

As far as I understand, all the tabs are stored in the browser's local storage. So if I change my PC, or change my browser, I'd lose all access to editing of the existing tabs I have.

I'd like to see a feature to export a tab to a file (may be some custom format) to be able to import it later.

Or am I missing something and there's a way to import tab sources?

@dariy-vel Your request has been addressed and the backup feature is now available in the latest version - v4.4.0 🎉 cc: @Aitornado8

dariy-vel commented 4 months ago

Thank you so much! Trying it out