{"id":13773700,"url":"https://github.com/trinhtam/summernote-emoji","last_synced_at":"2025-05-11T06:30:32.937Z","repository":{"id":45502548,"uuid":"112717442","full_name":"trinhtam/summernote-emoji","owner":"trinhtam","description":"Summernote emoji plugin","archived":false,"fork":false,"pushed_at":"2019-10-18T15:06:56.000Z","size":3364,"stargazers_count":24,"open_issues_count":3,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-02-14T03:31:46.151Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trinhtam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-01T08:56:00.000Z","updated_at":"2024-02-14T03:31:46.152Z","dependencies_parsed_at":"2022-07-15T09:17:03.412Z","dependency_job_id":null,"html_url":"https://github.com/trinhtam/summernote-emoji","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/trinhtam%2Fsummernote-emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinhtam%2Fsummernote-emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinhtam%2Fsummernote-emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinhtam%2Fsummernote-emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinhtam","download_url":"https://codeload.github.com/trinhtam/summernote-emoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225017821,"owners_count":17407832,"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:19.144Z","updated_at":"2024-11-17T08:31:27.308Z","avatar_url":"https://github.com/trinhtam.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Emojis"],"readme":"# summernote-emoji\nSummernote emoji plugin\n\n![Screen Shot](https://tamit.info/plugins/summernote-emoji/example/ScreenShot.png)\n\n**Demo** https://tamit.info/plugins/summernote-emoji/example\n# Installation \u0026 Usage:\nIn your ```\u003chead\u003e``` section, add the following stylesheet links. Adjust the lib/css path to match yours.\n```\n\u003clink href=\"tam-emoji/css/emoji.css\" rel=\"stylesheet\"\u003e\n```\nThe end of your ```\u003cbody\u003e``` section, add the following JavaScript links. This library depends on jQuery, so jQuery must also be included, before these scripts are run. Once again, adjust the tam-emoji/js path to match yours.\n```\n  \u003cscript src=\"tam-emoji/js/config.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"tam-emoji/js/tam-emoji.min.js\"\u003e\u003c/script\u003e\n```\nBefore add ```emoji``` to summernote toolbar.\n\n# Example\n```\n\u003ctextarea id=\"summernote\"\u003e\u003c/textarea\u003e\n```\n```\n$('#summernote').summernote({\n  toolbar: [\n\t\ttoolbar: [\n            ['insert', ['emoji']],\n            ['tool', ['undo', 'redo', 'codeview']]\n        ]\n\t]\n});\n```\n\n# Configuring Options\n```\n# Emoji Button\ndocument.emojiButton = 'fas fa-smile'; // default: fa fa-smile-o\n\n#The Emoji selector to input Unicode characters instead of images\ndocument.emojiType = 'unicode'; // default: image\n\n#Relative path to emojis\ndocument.emojiSource = 'tam-emoji/img';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinhtam%2Fsummernote-emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinhtam%2Fsummernote-emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinhtam%2Fsummernote-emoji/lists"}