{"id":30197829,"url":"https://github.com/bigbluebutton/plugin-chat-mention","last_synced_at":"2026-02-21T18:05:50.053Z","repository":{"id":274455401,"uuid":"821438107","full_name":"bigbluebutton/plugin-chat-mention","owner":"bigbluebutton","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-28T13:30:42.000Z","size":1808,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-28T15:25:44.114Z","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":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigbluebutton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-28T14:36:58.000Z","updated_at":"2025-10-28T13:30:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1ce2b05-33e8-4995-8718-5c95e9dcdfd9","html_url":"https://github.com/bigbluebutton/plugin-chat-mention","commit_stats":null,"previous_names":["bigbluebutton/bigbluebutton-plugin-chat-mention","bigbluebutton/plugin-chat-mention"],"tags_count":2,"template":false,"template_full_name":"bigbluebutton/plugin-template","purl":"pkg:github/bigbluebutton/plugin-chat-mention","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fplugin-chat-mention","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fplugin-chat-mention/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fplugin-chat-mention/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fplugin-chat-mention/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigbluebutton","download_url":"https://codeload.github.com/bigbluebutton/plugin-chat-mention/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fplugin-chat-mention/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29689644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-08-13T06:40:20.920Z","updated_at":"2026-02-21T18:05:50.039Z","avatar_url":"https://github.com/bigbluebutton.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Chat Mention Plugin\n\n## Description\n\nThe Chat Mention Plugin serves as a demonstration of how developers can create their own custom plugins. This plugin basically implements the \"mention\" feature as you can see down below.\n\n![Gif of plugin demo](./public/assets/ChatMention.gif)\n\n\n## Running the Plugin\n\n1. Start the development server:\n\n```bash\ncd $HOME/mconf-bigbluebutton-plugins/questions\nnpm install\nnpm start\n```\n\n2.  Edit the plugin manifest and pass the url to it in the CREATE call(or add it to the permanent plugins manifest list in bigbluebutton.properties):\n```\npluginManifests=[{url:\"https://MANIFEST_HOST/manifest.json\", checksum=\"\u003csha256 of the file\u003e\"}]\n```\n\n\u003cdetails\u003e\n  \u003csummary\u003eIt may be necessary to configure a specific route in Nginx to serve the plugin under development.\u003c/summary\u003e\n\n  Something like this:\n\n  ```nginx\n  #questions-plugins.nginx\n  location /plugins/ {\n    proxy_pass http://127.0.0.1:4701/static/;                 \n  }\n  ```\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbluebutton%2Fplugin-chat-mention","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigbluebutton%2Fplugin-chat-mention","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbluebutton%2Fplugin-chat-mention/lists"}