{"id":13773971,"url":"https://github.com/DennisSuitters/summernote-video-attributes","last_synced_at":"2025-05-11T06:31:43.314Z","repository":{"id":47139617,"uuid":"75035226","full_name":"DennisSuitters/summernote-video-attributes","owner":"DennisSuitters","description":"Adds Button to Insert Video URL's and Player Options","archived":false,"fork":false,"pushed_at":"2024-03-07T03:03:38.000Z","size":31,"stargazers_count":12,"open_issues_count":2,"forks_count":24,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T11:05:28.776Z","etag":null,"topics":["addon","attributes","plugin","summernote","summernote-plugins","summernote-video-attributes","toolbar","video","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-29T02:35:49.000Z","updated_at":"2024-03-26T11:40:39.000Z","dependencies_parsed_at":"2024-08-03T17:18:04.937Z","dependency_job_id":null,"html_url":"https://github.com/DennisSuitters/summernote-video-attributes","commit_stats":null,"previous_names":["dennissuitters/summernote-video-attributes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-video-attributes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-video-attributes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-video-attributes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-video-attributes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DennisSuitters","download_url":"https://codeload.github.com/DennisSuitters/summernote-video-attributes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253528362,"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","attributes","plugin","summernote","summernote-plugins","summernote-video-attributes","toolbar","video","wysiwyg"],"created_at":"2024-08-03T17:01:22.429Z","updated_at":"2025-05-11T06:31:43.065Z","avatar_url":"https://github.com/DennisSuitters.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Formatting"],"readme":"# summernote-video-attributes\nA plugin for the [Summernote](https://github.com/summernote/summernote/) WYSIWYG editor.\n\nAdds a button to the Summernote Toolbar that allows editing video service settings and some embedding attribute.\n\n### Installation\n\n#### 1. Include JS\n\nInclude the following code after Summernote:\n\n```html\n\u003cscript src=\"summernote-video-attributes.js\"\u003e\u003c/script\u003e\n```\n\n#### 2. Supported languages\n\nCurrently available in English.\n\n#### 3. Summernote options\n\nFinally, customize the Summernote image popover.\n\n```javascript\n$(document).ready(function() {\n    $('#summernote').summernote({\n        toolbar:[\n            ... Your other toolbar options\n            ['insert',['videoAttributes','media','link','hr']],\n            ... Your other toolbar options\n    ]\n    });\n});\n```\n\n#### 4. summernote-video-attributesoptions\n- showVideoSize [boolean]:  the video size selection\n- showVideoAlignment [boolean]: shows the alignment options\n- showSuggestedVideos [boolean]: shows the checkbox for suggested videos\n- showPlayerControls [boolean]: shows the checkbox for player controls\n- showAutoplay [boolean]: shows the checkbox for autoplay\n- showLoop [boolean]: shows the checkbox for playing in a loop\n- videoUrls [list of strings]: instead of allowing the user to enter the video URLs, you can preset the options of the URL value so the user can only choose from this list. A potential usage is to allow user to select from a list of stored assets.\n\n#### 5. 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-video-attributes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDennisSuitters%2Fsummernote-video-attributes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDennisSuitters%2Fsummernote-video-attributes/lists"}