Skip to content

Radon operator StringMatch is hard to use because field auto formats JSON #1828

@tmpolaczyk

Description

@tmpolaczyk

The StringMatch operator has two arguments, the first one is a JSON map:

Captura de pantalla de 2022-11-17 10-21-36

It is easy to input a JSON map with one key:

{"data":true}

But when trying to add another key, like

{"data":true,"from":true}

It is not possible to write the comma after the first "true", because sheikah auto formats the JSON and removes the comma. The only way to enter the desired JSON is to use an external editor, and copy-paste the value.

So Sheikah should not remove that comma and let the user write freely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions