Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New extension: Local Storage to JSON #1479

Open
3 tasks done
cjCoding-dev opened this issue Dec 31, 2024 · 3 comments
Open
3 tasks done

New extension: Local Storage to JSON #1479

cjCoding-dev opened this issue Dec 31, 2024 · 3 comments
Labels
✨ New extension A new extension

Comments

@cjCoding-dev
Copy link

Description

The ability to export the window's local storage to a JSON file.

How to use the extension

You can run an action to download the storage to a JSON file (the extension handles everything), and another to open a file with existing storage (remember to reload values from the storage after doing this).

Checklist

  • I've followed all of the best practices.
  • I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

I have yet to use this extension, but I have tested the JavaScript codes with DevTools on the game Stranded on a Raft (it works).

Extension file

LocalStorageToJSON.zip

@cjCoding-dev cjCoding-dev added the ✨ New extension A new extension label Dec 31, 2024
Copy link
Contributor

👋 Thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki.

The following issues have been found by the system concerning the respect of those best practices by your extension:

  ⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'ExportJSON' has a dot, but it is forbidden there!
  ⟶ ❌ [Dots in sentences]: Field 'description' of the function 'ExportJSON' misses a dot at the end of the sentence!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'fullName' of the function 'ImportJSON' is not filled out!
  ⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'ImportJSON' is not filled out!

Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏

@cjCoding-dev
Copy link
Author

LocalStorageToJSON.zip

@Kravataf
Copy link

Kravataf commented Jan 5, 2025

@cjCoding-dev you have to edit the issue not reply
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New extension A new extension
Projects
None yet
Development

No branches or pull requests

2 participants