{"id":13774293,"url":"https://github.com/DennisSuitters/summernote-seo","last_synced_at":"2025-05-11T06:32:42.568Z","repository":{"id":87646533,"uuid":"60969789","full_name":"DennisSuitters/summernote-seo","owner":"DennisSuitters","description":"Summernote Plugin to Extract Keywords with options of where to place them.","archived":false,"fork":false,"pushed_at":"2018-02-16T01:41:59.000Z","size":21,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T11:05:29.091Z","etag":null,"topics":["addon","captions","description","extract-keywords","keywords","plugin","seo","summernote","summernote-plugins","summernote-seo","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":"2016-06-12T13:55:56.000Z","updated_at":"2025-03-18T02:51:45.000Z","dependencies_parsed_at":"2024-01-13T11:57:41.505Z","dependency_job_id":null,"html_url":"https://github.com/DennisSuitters/summernote-seo","commit_stats":null,"previous_names":["dennissuitters/summernote-seo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-seo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-seo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-seo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisSuitters%2Fsummernote-seo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DennisSuitters","download_url":"https://codeload.github.com/DennisSuitters/summernote-seo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252940934,"owners_count":21828769,"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","captions","description","extract-keywords","keywords","plugin","seo","summernote","summernote-plugins","summernote-seo","wysiwyg"],"created_at":"2024-08-03T17:01:25.429Z","updated_at":"2025-05-11T06:32:42.353Z","avatar_url":"https://github.com/DennisSuitters.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Misc"],"readme":"# summernote-seo\nA plugin for the [Summernote](https://github.com/summernote/summernote/) WYSIWYG editor.\n\nsummernote-seo Extracts Keywords, Captions (Highlighted), and Descriptions (Highlighted) from the Editor Text, then places them in the chosen Element, either an Input Field, or HTML Area.\n\n### Installation\n\n#### 1. Include JS\n\nInclude the following code after Summernote:\n\n```html\n\u003cscript src=\"summernote-seo.js\"\u003e\u003c/script\u003e\n```\n\n#### 2. Supported languages\n\nCurrently available in English!\n\n#### 3. Summernote options\n\n````javascript\n$('.summernote').summernote({\n    toolbar:[\n        ['seo',['seo']], // 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    seo:{\n        el:'.summernote', // Element ID or Class used to Initialise Summernote.\n        notTime:2400, // Time to display Notifications.\n        keyEl:'#seoKeywords', // ID or Class of the Target Element to place Keywords.\n        capEl:'#seoCaption', // ID or Class of the Target Element to place Caption.\n        desEl:'#seoDescription', // ID or Class of the Target Element to place Description.\n        triggerInput:true, // Set this to True if like me you use AJAX to update single fields\n        action:'replace', // replace|append Replace or Append Content.\n        successClass:'alert alert-success',\n        errorClass:'alert alert-danger',\n        autoClose:false, // Set to True to Auto Close Notifications\n        icon:'\u003ci class=\"note-icon\"\u003e[Your Icon]\u003c/i\u003e \u003cspan class=\"caret\"\u003e\u003c/span\u003e',\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\n#### Thanks:\n- To the Coder that wrote the Keyword Extraction Javascript. I can't remember where I got it from.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDennisSuitters%2Fsummernote-seo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDennisSuitters%2Fsummernote-seo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDennisSuitters%2Fsummernote-seo/lists"}