{"id":26837663,"url":"https://github.com/cychann/editorjs-quote","last_synced_at":"2025-03-30T17:02:53.664Z","repository":{"id":265117864,"uuid":"894852020","full_name":"cychann/editorjs-quote","owner":"cychann","description":"Improved Editor.js Quote Block","archived":false,"fork":false,"pushed_at":"2025-03-30T04:22:21.000Z","size":418,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T05:20:04.224Z","etag":null,"topics":["editorjs","editorjs-plugin","editorjs-tool","quote"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@cychann/editorjs-quote","language":"TypeScript","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/cychann.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":"2024-11-27T05:40:29.000Z","updated_at":"2025-03-30T04:22:25.000Z","dependencies_parsed_at":"2025-03-30T05:19:37.240Z","dependency_job_id":"1f83a561-d319-4b2b-b048-10bb242cb8c9","html_url":"https://github.com/cychann/editorjs-quote","commit_stats":null,"previous_names":["cychann/editorjs-quote"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cychann%2Feditorjs-quote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cychann%2Feditorjs-quote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cychann%2Feditorjs-quote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cychann%2Feditorjs-quote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cychann","download_url":"https://codeload.github.com/cychann/editorjs-quote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246350972,"owners_count":20763230,"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":["editorjs","editorjs-plugin","editorjs-tool","quote"],"created_at":"2025-03-30T17:01:01.612Z","updated_at":"2025-03-30T17:02:53.657Z","avatar_url":"https://github.com/cychann.png","language":"TypeScript","funding_links":[],"categories":["Tools"],"sub_categories":["Block Tools"],"readme":"# EditorJS Quote Block\n\nProvides a wider range of style-type quote blocks for [Editor.js](https://editorjs.io/). \n\nThis library was contributed to the [Awesome Editor.js repository](https://github.com/editor-js/awesome-editorjs).  \n\n## Preview\n\n![Quote Block Preview](assets/gifs/preview.gif)\n\n## Installation\n\nGet the package:\n\n```bash\nyarn add @cychann/editorjs-quote\n```\n\nInclude module in your application:\n\n```javascript\nimport Quote from \"@cychann/editorjs-quote\";\n```\n\n## Usage\n\nAdd a new Tool to the tools property of the Editor.js initial config.\n\n```javascript\nconst editor = new EditorJS({\n  holder: \"editor\",\n  tools: {\n    quote: {\n      class: Quote,\n      config: {\n        defaultType: \"quotationMark\",\n      },\n      shortcut: \"CMD+SHIFT+O\",\n    },\n  },\n});\n```\n\n### Configuration Options\n\n- **defaultType**: The default type of the quote block. Possible values are:\n  - `quotationMark`: Uses the quotation mark icon. (Default)\n  - `verticalLine`: Uses a vertical line style.\n  - `boxed`: Uses a boxed style.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcychann%2Feditorjs-quote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcychann%2Feditorjs-quote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcychann%2Feditorjs-quote/lists"}