{"id":15499567,"url":"https://github.com/mitar/quill-authorship","last_synced_at":"2025-04-09T20:49:11.641Z","repository":{"id":140632682,"uuid":"95084745","full_name":"mitar/quill-authorship","owner":"mitar","description":"Authorship plugin for [Quill Editor](https://github.com/quilljs/quill)","archived":false,"fork":false,"pushed_at":"2017-06-06T08:09:05.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T15:18:52.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/mitar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-22T06:58:44.000Z","updated_at":"2019-01-28T01:16:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"85093bab-245d-48df-a3eb-3300571597b3","html_url":"https://github.com/mitar/quill-authorship","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"7b84638578dc1c41c9b6dccb971ad798b27a7c1a"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitar%2Fquill-authorship","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitar%2Fquill-authorship/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitar%2Fquill-authorship/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitar%2Fquill-authorship/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitar","download_url":"https://codeload.github.com/mitar/quill-authorship/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111935,"owners_count":21049576,"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-10-02T08:53:40.324Z","updated_at":"2025-04-09T20:49:11.620Z","avatar_url":"https://github.com/mitar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quill-authorship\n\nAuthorship plugin for [Quill Editor](https://github.com/quilljs/quill). This plug-in is used to mark which part of a document is written by which author in quill delta, and is used to highlight background of text to show who wrote which part.\n\n\n## Usage\n\n```html\n\u003clink rel='stylesheet' type='text/css' href='node_modules/quill-authorship/quill.authorship.css' /\u003e\n```\n\n```js\n\nrequire('./node_modules/quill-authorship/quill.authorship.js');\n\nlet toolbarOptions = [\n\t['authorship-toggle'] // authorship color on/off\n];\n\nlet options = {\n\ttheme: 'snow',\n\tmodules: {\n\t\ttoolbar: toolbarOptions,\t\n\t\t// authorship id and color setting\n\t\tauthorship: {\n\t\t\tenabled: true,\n\t\t\tauthorId: 1, // Current author id\n\t\t\tcolor: red // Current author color\n\t\t}\n\t}\n};\n\nquill = new Quill('#editor', options);\n\n```\n\n## MIT License\n\nCopyright (c) 2017 by Win Min Tun\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitar%2Fquill-authorship","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitar%2Fquill-authorship","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitar%2Fquill-authorship/lists"}