naming and configuring jsfiddle

旧街凉风 提交于 2019-12-03 12:25:05

While I think this is off-topic for Stack Overflow (and have voted to close as such), the way to have no string of random characters besides the title of the saved Fiddle is, when you start the Fiddle, declare its title; if the title is added after a point at which it's been previously saved then the string of characters will appear, since that's the 'base'/'original' Fiddle, whereas the 'titled' Fiddle is a later revision.

ChrisS

I had trouble replacing the fiddle code number with a fiddle name and description.

Here's how I got the results I wanted:

  1. Clicked on "Base" to get the fiddle URL to show as /xxxxxx/#Base where xxxxxx is the fiddle code.
  2. Used the Fiddle Options to set the Fiddle Name as "MyFiddleName" and Description
  3. Clicked "Update"
  4. Clicked "Set as base"
  5. Now the dashboard shows "MyFiddleName" with the description and doesn't show the xxxxxx code.

Here is what worked for me,

for new fiddle:

  1. In the left panel, under Fiddle Meta, give a name in the "untitled fiddle" input box
  2. Click save from the top menu to save the fiddle and the given name

for existing fiddle with code name:

  1. Click on the fiddle to open it.
  2. In the left panel, under Fiddle Meta, give a name in the "untitled fiddle" input box
  3. Click update and then set as base from the top menu to save the given name
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!