-
Notifications
You must be signed in to change notification settings - Fork 540
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
Local-only support #134
Comments
In the meantime, I would suggest to edit the home page and docs to make it clearer that the JSON is not kept locally. I almost installed the VS Code extension but then realized that maybe the file is actually sent somewhere. |
Note: This issue could probably be merged with #22 which was making the same request but not titled as clearly. |
I am searching for a tool to create, view and edit JSON so I can manage database-like stuff for my game developement. JSON is a perfect medium to store that kind of data. I was excited when I saw your tool. The UI is great and looks modern. I was planning on modifying it to run in ElectronJS so I can run it off an executable and manage it. However, I think we're missing a few things:
And while this seems little, this is a lot from where it is right now. |
Issue opened to track this upcoming feature:
"Eric here (one of the creators of JSON Hero) and this is a really good point. We built JSON Hero earlier this year and partly wanted to use it to try out Cloudflare Workers and Remix, hence the decision to store in KV and use that kind of architecture. We're keen to update JSON Hero with better local-only support for this reason, and to make it easier to self-host or run locally." source
The text was updated successfully, but these errors were encountered: