guifier icon indicating copy to clipboard operation
guifier copied to clipboard

An interactive front-end toolkit simplifying JSON, YAML, TOML, and XML data. Visualize, edit, convert formats, and perform real-time data manipulations. Empower your data-driven apps with user-friendl...

Results 7 guifier issues
Sort by recently updated
recently updated
newest added

Hi, this is a nice project. Just one question came to my mind: Is there some way to also show comments from the YAML file for example? Best

Hi @maliknajjar Thanks for the update. There seems to be a new problem with the preservation of multi-line basic strings (acc. to https://toml.io/en/v1.0.0#string): When I add such a string like...

I don't know, if this is a bug or a feature, but I noticed something strange while implementing your Guifier in a work project. The use case is, you have...

Are you still developing this? Or, do you have the time to, is, I guess, the bigger question. I have a whole bunch of ideas for this project that could...

Enforce YAML schemas like the CV schema here: https://github.com/rendercv/rendercv/blob/main/schema.json So when trying to add a field to an object, you could check the possible child types of the object and...

Just like required and optional, you can specify that some fields can be deleted, and some fields must be filled in if they are not allowed to be deleted.

Hello, it seems when you edit the toml in the gui editor it would delete any comments with "#". Im not sure if this is intentional, if so can we...