From 16a1902dcc96bda710b3184b30da432b975a0e87 Mon Sep 17 00:00:00 2001 From: Mike Kucera Date: Mon, 16 Sep 2024 15:49:23 -0400 Subject: [PATCH] Cherry-pick to master: Add 'cytoscape-node-edge-html-label' to list of UI extensions Refs #3245 --- documentation/md/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/md/extensions.md b/documentation/md/extensions.md index 4e0a2a60aa..d038982e0a 100644 --- a/documentation/md/extensions.md +++ b/documentation/md/extensions.md @@ -46,6 +46,7 @@ The extensions below are a curated list. To add your extension, [please submit * [`navigator`](https://github.com/cytoscape/cytoscape.js-navigator) : A bird's eye view widget of the graph. * [`no-overlap`](https://mo0om.github.io/cytoscape-no-overlap) : Prevents nodes from overlapping on drag. * [`node-html-label`](https://github.com/kaluginserg/cytoscape-node-html-label) : Allows HTML to be specified as the labels for nodes. + * [`node-edge-html-label`](https://github.com/laikmokashi/cytoscape-node-edge-html-label) : Allows HTML to be specified as the labels for nodes and edges. * [`node-resize`](https://github.com/iVis-at-Bilkent/cytoscape.js-node-resize) : A highly customisable node resizing extension with a traditional UI. * [`noderesize`](https://github.com/curupaco/cytoscape.js-noderesize) : A minimalistic node resize control. * [`overlays`](https://github.com/sgratzl/cytoscape.js-overlays) : Overlays that shows bars, histograms, sparklines, binary sparklines, symbols (categorical data), or boxplots next to nodes.