{"id":13774132,"url":"https://github.com/maiyaporn/summernote-map-plugin","last_synced_at":"2025-04-12T02:38:54.600Z","repository":{"id":58229795,"uuid":"60583292","full_name":"maiyaporn/summernote-map-plugin","owner":"maiyaporn","description":"Google Maps Plugin for Summernote","archived":false,"fork":false,"pushed_at":"2016-07-08T03:10:06.000Z","size":20,"stargazers_count":12,"open_issues_count":3,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T02:38:46.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://maiyaporn.github.io/summernote-map-plugin/","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/maiyaporn.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":"2016-06-07T04:55:53.000Z","updated_at":"2024-10-25T14:42:15.000Z","dependencies_parsed_at":"2022-08-31T09:21:32.150Z","dependency_job_id":null,"html_url":"https://github.com/maiyaporn/summernote-map-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiyaporn%2Fsummernote-map-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiyaporn%2Fsummernote-map-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiyaporn%2Fsummernote-map-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiyaporn%2Fsummernote-map-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maiyaporn","download_url":"https://codeload.github.com/maiyaporn/summernote-map-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248507207,"owners_count":21115556,"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:24.029Z","updated_at":"2025-04-12T02:38:54.577Z","avatar_url":"https://github.com/maiyaporn.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Insert"],"readme":"# summernote-map-plugin\n\nThis is a plugin for adding map to [Summernote WYSIWYG] editor. It allows users to search for places with autocomplete (Google Places API) and add an embed map of the selected place to editor.\n\n## Demo\n\n\u003ca href=\"http://maiyaporn.github.io/summernote-map-plugin/\" target=\"_blank\"\u003eSummernote-map-plugin\u003c/a\u003e\n\n\n## Installation\n\nInclude a plugin script along with Summernote\n\n    \u003c!-- include jquery --\u003e\n    \u003cscript src=\"http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.js\"\u003e\u003c/script\u003e\n\n    \u003c!-- include Bootstrap and fontawesome--\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css\" /\u003e\n    \u003cscript type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.min.js\"\u003e\u003c/script\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css\" /\u003e\n\n    \u003c!-- include summernote css/js--\u003e\n    \u003clink rel=\"stylesheet\" href=\"http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.1/summernote.css\"\u003e\n    \u003cscript type=\"text/javascript\" src=\"http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.1/summernote.js\"\u003e\u003c/script\u003e\n\n    \u003c!-- include summernote plugin--\u003e\n    \u003cscript type=\"text/javascript\" src=\"summernote-map-plugin.js\"\u003e\u003c/script\u003e\n\n\nNote:\n  If google maps api is not already in your application, the plugin will load the script automatically with your apiKey.\n\n## Configuration\n\nTo enable map button in toolbar, you need to add 'map' in toolbar options when initialize summernote. Also, you can provide your apiKey along with other config for the map.\n\n    \u003cscript type=\"text/javascript\"\u003e\n      $('#summernote').summernote({\n        map: {\n            apiKey: 'GOOGLE_MAP_API_BROWSER_KEY',\n            // This will be used when map is initialized in the dialog.\n            center: {\n              lat: -33.8688,\n              lng: 151.2195\n            },\n            zoom: 13\n        },\n        toolbar: [\n            ['insert',  'map']]\n        ]\n      });\n    \u003c/script\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaiyaporn%2Fsummernote-map-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaiyaporn%2Fsummernote-map-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaiyaporn%2Fsummernote-map-plugin/lists"}