Giter VIP home page Giter VIP logo

Comments (9)

llamafilm avatar llamafilm commented on May 16, 2024 2

The viewing works well for me, inserting correct newlines and indentation. But I have two suggestions which may belong as separate issues:

  1. Detect the type of cell content and display as JSON instead of text automatically
  2. JSON syntax highlighting

And yes, editing in this view would be great.

from sequel-ace.

llamafilm avatar llamafilm commented on May 16, 2024

In version 2.2 the formatting is working well for me. However, you can't edit text in this view. It would also be cool to do syntax highlighting.

from sequel-ace.

stale avatar stale commented on May 16, 2024

This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

from sequel-ace.

llamafilm avatar llamafilm commented on May 16, 2024

I still think this is an good feature

from sequel-ace.

Jason-Morcos avatar Jason-Morcos commented on May 16, 2024

Just to be clear, the viewing functionality is fine. Now this request is just about being able to edit the data as JSON?

from sequel-ace.

stale avatar stale commented on May 16, 2024

This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

from sequel-ace.

calumk avatar calumk commented on May 16, 2024

Just bumping to keep the request open
As @llamafilm suggested, JSON syntax highlighting would be nice

Formatting would also equally/more helpful, to help with the inspection of json data.
A large chunk of JSON data can be quite hard to read if its not formatted,
At the moment, i often need to copy the field into Vscode or similar, format it, edit it, and then copy it back....
so perhaps the ability to toggle formatting?

eg:

{"name":"calumk","arr":[{"a":0},{"b":1}]}

-->

{
    "name":"calumk",
    "arr":[
        {
            "a":0
        },
        {
            "b":1
        }
    ]
}

I appreciate this is a big addition, so not expecting it, but its certainly on my wish-list!

from sequel-ace.

stale avatar stale commented on May 16, 2024

This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

from sequel-ace.

stale avatar stale commented on May 16, 2024

This issue has been auto-closed because there hasn't been any activity for at least 35 days. However, we really appreciate your contribution, so thank you for that! 🙏 Also, feel free to open a new issue if you still experience this problem 👍.

from sequel-ace.

Related Issues (20)

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.