Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature proposal] Copy to clipboard/import from clipboard #93

Open
armellarcier opened this issue Nov 13, 2020 · 1 comment
Open

[Feature proposal] Copy to clipboard/import from clipboard #93

armellarcier opened this issue Nov 13, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@armellarcier
Copy link

armellarcier commented Nov 13, 2020

This is just an idea to save some time while editing content.

Use case

I created my french content with a stack of lots of different elements and I want to translate it all to english.

I'd like to not re-create the structure by hand.

Solution

  1. Click "copy elements to clipboard" in the french content section of the form
    Json get copied to my clipboard

  2. Click "import elements from clipboard" in the english form section
    Json is pasted and elements are created

Options

  • Ability to paste only the structure (empty elements)
  • Ability to paste only structure AND images (just not text)
@armellarcier armellarcier changed the title Feature request : copy structure to clipboard/import from clipboard Feature request : copy to clipboard/import from clipboard Nov 13, 2020
@armellarcier armellarcier changed the title Feature request : copy to clipboard/import from clipboard [Feature proposal] Copy to clipboard/import from clipboard Nov 13, 2020
@jacquesbh
Copy link
Member

Hi @armellarcier!

That's a pretty good idea actually. It could be done easily without even having to use the clipboard.
We could use the local storage to provide such experience. It could be great to allow duplication of Ui Elements as well.

Using the local storage would allow to copy elements from another page as well.

So, maybe we can do something nice about it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants