{"id":13774313,"url":"https://github.com/DennisSuitters/summernote-text-findnreplace","last_synced_at":"2025-05-11T06:32:49.539Z","repository":{"id":65500008,"uuid":"80791121","full_name":"DennisSuitters/summernote-text-findnreplace","owner":"DennisSuitters","description":"Summernote Plugin that Adds Find and Replace area in the Toolbar.","archived":false,"fork":false,"pushed_at":"2023-02-11T13:50:18.000Z","size":161,"stargazers_count":10,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-01T11:05:31.688Z","etag":null,"topics":["addon","android","find","replace","summernote","summernote-plugins","text","toolbar","wysiwyg"],"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/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":"2017-02-03T02:43:51.000Z","updated_at":"2023-03-28T10:05:12.000Z","dependencies_parsed_at":"2024-01-13T11:57:44.502Z","dependency_job_id":"f6b619a5-a783-4868-9782-ddec42059e33","html_url":"https://github.com/DennisSuitters/summernote-text-findnreplace","commit_stats":null,"previous_names":["dennissuitters/summernote-text-findnreplace","diemendesign/summernote-text-findnreplace"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-text-findnreplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-text-findnreplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-text-findnreplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-text-findnreplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DennisSuitters","download_url":"https://codeload.github.com/DennisSuitters/summernote-text-findnreplace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253528399,"owners_count":21922623,"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":["addon","android","find","replace","summernote","summernote-plugins","text","toolbar","wysiwyg"],"created_at":"2024-08-03T17:01:25.567Z","updated_at":"2025-05-11T06:32:49.274Z","avatar_url":"https://github.com/DennisSuitters.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Misc"],"readme":"# summernote-text-findnreplace\nA plugin for the [Summernote](https://github.com/summernote/summernote/) WYSIWYG editor.\n\nAdds a button to the Toolbar that adds an area to the Toolbar that allows Find and Replace text in the editor.\n\nHere are the functions you can do with this plugin:\n- Find text in the editor area.\n- Selecting text before opening the plugin will copy the selected text into the find field.\n- Selecting text after opening the plugin will replace the selection with text entered in the replace field.\n- Feedback is displayed in the Toolbar area.\n\n![summernote-text-findnreplace](summernote-text-findnreplace.png)\n\n### Installation\n\n#### 1. Include JS\n\nInclude the following code after including Summernote:\n\n```html\n\u003cscript src=\"summernote-text-findnreplace.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',['findnreplace']], // 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    findnreplace:{\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-findnreplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDennisSuitters%2Fsummernote-text-findnreplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDennisSuitters%2Fsummernote-text-findnreplace/lists"}