{"id":19511801,"url":"https://github.com/retejs/connection-mastery-plugin","last_synced_at":"2026-03-27T04:51:54.428Z","repository":{"id":34407064,"uuid":"178593350","full_name":"retejs/connection-mastery-plugin","owner":"retejs","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-03T18:49:07.000Z","size":798,"stargazers_count":5,"open_issues_count":9,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T07:27:32.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/retejs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-30T17:58:11.000Z","updated_at":"2022-04-06T15:53:32.000Z","dependencies_parsed_at":"2023-01-15T07:00:57.125Z","dependency_job_id":null,"html_url":"https://github.com/retejs/connection-mastery-plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/retejs/connection-mastery-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retejs%2Fconnection-mastery-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retejs%2Fconnection-mastery-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retejs%2Fconnection-mastery-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retejs%2Fconnection-mastery-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retejs","download_url":"https://codeload.github.com/retejs/connection-mastery-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retejs%2Fconnection-mastery-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261061394,"owners_count":23104205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T23:22:48.118Z","updated_at":"2026-03-27T04:51:54.391Z","avatar_url":"https://github.com/retejs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Connection Mastery\n====\n#### Rete.js plugin\n\nThis plugin is intended to enhance `rete-connection-plugin` in terms of user interaction.\n\n## Features:\n\n- Create node for picked connection and connect ([example](https://youtu.be/8ew12FLgaMs?t=98))\n  \n    | # | User actions | Editor |\n    |---|---|---|\n    | 1 | Press Ctrl on connection drop | Context menu will appear |\n    | 2 | Select a node by holding down Ctrl | Node will be added. The previously picked Input/Output will be connected with a compatible Output/Input of the added node |\n\n- Delete connection by picking\n\n    | # | User actions | Editor |\n    |---|---|---|\n    | 1 | Press D and click on the connection | Remove the connection |\n\n## How to use\n\n```js\nimport ConnectionMasteryPlugin from 'rete-connection-mastery-plugin';\n\neditor.use(ConnectionMasteryPlugin); \n// or disable features\neditor.use(ConnectionMasteryPlugin, {\n    createAndConnect: false,\n    pickConnection: false\n});\n// or change keys\neditor.use(ConnectionMasteryPlugin, {\n    createAndConnect: { keyCode: 'ControlLeft' },\n    pickConnection: { keyCode: 'KeyD' }\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretejs%2Fconnection-mastery-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretejs%2Fconnection-mastery-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretejs%2Fconnection-mastery-plugin/lists"}