From 5b0c2abf3acf99a927729c00dad740215312d307 Mon Sep 17 00:00:00 2001 From: mikesimone <35898917+mikesimone@users.noreply.github.com> Date: Thu, 6 Nov 2025 23:42:27 -0800 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 27d330d1..737776d1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36121,6 +36121,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "name": "LinkModeToggle", + "author": "Mike Simone", + "url": "https://github.com/YOUR_GITHUB_USERNAME/LinkModeToggle", + "branch": "main", + "tags": ["ui", "ux", "canvas", "links"], + "description": "F8/Ctrl+K hotkeys and a bottom-right toolbar button to cycle link render modes (Spline/Linear/Straight) with persistence.", + "python": false, + "pip": [], + "license": "MIT" + } + ] }