{"id":13774378,"url":"https://github.com/semplon/summernote-ext-codewrapper","last_synced_at":"2025-10-08T03:21:23.501Z","repository":{"id":151731181,"uuid":"67308596","full_name":"semplon/summernote-ext-codewrapper","owner":"semplon","description":"Code Wrapper for Summernote Editor","archived":false,"fork":false,"pushed_at":"2016-09-03T20:58:45.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T13:59:44.334Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semplon.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":"2016-09-03T19:45:30.000Z","updated_at":"2023-12-18T04:27:27.000Z","dependencies_parsed_at":"2023-09-09T01:49:20.872Z","dependency_job_id":null,"html_url":"https://github.com/semplon/summernote-ext-codewrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/semplon/summernote-ext-codewrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semplon%2Fsummernote-ext-codewrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semplon%2Fsummernote-ext-codewrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semplon%2Fsummernote-ext-codewrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semplon%2Fsummernote-ext-codewrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semplon","download_url":"https://codeload.github.com/semplon/summernote-ext-codewrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semplon%2Fsummernote-ext-codewrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270771496,"owners_count":24642327,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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:26.164Z","updated_at":"2025-10-08T03:21:18.443Z","avatar_url":"https://github.com/semplon.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Syntax"],"readme":"# Summernote Codewrapper Extension\nCode Wrapper for Summernote Editor, this will wrap your code into one part. Not like the default code styler by summernote.\n\n## WHY ?\nI made this plugin because the default Summernote had is not wrap the code into one part when using summernote's code styler. It will break into paragraph. And when the code is long, we had to edit it manually. \n\nWhen copying and paste the code, summernote can wrap html code but not the others. \n\nsee videos for the demo\n\nhttps://www.youtube.com/watch?v=TTUgPvp6DQs\n\n## Installation\ncall your plugin script after summernote \n\n```html\n\u003cscript src=\"http://path.to/your/summernote-ext-codewrapper.min.js\"\u003e\u003c/script\u003e\n```\n\nload the summernote \n```js\n$(document).ready(function() {\n     $('.editor').summernote({\n         height: 300,\n         toolbar: [\n                 ['insert', ['gxcode']]\n             ]\n     });\n }\n```\n\n## License\n**MIT License**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemplon%2Fsummernote-ext-codewrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemplon%2Fsummernote-ext-codewrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemplon%2Fsummernote-ext-codewrapper/lists"}