{"id":13773852,"url":"https://github.com/asiffermann/summernote-image-title","last_synced_at":"2025-03-25T07:30:55.888Z","repository":{"id":53080130,"uuid":"55102946","full_name":"asiffermann/summernote-image-title","owner":"asiffermann","description":"Summernote plugin to edit an image title and alt attributes","archived":false,"fork":false,"pushed_at":"2021-10-27T08:52:28.000Z","size":46,"stargazers_count":25,"open_issues_count":0,"forks_count":25,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T23:11:21.318Z","etag":null,"topics":["image","picture","summernote","title"],"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/asiffermann.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-03-30T22:44:57.000Z","updated_at":"2023-05-15T12:44:53.000Z","dependencies_parsed_at":"2022-08-29T19:00:21.544Z","dependency_job_id":null,"html_url":"https://github.com/asiffermann/summernote-image-title","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asiffermann%2Fsummernote-image-title","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asiffermann%2Fsummernote-image-title/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asiffermann%2Fsummernote-image-title/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asiffermann%2Fsummernote-image-title/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asiffermann","download_url":"https://codeload.github.com/asiffermann/summernote-image-title/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222047300,"owners_count":16922182,"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":["image","picture","summernote","title"],"created_at":"2024-08-03T17:01:20.867Z","updated_at":"2024-10-29T12:40:26.923Z","avatar_url":"https://github.com/asiffermann.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Formatting"],"readme":"# summernote-image-title\nA plugin for the [Summernote](https://github.com/summernote/summernote/) WYSIWYG editor.\n\nAdds a button to the image popover to edit title and alt attributes.\n\n[![npm version](https://badge.fury.io/js/summernote-image-title.svg)](http://badge.fury.io/js/summernote-image-title)\n[![Bower version](https://badge.fury.io/bo/summernote-image-title.svg)](https://badge.fury.io/bo/summernote-image-title)\n\n### Installation\n\n#### 1. Include JS\n\nThis plugin is available on NPM or Bower:\n\n```\nnpm install summernote-image-title --save\n```\n\n```\nbower install summernote-image-title --save\n```\n\nInclude the following code after Summernote:\n\n```html\n\u003cscript src=\"summernote-image-title.js\"\u003e\u003c/script\u003e\n```\n\n#### 2. Supported languages\n\nCurrently available in:\n- English\n- French\n- Korean (thanks to [@lqez](https://github.com/lqez) and [@pincoin](https://github.com/pincoin))\n- Portuguese (thanks to [@parg-programador](https://github.com/parg-programador))\n- Spanish (thanks to Cristian from [Websfrits.com](http://www.websfrits.com/))\n- Català (thanks to Cristian from [Websfrits.com](http://www.websfrits.com/))\n- German (thanks to [@osworx](https://github.com/osworx))\n- Russian (thanks to [@anton-z](https://github.com/anton-z))\n- Dutch (thanks to [MysticEarth](https://github.com/MysticEarth))\n- Thai (thanks to [@pincoin](https://github.com/pincoin))\n- Japanese (thanks to [@cmonos](https://github.com/cmonos))\n- Traditional Chinese (thanks to [@SuYiLun41](https://github.com/SuYiLun41))\n- Arabic (thanks to [@abdulrahman19](https://github.com/abdulrahman19))\n- Persian (thanks to [@kiaksarg](https://github.com/kiaksarg))\n- Romanian (thanks to [@totpero](https://github.com/totpero))\n- Turkish (thanks to [@beratkara](https://github.com/beratkara))\n\nContributions are welcomed!\n\n#### 3. Summernote options\n\nFinally, customize the Summernote image popover.\nYou can choose if you want to edit the alt attribute specifically or not with the option `specificAltField`:\n\n```javascript\n$(document).ready(function() {\n    $('#summernote').summernote({\n        imageTitle: {\n          specificAltField: true,\n        },\n        lang: 'fr-FR',\n        popover: {\n            image: [\n                ['image', ['resizeFull', 'resizeHalf', 'resizeQuarter', 'resizeNone']],\n                ['float', ['floatLeft', 'floatRight', 'floatNone']],\n                ['remove', ['removeMedia']],\n                ['custom', ['imageTitle']],\n            ],\n        },\n    });\n});\n```\n\n### Example\n\nYou can see working pens here:\n- [Summernote 0.8.18 / Bootstrap 3.4.1](http://codepen.io/asiffermann/pen/EKvMMm?editors=1010)\n- [Summernote 0.8.18 / Bootstrap 4.6.0](http://codepen.io/asiffermann/pen/XorJOB?editors=1010)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasiffermann%2Fsummernote-image-title","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasiffermann%2Fsummernote-image-title","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasiffermann%2Fsummernote-image-title/lists"}