{"id":13770196,"url":"https://github.com/hata6502/editorjs-inline","last_synced_at":"2025-04-23T02:48:38.855Z","repository":{"id":38172806,"uuid":"286484238","full_name":"hata6502/editorjs-inline","owner":"hata6502","description":"Inline-Editor.js Tool for Editor.js","archived":false,"fork":false,"pushed_at":"2023-02-04T10:24:15.000Z","size":1559,"stargazers_count":38,"open_issues_count":13,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-23T02:48:18.657Z","etag":null,"topics":["codex","editor","editorjs","inline","tool"],"latest_commit_sha":null,"homepage":"https://hata6502.github.io/editorjs-inline/","language":"TypeScript","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/hata6502.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["hata6502"]}},"created_at":"2020-08-10T13:33:50.000Z","updated_at":"2025-04-02T23:10:35.000Z","dependencies_parsed_at":"2023-02-18T15:45:38.388Z","dependency_job_id":null,"html_url":"https://github.com/hata6502/editorjs-inline","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hata6502%2Feditorjs-inline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hata6502%2Feditorjs-inline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hata6502%2Feditorjs-inline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hata6502%2Feditorjs-inline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hata6502","download_url":"https://codeload.github.com/hata6502/editorjs-inline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250360249,"owners_count":21417717,"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":["codex","editor","editorjs","inline","tool"],"created_at":"2024-08-03T17:00:35.131Z","updated_at":"2025-04-23T02:48:38.834Z","avatar_url":"https://github.com/hata6502.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hata6502"],"categories":["Tools"],"sub_categories":["Inline Tools"],"readme":"\u003c!-- markdownlint-disable first-line-h1 --\u003e\n\u003ch1 align=\"center\"\u003eWelcome to editorjs-inline 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003ca href=\"https://www.npmjs.com/package/editorjs-inline\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/editorjs-inline.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/hata6502/editorjs-inline/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/hata6502\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: hata6502\" src=\"https://img.shields.io/twitter/follow/hata6502.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Inline-Editor.js Tool for Editor.js\n\n## 💡 Motivation\n\nEditor.js inline tools are need to control DOM directly,\nso they may be able to provide only simple functions.\nBy launching another Editor.js instance as inline element,\nexisting block tools can be reused as inline tool.\n\nI recommend to use it with [editorjs-inline-template](https://github.com/hata6502/editorjs-inline-template) and [editorjs-style](https://github.com/hata6502/editorjs-style).\n\nAlternative solution: [editorjs-layout](https://github.com/hata6502/editorjs-layout)\n\n### ✨ [Demo](https://hata6502.github.io/editorjs-inline/)\n\n![demo](https://user-images.githubusercontent.com/7702653/105579110-cc284b80-5dc7-11eb-939f-d8864b129ed8.gif)\n\n## Install\n\n### Install via yarn\n\n```sh\nyarn add editorjs-inline\n```\n\n### Load from CDN\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/editorjs-inline@latest\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\nPlease see [Demo HTML](https://github.com/hata6502/editorjs-inline/blob/master/docs/index.html).\n\n## Config params\n\nPlease see [EditorJSInlineToolConfig](https://github.com/hata6502/editorjs-inline/blob/master/src/window.ts).\n\n## Output data\n\nPlease see [Demo](https://hata6502.github.io/editorjs-inline/).\n\n## Build\n\n```sh\nyarn webpack\n```\n\n## Format\n\n```sh\nyarn fix\n```\n\n## Run tests\n\n```sh\nyarn test\n```\n\n## Author\n\n\u003cimg alt=\"hata6502\" src=\"https://avatars.githubusercontent.com/hata6502\" width=\"48\" /\u003e **Tomoyuki Hata \u003chato6502@gmail.com\u003e**\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/hata6502/editorjs-inline/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2020 [Tomoyuki Hata](https://github.com/hata6502).\u003cbr /\u003e\nThis project is [MIT](https://github.com/hata6502/editorjs-inline/blob/master/LICENSE) licensed.\n\n## Disclaimer\n\nThe following creations are included in this product:\n\n- [ionic-team/ionicons](https://github.com/ionic-team/ionicons/blob/master/LICENSE)\n\nPlease see also [DISCLAIMER.md](https://github.com/hata6502/editorjs-inline/blob/master/DISCLAIMER.md).\n\n---\n\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhata6502%2Feditorjs-inline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhata6502%2Feditorjs-inline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhata6502%2Feditorjs-inline/lists"}