{"id":13535668,"url":"https://github.com/volser/quill-table-ui","last_synced_at":"2026-01-12T09:13:56.415Z","repository":{"id":35248267,"uuid":"216984639","full_name":"volser/quill-table-ui","owner":"volser","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-07T10:59:15.000Z","size":413,"stargazers_count":65,"open_issues_count":25,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-27T12:25:14.201Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volser.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":null,"support":null}},"created_at":"2019-10-23T06:31:22.000Z","updated_at":"2025-09-25T05:03:15.000Z","dependencies_parsed_at":"2023-01-15T17:01:03.218Z","dependency_job_id":null,"html_url":"https://github.com/volser/quill-table-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/volser/quill-table-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volser%2Fquill-table-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volser%2Fquill-table-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volser%2Fquill-table-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volser%2Fquill-table-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volser","download_url":"https://codeload.github.com/volser/quill-table-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volser%2Fquill-table-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"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":"2024-08-01T09:00:20.535Z","updated_at":"2026-01-12T09:13:56.374Z","avatar_url":"https://github.com/volser.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# quill-table-ui\nA module for table UI in Quill\n\n# Online Demo\n[quill-table-ui Codepen Demo](https://codepen.io/volser/pen/QWWpOpr)\n\n# Requirements\n[quilljs](https://github.com/quilljs/quill) v2.0.0-dev.3\n\n# Installation\n```\nnpm install quill-table-ui\n```\n\n# Usage\nLoad quill and style dependencies\n```\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/quill/2.0.0-dev.3/quill.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/quill-table-ui@1.0.5/dist/umd/index.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n```\n```\n\u003clink href=\"https://cdnjs.cloudflare.com/ajax/libs/quill/2.0.0-dev.3/quill.snow.min.css\" rel=\"stylesheet\"\u003e\n\u003clink href=\"https://unpkg.com/quill-table-ui@1.0.5/dist/index.css\" rel=\"stylesheet\"\u003e\n```\n\nES6\n```\nimport * as QuillTableUI from 'quill-table-ui'\n\nQuill.register({\n  'modules/tableUI': QuillTableUI.default\n}, true)\n\nwindow.onload = () =\u003e {\n  const quill = new Quill('#editor-wrapper', {\n    theme: 'snow',\n    modules: {\n      table: true,\n      tableUI: true,\n    }\n  })\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolser%2Fquill-table-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolser%2Fquill-table-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolser%2Fquill-table-ui/lists"}