From 7a0186efc8f7c4e50aceecc48215ee3226426d24 Mon Sep 17 00:00:00 2001 From: akawana <127211291+akawana@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:30:29 +0800 Subject: [PATCH] Modify 'Keybinding Extra' to 'Folded prompts' (#2359) Updated the title, reference, description, and tags for the 'Keybinding Extra' entry in the custom-node-list.json file. --- custom-node-list.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index df415a90..9ac0e1e3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37123,14 +37123,14 @@ }, { "author": "akawana", - "title": "Keybinding Extra", - "reference": "https://github.com/akawana/ComfyUI-Keybinding-extra", + "title": "Folded prompts", + "reference": "https://github.com/akawana/ComfyUI-Folded-Prompts", "files": [ - "https://github.com/akawana/ComfyUI-Keybinding-extra" + "https://github.com/akawana/ComfyUI-Folded-Prompts" ], "install_type": "git-clone", - "description": "Adds shortcuts for commenting and deleting lines of text, with a configurable comment symbol. Includes a node that cleans comments from text and splits content using tags for Regional Prompting.", - "tags": ["frontend", "shortcut", "utility"] + "description": "Builds a folder-based tree from prompt lines. Lets you organize prompts into folders. Also adds several configurable keybindings for text editing (line commenting, regional prompting areas). Splits the prompt into regions for Regional Prompting.", + "tags": ["frontend", "shortcut", "regional", "folders", "bookmarks"] }, { "author": "akawana",