{"id":18982510,"url":"https://github.com/kid-1912/tiptap-extension-hr","last_synced_at":"2026-07-15T02:33:43.100Z","repository":{"id":220285056,"uuid":"751269611","full_name":"KID-1912/tiptap-extension-hr","owner":"KID-1912","description":"Extension to add dividers(horizontal) to your tiptap content.","archived":false,"fork":false,"pushed_at":"2024-02-01T09:18:59.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T23:13:21.441Z","etag":null,"topics":["divider","extenison","hr","tiptap"],"latest_commit_sha":null,"homepage":"","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/KID-1912.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}},"created_at":"2024-02-01T09:18:06.000Z","updated_at":"2024-03-23T04:33:59.000Z","dependencies_parsed_at":"2024-02-01T09:20:25.345Z","dependency_job_id":null,"html_url":"https://github.com/KID-1912/tiptap-extension-hr","commit_stats":null,"previous_names":["kid-1912/tiptap-extension-hr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KID-1912/tiptap-extension-hr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KID-1912%2Ftiptap-extension-hr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KID-1912%2Ftiptap-extension-hr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KID-1912%2Ftiptap-extension-hr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KID-1912%2Ftiptap-extension-hr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KID-1912","download_url":"https://codeload.github.com/KID-1912/tiptap-extension-hr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KID-1912%2Ftiptap-extension-hr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35488230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["divider","extenison","hr","tiptap"],"created_at":"2024-11-08T16:13:47.499Z","updated_at":"2026-07-15T02:33:43.085Z","avatar_url":"https://github.com/KID-1912.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tiptap-extension-hr\n\n\u003ch3 align=\"center\"\u003e\n    Extension to add dividers(horizontal) to your tiptap content.\n\u003c/h3\u003e\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/tiptap-extension-hr\"\u003e\n    \u003cimg\n     alt=\"NPM URL\"\n     src=\"https://img.shields.io/badge/npm-tiptapExtensionHr?logo=npm\"\u003e\n  \u003c/a\u003e\n  \u003cimg\n     alt=\"version\"\n     src=\"https://img.shields.io/badge/version-1.0.0-blue\"\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n---\n\n## Install\n\n```shell\nnpm install tiptap-extension-hr -S\n```\n\n## Usage\n\n```js\nimport Hr from \"tiptap-extension-hr\";\n\nconst editor = new Editor({\n  element: document.querySelector(\".editor\"),\n  extensions: [StarterKit, Hr],\n});\n\neditor\n  .chain()\n  .focus()\n  .insertContent([{ type: \"hr\" }])\n  .run();\n```\n\n## Options\n\nCustomize the line style with the optional style option.\n\n```js\n  extensions: [\n    StarterKit,\n    Image.configure({ inline: true }),\n    Hr.configure({\n      style: 'border-style: solid;border-width: 1px 0 0;border-color: rgba(0,0,0,0.1);transform-origin: 0 0;transform: scale(1, 0.5);'\n    }),\n  ],\n```\n\n## Relations\n\n**tiptap:** https://tiptap.dev/\n\n**tiptap-appmsg-editor:** https://github.com/KID-1912/tiptap-appmsg-editor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkid-1912%2Ftiptap-extension-hr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkid-1912%2Ftiptap-extension-hr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkid-1912%2Ftiptap-extension-hr/lists"}