Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do i rename a forked fiddle on jsfiddle

Tags:

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

like image 204
Adam Avatar asked Aug 30 '16 17:08

Adam


2 Answers

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

like image 158
Manza Avatar answered Nov 20 '22 06:11

Manza


On the left side click on "Fiddle Meta" and you can enter a new name and/or description:

enter image description here

like image 27
Marvin Avatar answered Nov 20 '22 06:11

Marvin