{"id":13770251,"url":"https://github.com/maziyank/editorjs-change-case","last_synced_at":"2025-06-23T12:07:50.962Z","repository":{"id":57219614,"uuid":"380762693","full_name":"maziyank/editorjs-change-case","owner":"maziyank","description":"Change Case Inline Tool for the Editor.js.","archived":false,"fork":false,"pushed_at":"2023-12-15T21:43:44.000Z","size":101,"stargazers_count":15,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-11T03:36:06.092Z","etag":null,"topics":["change-case","editorjs","editorjs-plugin","inline"],"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/maziyank.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}},"created_at":"2021-06-27T14:37:48.000Z","updated_at":"2024-12-12T23:03:16.000Z","dependencies_parsed_at":"2024-01-06T20:54:37.436Z","dependency_job_id":null,"html_url":"https://github.com/maziyank/editorjs-change-case","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"dcdc57c9a52023b701a4ded06d9298bf09ff67fe"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maziyank/editorjs-change-case","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maziyank%2Feditorjs-change-case","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maziyank%2Feditorjs-change-case/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maziyank%2Feditorjs-change-case/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maziyank%2Feditorjs-change-case/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maziyank","download_url":"https://codeload.github.com/maziyank/editorjs-change-case/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maziyank%2Feditorjs-change-case/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261475844,"owners_count":23164061,"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":["change-case","editorjs","editorjs-plugin","inline"],"created_at":"2024-08-03T17:00:35.601Z","updated_at":"2025-06-23T12:07:45.943Z","avatar_url":"https://github.com/maziyank.png","language":"JavaScript","funding_links":[],"categories":["Tools"],"sub_categories":["Inline Tools"],"readme":"![](https://badgen.net/badge/Editor.js/v2.0/blue)\n\n# Change Case Inline Tool\n\nChange Case Tool for the [Editor.js](https://editorjs.io).\n\n![](assets/example.gif)\n\n## Installation\n\n### Install via NPM\n\nGet the package\n\n```shell\nnpm i --save-dev editorjs-change-case\n```\n\nOR \n\n\n```shell\nyarn add editorjs-change-case\n```\n\nInclude module at your application\n\n```javascript\nimport ChangeCase from 'editorjs-change-case';\n```\n\n## Usage\n\nAdd a new Tool to the `tools` property of the Editor.js initial config.\nThe locale parameter used to convert according to locale-specific case mappings.\n\n```javascript\nvar editor = EditorJS({  \n  tools: {\n    changeCase: {\n      class: ChangeCase,\n      config: {\n        showLocaleOption: true, // enable locale case options\n        locale: 'tr' // or ['tr', 'TR', 'tr-TR']\n      }\n    }\n  }\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaziyank%2Feditorjs-change-case","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaziyank%2Feditorjs-change-case","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaziyank%2Feditorjs-change-case/lists"}