Search code examples
jsfiddle

how do i rename a forked fiddle on jsfiddle


how do i rename a forked fiddle on jsfiddle.

In particular, I am forking the React Getting Started with JSX fiddle: https://jsfiddle.net/reactjs/69z2wepo/

<div id="root">

</div>

But when I fork and save, I just get the same titled fiddle in my dashboard. I want to have several different React projects going so this is problematic when I want to easily distinguish between all the files since right now they all appear with the same name

enter image description here


Solution

  • I notice that it works only if you you put the name and then fork.

    For instance if you already had one with the random string, I generally open it give the name and then I click on the fork button.

    Then I delete the one with the random string.

    I hope this work for you