GithubHelp home page GithubHelp logo

keydex / jsoneditorlive Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 8.81 MB

Pull live json from server and edit them on the fly for debugging purposes.

License: Apache License 2.0

JavaScript 24.94% CSS 71.87% HTML 3.19%
json jsoneditor crud-json

jsoneditorlive's People

Contributors

keydex avatar

Watchers

 avatar  avatar

Forkers

huntz256

jsoneditorlive's Issues

Host JSON API on click.

Server hosts api on click.

Server must save the current Json to a file and then host that file as an api.

If user selects a json from dropdown, have a button to push to server from there as well. From the back-end, we copy that file they selected and rename it to the api json file format.

Bootstrap Dropdown

Move bootstrap to dropdown.

This requires Jquery's append to be modified as well due to bootstrap using ul and li for their dropdown instead of <options />.

New JSON Button

Create a button that empties out current project, but also prompts user if they're about to overwrite their work.

UserID Box

We need a way for different users to create files without affecting other's workflows. Perhaps have a public json section, and split the rest by ID. We don't need users to login yet as I don't have time to implement that, but perhaps they can share like ID for a certain event. I.e. EventID01, will house all the json files for that specific event. And each ID can host it's own API. i.e.

localhost/api/EventID01_1.json

Enter does not work correctly.

When you press enter, the event does not know which button to press. This is dangerous as you may try to save and the form loads a new JSON.

Implement Ctr+S support.

Allow Ctr+S to save the JSON, need to discuss if we should ignore overwrite dialog however if we overwrite the same file. We also need to remove browser's default ctr+s.

Allow for [tab] and [arrow-key] navigation.

It's difficult to move around the input boxes with the built in short-cuts. So we should support arrow keys and/or tab to move through input boxes.

For tab, we need to ignore the left column buttons somehow.

Arrow key functionality at the moment doesn't work at all.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.