From 4f7abe2122fb2102f88563b9994054195e1e77af Mon Sep 17 00:00:00 2001 From: akawana <127211291+akawana@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:57:00 +0800 Subject: [PATCH] Modify 'Keybinding Extra' to 'Folded prompts' 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",