{"id":28746243,"url":"https://github.com/ether/etherpad-lite-jquery-plugin","last_synced_at":"2025-06-16T14:32:59.177Z","repository":{"id":136775059,"uuid":"2197664","full_name":"ether/etherpad-lite-jquery-plugin","owner":"ether","description":"A jQuery plugin to inject Etherpad lite pads and read the content from pads","archived":false,"fork":false,"pushed_at":"2015-04-17T10:28:54.000Z","size":290,"stargazers_count":217,"open_issues_count":3,"forks_count":68,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-05-01T09:44:05.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://etherpad.org","language":"JavaScript","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/ether.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":"2011-08-12T15:20:10.000Z","updated_at":"2024-05-01T09:44:05.755Z","dependencies_parsed_at":"2023-03-12T21:01:21.382Z","dependency_job_id":null,"html_url":"https://github.com/ether/etherpad-lite-jquery-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ether/etherpad-lite-jquery-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fetherpad-lite-jquery-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fetherpad-lite-jquery-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fetherpad-lite-jquery-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fetherpad-lite-jquery-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ether","download_url":"https://codeload.github.com/ether/etherpad-lite-jquery-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fetherpad-lite-jquery-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260175675,"owners_count":22970027,"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:56.256Z","updated_at":"2025-06-16T14:32:59.110Z","avatar_url":"https://github.com/ether.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nThe Etherpad jQuery Plugin easily allows you to embed and access a pad from Etherpad in a web page.  The plugin injects the pad contents into a div using iframes.  It can also read the contents of a Pad and write it to a div.\n\n# Usage \u0026 Examples\n\u003cp\u003eInclude jQuery.js, include etherpad.js, assign a pad to a div.  If you get confused look at the examples in index.html\u003c/p\u003e\n\n### Sets the pad id and puts the pad in the div\n`$('#examplePadBasic').pad({'padId':'test'});`\n\u003cdiv id=\"examplePadBasic\"\u003e\u003c/div\u003e\n\n### Sets the pad id, some more parameters and puts the pad in the div\n`$('#examplePadBasic').pad({'padId':'test','showChat':true});`\n\u003cdiv id=\"examplePadIntense\"\u003e\u003c/div\u003e\n\n### Sets the pad id, some plugin parameters and puts the pad in the div\n`$('#examplePadPlugins').pad({'padId':'test','plugins':{'pageview':'true'}});`\n\u003cdiv id=\"examplePadPlugins\"\u003e\u003c/div\u003e\n\n### Gets the padContents from Example #2 and writes it to the target div \"exampleGetContents\"\n`$('#examplePadBasic').pad({'getContents':'exampleGetContents'});`\n\n# Available options and parameters\n\u003cpre\u003e\n'host'             : 'http://beta.etherpad.org', // the host and port of the Etherpad instance, by default the foundation will host your pads for you\n'baseUrl'          : '/p/', // The base URL of the pads\n'showControls'     : false, // If you want to show controls IE bold, italic, etc.\n'showChat'         : false, // If you want to show the chat button or not\n'showLineNumbers'  : false, // If you want to show the line numbers or not\n'userName'         : 'unnamed', // The username you want to pass to the pad\n'useMonospaceFont' : false, // Use monospaced fonts\n'noColors'         : false, // Disable background colors on author text\n'userColor'        : false, // The background color of this authors text in hex format IE #000\n'hideQRCode'       : false, // Hide QR code\n'alwaysShowChat'   : false, // Always show the chat on the UI\n'width'            : 100, // The width of the embedded IFrame\n'height'           : 100,  // The height of the embedded IFrame\n'border'           : 0,    // The width of the border (make sure to append px to a numerical value)\n'borderStyle'      : 'solid', // The CSS style of the border\t[none, dotted, dashed, solid, double, groove, ridge, inset, outset]\n'plugins'          : {}, // The options related to the plugins, not to the basic Etherpad configuration\n'rtl'              : false // Show text from right to left\n\u003c/pre\u003e\n\n# Copyright\njQuery Etherpad plugin written by John McLear (c) Primary Technology 2011\u003cbr/\u003e\nDevelopment funded by the Etherpad Foundation.\nFeel free to re-use, distribute, butcher, edit and whatever else you want.\nIt's under the Apache licence.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fether%2Fetherpad-lite-jquery-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fether%2Fetherpad-lite-jquery-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fether%2Fetherpad-lite-jquery-plugin/lists"}