{"id":13774362,"url":"https://github.com/wubin1989/summernote-ace-plugin","last_synced_at":"2025-04-12T03:32:31.501Z","repository":{"id":58227257,"uuid":"57474084","full_name":"wubin1989/summernote-ace-plugin","owner":"wubin1989","description":null,"archived":false,"fork":false,"pushed_at":"2016-05-05T05:57:04.000Z","size":4128,"stargazers_count":10,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-14T11:06:28.588Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wubin1989.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-01T03:24:44.000Z","updated_at":"2023-03-28T16:09:38.000Z","dependencies_parsed_at":"2022-08-31T06:51:22.612Z","dependency_job_id":null,"html_url":"https://github.com/wubin1989/summernote-ace-plugin","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/wubin1989%2Fsummernote-ace-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wubin1989%2Fsummernote-ace-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wubin1989%2Fsummernote-ace-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wubin1989%2Fsummernote-ace-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wubin1989","download_url":"https://codeload.github.com/wubin1989/summernote-ace-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248512630,"owners_count":21116648,"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:26.011Z","updated_at":"2025-04-12T03:32:31.467Z","avatar_url":"https://github.com/wubin1989.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Syntax"],"readme":"# summernote-ace-plugin\nsummernote plugin for ace editor\n\n## Setup\n * Include summernote project script\n * Include ace from https://github.com/ajaxorg/ace-builds/\n * Include the script tag below in your document\n```HTML\n\u003cscript src=\"yourfolder/dist/summernote-ace-plugin.min.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n * Configuration summernote toolbar\n```javascript\n$('#summernote').summernote({\n    // ace options\n\tace: {\n\t\taceTheme: 'ace/theme/dawn',\n\t\taceMode: 'c_cpp',\n\t\taceLineHeight: '32px',\n\t\taceFontSize: '16px',\n\t\taceModeSelectorLabel: 'select your language',\n\t\taceCodeInputAreaLabel: 'input your code',\n\t\taceCodeSubmitBtnLabel: 'Insert',\n\t\taceModalTitle: 'Insert Code',\n\t\taceModes: [\n\t\t\t'c/c++', 'java', 'javascript', 'perl', 'python', 'php', 'ruby',\n\t\t\t'sh', 'golang', 'julia', 'rust', 'scala', 'haskell', 'lisp', 'lua', 'sql',\n\t\t\t'coffee', 'typescript'\n\t\t],\n\t},\n\ttoolbar: [\n\t\t['myplugin', ['aceCodeEditor']]\n\t],\n});\n```\n\n## Demo\n * git clone git@github.com:wubin1989/summernote-ace-plugin.git\n * cd summernote-ace-plugin\n * bower install\n * open command line, type: open demo/index.html\n\n## Contacts\n* Email: 328454505@qq.com\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwubin1989%2Fsummernote-ace-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwubin1989%2Fsummernote-ace-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwubin1989%2Fsummernote-ace-plugin/lists"}