Skip to content

Text editor and Simple editor to have access to the same data #1176

@Mara42

Description

@Mara42

What problem does this address?

When users create a chart, they can choose between a simple editor and a text editor for making changes. However, if they start editing with the simple editor and then switch to the text editor to make further changes, they find that the changes made with the simple editor are not reflected. This is because each editor modifies its own separate copy of the data, rather than the same instance.
This feature request is related to the problem of data inconsistency when switching between different editors. Users face the inconvenience of losing their previous changes if they switch from one editor to another, which can lead to confusion and extra work.

What is your proposed solution?

A proposed solution could be to change the behaviour of the editors so that they both edit the same instance of the data. This means that any changes made in one editor will be immediately reflected in the other.

Will this feature require documentation? (Optional)

No.

Metadata

Metadata

Assignees

No one assigned

    Labels

    new featureRequest for a new feature or functionality to be added to the project.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions