{"id":13773951,"url":"https://github.com/DennisSuitters/summernote-text-manipulator","last_synced_at":"2025-05-11T06:31:42.648Z","repository":{"id":87646526,"uuid":"229360866","full_name":"DennisSuitters/summernote-text-manipulator","owner":"DennisSuitters","description":"Text Manipulation Plugin Summernote Plugin","archived":false,"fork":false,"pushed_at":"2020-08-07T08:23:35.000Z","size":6,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T05:46:10.747Z","etag":null,"topics":["plugin","summernote","text","wysiwyg"],"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/DennisSuitters.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-12-21T01:31:46.000Z","updated_at":"2021-09-03T16:49:12.000Z","dependencies_parsed_at":"2024-01-13T11:13:45.350Z","dependency_job_id":null,"html_url":"https://github.com/DennisSuitters/summernote-text-manipulator","commit_stats":null,"previous_names":["dennissuitters/summernote-text-manipulator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-text-manipulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-text-manipulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-text-manipulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-text-manipulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DennisSuitters","download_url":"https://codeload.github.com/DennisSuitters/summernote-text-manipulator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251864141,"owners_count":21656289,"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":["plugin","summernote","text","wysiwyg"],"created_at":"2024-08-03T17:01:22.248Z","updated_at":"2025-05-11T06:31:42.367Z","avatar_url":"https://github.com/DennisSuitters.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Formatting"],"readme":"# summernote-text-manipulator\nA plugin for the [Summernote](https://github.com/summernote/summernote/) WYSIWYG editor.\n\nAdds a dropdown to the Toolbar that contains various text manipulation options.\n\n### Installation\n\n#### 1. Include JS\n\nInclude the following code after including Summernote:\n\n```html\n\u003cscript src=\"summernote-text-manipulator.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"lang/[language-COUNTRY].js\"\u003e\u003c/script\u003e\n```\n\n#### 2. Supported languages\n\nSupported languages can be found in the `lang` folder, and should be included after the plugin, then setting the chosen language when initialising Summernote.\n\n#### 3. Summernote options\nFinally, customize the Summernote Toolbar.\n\n```javascript\n$(document).ready(function() {\n  $('#summernote').summernote({\n    toolbar:[\n      ['custom',['textManipulator']], // The dropdown\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    textManipulator:{\n      lang: 'en-US' // Change to your chosen language\n    }\n  });\n});\n```\n\n#### 4. Check out our other Summernote Plugins via our main Github page.\n- [Diemen Design](https://github.com/DiemenDesign/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDennisSuitters%2Fsummernote-text-manipulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDennisSuitters%2Fsummernote-text-manipulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDennisSuitters%2Fsummernote-text-manipulator/lists"}