{"id":13773601,"url":"https://github.com/easylogic/gnuboard5-summernote","last_synced_at":"2025-07-22T20:04:24.546Z","repository":{"id":32220691,"uuid":"35794641","full_name":"easylogic/gnuboard5-summernote","owner":"easylogic","description":"그누보드5 를 위한 Summernote 에디터 플러그인 ","archived":false,"fork":false,"pushed_at":"2016-01-22T02:40:29.000Z","size":246,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-13T22:29:32.893Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easylogic.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":"2015-05-18T03:25:49.000Z","updated_at":"2021-05-11T21:09:13.000Z","dependencies_parsed_at":"2022-08-29T01:40:36.516Z","dependency_job_id":null,"html_url":"https://github.com/easylogic/gnuboard5-summernote","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/easylogic/gnuboard5-summernote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fgnuboard5-summernote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fgnuboard5-summernote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fgnuboard5-summernote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fgnuboard5-summernote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easylogic","download_url":"https://codeload.github.com/easylogic/gnuboard5-summernote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fgnuboard5-summernote/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266563915,"owners_count":23948689,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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:17.751Z","updated_at":"2025-07-22T20:04:24.520Z","avatar_url":"https://github.com/easylogic.png","language":"JavaScript","funding_links":[],"categories":["Connectors"],"sub_categories":[],"readme":"# gnuboard5-summernote\n그누보드5 를 위한 Summernote 에디터 플러그인 \n\nbootstrap 을 사용하는 위지윅 에디터를 gnuboard 플러그인 형태로 구성하였습니다. \n\n## 플러그인 적용 \n\n* 다운로드 : https://github.com/easylogic/gnuboard5-summernote/archive/master.zip\n* git clone : https://github.com/easylogic/gnuboard5-summernote.git \n\n두가지 형태로 소스를 받은 후에 \n\ngnuboard 의  `plugin/editor/` 디렉토리에 넣어주세요. \n \n## 플러그인 사용 \n\n[관리자 모드 \u003e 환경 설정 \u003e 기본 환경 설정] 메뉴의   [홈페이지 기본환경 설정 \u003e  에디터 선택] 에서 summernote 를 선택해주세요. \n\n\n## auto save 적용하기 \n\n* gnuboard v5.1.2 부터는 auto  save 설정없이 사용하실 수 있습니다. \n* 그 이하 버전에서는 아래 절차를 따라 주세요. \n\nauto save 를 적용 하기 위해서는 하드 코딩이 필요합니다. \n\n일단 /js/autosave.js 를 열어서 아래 2가지를 추가 해주세요. \n\n```javascript\nfunction autosave () {\n    ... \n      // summernote data 설정 \n      } else if (g5_editor.indexOf(\"summernote\") != -1 ) {\n            this.wr_content.value = $(\"#wr_content\").code();\n     }\n   ...\n}\n\n// autosave 내용 로드 \n $(document).on( \"click\", \".autosave_load\", function(){\n    ... \n     // summernote 내용 로드 \n     } else if (g5_editor.indexOf(\"summernote\") != -1 ) {\n                $(\"#wr_content\").code(content);\n     }\n     ... \n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasylogic%2Fgnuboard5-summernote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasylogic%2Fgnuboard5-summernote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasylogic%2Fgnuboard5-summernote/lists"}