{"id":13773904,"url":"https://github.com/virtser/summernote-rtl-plugin","last_synced_at":"2025-05-11T06:31:44.360Z","repository":{"id":51334460,"uuid":"59559990","full_name":"virtser/summernote-rtl-plugin","owner":"virtser","description":"Summernote RTL plugin/extension","archived":false,"fork":false,"pushed_at":"2018-09-06T14:50:28.000Z","size":5,"stargazers_count":22,"open_issues_count":5,"forks_count":32,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-02-14T05:35:07.486Z","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/virtser.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}},"created_at":"2016-05-24T09:35:25.000Z","updated_at":"2024-02-14T05:35:07.487Z","dependencies_parsed_at":"2022-08-26T09:42:37.855Z","dependency_job_id":null,"html_url":"https://github.com/virtser/summernote-rtl-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/virtser%2Fsummernote-rtl-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtser%2Fsummernote-rtl-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtser%2Fsummernote-rtl-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtser%2Fsummernote-rtl-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtser","download_url":"https://codeload.github.com/virtser/summernote-rtl-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225021907,"owners_count":17408513,"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:21.500Z","updated_at":"2024-11-17T09:30:23.977Z","avatar_url":"https://github.com/virtser.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Formatting"],"readme":"# summernote-rtl-plugin\nSummernote RTL plugin/extension to be used with Super simple WYSIWYG editor - http://summernote.org\n\nThis extensions allows to add two new buttons to Summernote editor toolbar. \nThose buttons let user change text direction to either LTR (left to right) or RTL (right to left).\nThis is especially useful in right to left languages like Hebrew or Arabic.\n\nNote: developed and tested with Summernote v0.7.3\n\n## How to use it\n\n* Include the summernote-ext-rtl.js script file along with summernote editor in your html file.\n\n```\u003cscript src=\"scripts/libs/summernote-ext-rtl.js\"\u003e\u003c/script\u003e```\n\n* Add *['insert',['ltr','rtl']]* setting into your summernote toolbar options like this:\n```\nvar options =  {\n  height: 300,                \n  placeholder: 'Start typing your text...',\n  toolbar: [\n      ['style', ['bold', 'italic', 'underline', 'clear']],\n      ['fontsize', ['fontsize']],\n      ['color', ['color']],\n      ['para', ['ul', 'ol', 'paragraph']],\n      ['insert',['ltr','rtl']],\n      ['insert', ['link','picture', 'video', 'hr']],\n      ['view', ['fullscreen', 'codeview']]\n  ]\n};\nsummernote.summernote(options);\n```\n\nEnjoy and start using it. ;)\n\n![](http://i.imgur.com/9ajdjdn.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtser%2Fsummernote-rtl-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtser%2Fsummernote-rtl-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtser%2Fsummernote-rtl-plugin/lists"}