nodebox / live

Report issues with NodeBox Live
1 stars 0 forks source link

edit projects #7

Open fjenett opened 7 years ago

fjenett commented 7 years ago

Allow to:

craftoid commented 7 years ago

That would be nice to have! I am creating a lot of stuff just sketching and trying, that I don't wanna have lying around.

My current work-around is to blank out a project (not deleting it, just removing the contents), and change the title.

  1. Go to https://nodebox.live/USER_ID/PROJECT_ID/?raw
  2. Edit the project XML to look like this:
   {
    "title": "MY NEW FANCY TITLE",
    "color": "white",
    "dependencies": {
        "core/g": "dev"
    },
    "assets": {},
    "functions": [
        {
            "name": "main",
            "type": "network",
            "renderedNode": null,
            "nodes": [],
            "connections": [],
            "parameters": [],
            "returnsList": true
        }
    ],
    "id": "PROJECT_ID"
}