{"id":28746222,"url":"https://github.com/ether/ep_button_link","last_synced_at":"2025-06-16T14:30:54.978Z","repository":{"id":11703105,"uuid":"14218477","full_name":"ether/ep_button_link","owner":"ether","description":"Etherpad Toolbar Button Link","archived":false,"fork":false,"pushed_at":"2024-03-16T21:05:02.000Z","size":238,"stargazers_count":4,"open_issues_count":9,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-08-09T05:12:13.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ether.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2013-11-07T22:59:29.000Z","updated_at":"2021-12-10T22:21:52.000Z","dependencies_parsed_at":"2024-03-16T23:59:22.431Z","dependency_job_id":"1f3294b1-a8a3-49f7-97a4-943f5310257e","html_url":"https://github.com/ether/ep_button_link","commit_stats":null,"previous_names":["johnmclear/ep_button_link"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/ether/ep_button_link","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fep_button_link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fep_button_link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fep_button_link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fep_button_link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ether","download_url":"https://codeload.github.com/ether/ep_button_link/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fep_button_link/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260175639,"owners_count":22970014,"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":"2025-06-16T14:30:49.323Z","updated_at":"2025-06-16T14:30:54.905Z","avatar_url":"https://github.com/ether.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Publish Status](https://github.com/ether/ep_button_link/workflows/Node.js%20Package/badge.svg) ![Backend Tests Status](https://github.com/ether/ep_button_link/workflows/Backend%20tests/badge.svg)\n\n# ep_button_link\n\n[Etherpad](https://etherpad.org) plugin to add custom buttons to the toolbar.\n\n## Installation\n\nInstall via `/admin/plugins` or by running:\n\n```shell\ncd /path/to/etherpad\nnpm install --no-save --legacy-peer-deps ep_button_link\n```\n\n## Configuration\n\nExample configuration in `settings.json`:\n\n```json\n  \"ep_button_link\": {\n    \"link\": \"http://whatever.com\",\n    \"text\": \"Hello world\"\n  }\n```\n\nOr you can specify a list of buttons:\n\n```json\n  \"ep_button_link\": {\n    \"buttons\": [\n      {\n        \"link\": \"https://example.com\",\n        \"text\": \"A button\"\n      },\n      {\n        \"link\": \"https://example.org\",\n        \"text\": \"Another button\"\n      }\n    ]\n  }\n```\n\nAvailable settings per button:\n\n* `link`: Required. URL to visit.\n* `newWindow`: Optional, defaults to true. If true, clicking on the button opens\n  the link in a new window or tab.\n* `text`: Optional, defaults to the empty string. HTML to put inside the button.\n* `title`: Optional, defaults to unset. If set, `title` and `aria-label`\n  attributes with the given value are added to the button.\n* `classes`: Optional, defaults to `\"grouped-left\"`. Space-separated classes to\n  apply to the button link.\n* `before`: Optional, defaults to `\"[data-key='showTimeSlider']\"`. CSS selector\n  for a toolbar element. The button will be placed before this element. Ignored\n  if `after` is set.\n* `after`: Optional, defaults to unset. CSS selector for a toolbar element. If\n  set, the new button will be placed after this element. Overrides `before`.\n\n## Copyright and License\n\nCopyright © 2020 John McLear \u003cjohn@mclear.co.uk\u003e\\\nCopyright © 2021 Richard Hansen \u003crhansen@rhansen.org\u003e\n\nLicensed under the [Apache License, Version 2.0](LICENSE) (the \"License\"); you\nmay not use this file except in compliance with the License. You may obtain a\ncopy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fether%2Fep_button_link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fether%2Fep_button_link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fether%2Fep_button_link/lists"}