{"id":13773764,"url":"https://github.com/piranga8/summernote-case-converter","last_synced_at":"2025-05-11T06:30:40.216Z","repository":{"id":144043646,"uuid":"195873411","full_name":"piranga8/summernote-case-converter","owner":"piranga8","description":"Case converter plugin for summernote WYSIWYG editor","archived":false,"fork":false,"pushed_at":"2019-07-08T19:27:48.000Z","size":18,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-02-15T05:33:08.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piranga8.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":"2019-07-08T19:24:23.000Z","updated_at":"2019-07-08T19:27:50.000Z","dependencies_parsed_at":"2024-01-13T11:13:16.809Z","dependency_job_id":"c2d34e78-b8f9-4af4-8d0f-05d2de5479e6","html_url":"https://github.com/piranga8/summernote-case-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranga8%2Fsummernote-case-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranga8%2Fsummernote-case-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranga8%2Fsummernote-case-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranga8%2Fsummernote-case-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piranga8","download_url":"https://codeload.github.com/piranga8/summernote-case-converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225017838,"owners_count":17407837,"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":[],"created_at":"2024-08-03T17:01:19.904Z","updated_at":"2024-11-17T08:31:30.673Z","avatar_url":"https://github.com/piranga8.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Formatting"],"readme":"# summernote-case-converter\nCase converter plugin for the [Summernote](https://github.com/summernote/summernote/) WYSIWYG editor.\n\nAdds a button to the Toolbar with a dropdown in the Toolbar that allows case converting in any text in the editor.\n\nFunctions of this plugin:\n- Case convert between upper, lower, sentence and title case.\n\n### Installation\n\n#### 1. Include JS\n\nInclude the following code after including Summernote:\n\n```html\n\u003cscript src=\"summernote-case-converter.js\"\u003e\u003c/script\u003e\n```\n\n#### 2. Supported languages\nCurrently available in English and Spanish!\n\n#### 3. Summernote options\nFinally, customize the Summernote Toolbar.\n\n```javascript\n$(document).ready(function() {\n  $('#summernote').summernote({\n    toolbar:[\n      ['custom',['caseConverter']], // The button\n      ['style',['style']],\n      ['font',['bold','italic','underline','clear']],\n      ['fontname',['fontname']],\n      ['color',['color']],\n      ['para',['ul','ol','paragraph']],\n      ['height',['height']],\n      ['table',['table']],\n      ['insert',['media','link','hr']],\n      ['view',['fullscreen','codeview']],\n      ['help',['help']]\n    ]\n  });\n});\n```\n\n#### 4. Check out my Github page.\n- [Piranga8](https://github.com/piranga8/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiranga8%2Fsummernote-case-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiranga8%2Fsummernote-case-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiranga8%2Fsummernote-case-converter/lists"}