Jsoneditor: Create an Electron or NW application with local load/save functionality

Created on 2 Jun 2015  路  4Comments  路  Source: josdejong/jsoneditor

Hello,

This is very impressive and useful. I'm trying it out as a replacement for the seemingly abandoned Cocoa Json Editor. I'm using http://jsoneditoronline.org/ to edit a local JSON file which is quite large. Is there a way for the save function to automatically replace the local file I opened instead of downloading a copy to my browser download directory, or is this a browser limitation? If so, how hard would it be to embed exactly what you have on the website into a standalone app or one that has access to the filesystem?

Thanks for the help.

Most helpful comment

Thanks for your feedback!

All 4 comments

Writing a file directly to disk from a web application is not possible (security restrictions), sorry. It would indeed be very convenient.

It would be possible to create an application with nw.js or electron (or a packaged chrome app... there is already a chrome app) that wraps JSONEditor and opens, edits, and saves JSON files. There could also be jsoneditor package for Atom (not like this one).

+1 Would love this as an Electron app

Thanks for your feedback!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CodeVam picture CodeVam  路  3Comments

MarkHerhold picture MarkHerhold  路  3Comments

hoogw picture hoogw  路  6Comments

bnewcomer picture bnewcomer  路  6Comments

safaorhan picture safaorhan  路  5Comments