{"id":28244261,"url":"https://github.com/taiwbi/editorjs-advancedparagraph","last_synced_at":"2025-06-12T19:07:12.999Z","repository":{"id":219963811,"uuid":"537737732","full_name":"taiwbi/editorjs-advancedparagraph","owner":"taiwbi","description":"Paragraph tool with alignment and RTL support for Editorjs","archived":false,"fork":false,"pushed_at":"2024-08-07T06:41:50.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T08:15:27.787Z","etag":null,"topics":["editorjs-plugin","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taiwbi.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-09-17T07:51:16.000Z","updated_at":"2024-12-13T03:48:39.000Z","dependencies_parsed_at":"2024-01-30T16:44:51.232Z","dependency_job_id":"54356c4d-ce77-4634-b0f9-c02dea447f16","html_url":"https://github.com/taiwbi/editorjs-advancedparagraph","commit_stats":null,"previous_names":["taiwbi/editorjs-advancedparagraph"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taiwbi%2Feditorjs-advancedparagraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taiwbi%2Feditorjs-advancedparagraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taiwbi%2Feditorjs-advancedparagraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taiwbi%2Feditorjs-advancedparagraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taiwbi","download_url":"https://codeload.github.com/taiwbi/editorjs-advancedparagraph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taiwbi%2Feditorjs-advancedparagraph/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259101017,"owners_count":22805190,"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-plugin","javascript"],"created_at":"2025-05-19T08:13:25.060Z","updated_at":"2025-06-10T15:30:37.741Z","avatar_url":"https://github.com/taiwbi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced Paragraph for Editorjs\n\nParagraph tool with alignment and RTL support for [Editorjs](https://editorjs.io)\n\n## Installation\n\n### Install via npm\n\n`npm i --save @taiwbi/editorjs-advancedparagraph`\n\nIf you wish to use it on browser, I recommend to use [browserify](https://github.com/browserify/browserify)\n\n#### Install using browserify\n\nAfter installing the Advanced Paragraph and browserify package with npm run:\n\n`browserify -r @taiwbi/editorjs-advancedparagraph \u003e bundle.js`\n\nthen in your page do this:\n\n```html\n\u003cscript src=\"bundle.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  const AdvancedParagraph = require(\"@taiwbi/editorjs-advancedparagraph\");\n  /* ... */\n\u003c/script\u003e\n```\n\n## Usage\n\n```javascript\nconst editor = new EditorJS({\n  tools: {\n    paragraph: {\n      class: AdvancedParagraph,\n      inlineToolbar: true,\n    },\n  },\n});\n```\n\nIf you wish to keep default editorjs paragraph and have advanced paragraph beside:\n\n```javascript\nconst editor = new EditorJS({\n  tools: {\n    AdvancedParagraph: {\n      class: AdvancedParagraph,\n      inlineToolbar: true,\n    },\n  },\n});\n```\n\nif you use [editorjs-html](https://github.com/pavittarx/editorjs-html) you can use built-in parser\n\n```javascript\nconst edjsParser = edjsHTML({\n  paragraph: AdvancedParagraph.AdvancedParagraphParser /*, ...*/,\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaiwbi%2Feditorjs-advancedparagraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaiwbi%2Feditorjs-advancedparagraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaiwbi%2Feditorjs-advancedparagraph/lists"}