wellsjo / JSON-Splora

GUI app for editing, visualizing, and manipulating JSON data
MIT License
1.86k stars 60 forks source link

Added an 'Open JSON file... ⌘O' MenuBar item #53

Closed davidsharp closed 7 years ago

davidsharp commented 7 years ago

This allows users to open a file using ⌘O/CTRL+O to open a file from a user's file directory, it replaces the whole editor view, which I feel is appropriate and expected behaviour.

There's no extra non-Node or non-Electron modules, and a lot less CodeMirror wrangling than I had anticipated.

wellsjo commented 7 years ago

Awesome, thank you! Great catch with brace_style: expand.