{"id":13773541,"url":"https://github.com/easylogic/svelte-summernote","last_synced_at":"2025-06-16T15:11:03.788Z","repository":{"id":52295559,"uuid":"248756244","full_name":"easylogic/svelte-summernote","owner":"easylogic","description":"Svelte extension for summernote","archived":false,"fork":false,"pushed_at":"2021-05-01T01:28:58.000Z","size":2894,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T08:25:47.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://svelte-summernote.easylogic.studio","language":"Svelte","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":"2020-03-20T12:59:57.000Z","updated_at":"2023-01-08T20:47:54.000Z","dependencies_parsed_at":"2022-09-12T12:21:18.562Z","dependency_job_id":null,"html_url":"https://github.com/easylogic/svelte-summernote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/easylogic/svelte-summernote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fsvelte-summernote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fsvelte-summernote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fsvelte-summernote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fsvelte-summernote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easylogic","download_url":"https://codeload.github.com/easylogic/svelte-summernote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fsvelte-summernote/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260022913,"owners_count":22947255,"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:16.922Z","updated_at":"2025-06-16T15:11:03.765Z","avatar_url":"https://github.com/easylogic.png","language":"Svelte","funding_links":[],"categories":["Connectors"],"sub_categories":[],"readme":"# svelte-summernote\nSvelte extension for summernote\n\nThis library support all summernote features. \n\n\n# install \n```\nnpm install @easylogic/svelte-summernote \n```\n\n# Getting Started \n\n```js\nimport 'jquery'\nimport SvelteSummernoteLite from '@easylogic/svelte-summernote'\nimport '@easylogic/svelte-summernote/index.css'\n\nconst EditorComponent = () =\u003e {\n  return \u003cSvelteSummernoteLite id=\"sample\" onInit={({ note } ) =\u003e {\n          note.summernote('pasteHTML', '\u003cspan style=\"font-size:30px\"\u003eHello, world for 30px\u003c/span\u003e')\n        }} /\u003e\n}\n\nexport default EditorComponent\n```\n\n\n# Support Internalization\n\n```js\nimport 'jquery'\nimport '@easylogic/jquery-globals'\nimport SvelteSummernoteLite from '@easylogic/svelte-summernote'\nimport '@easylogic/svelte-summernote/index.css'\nimport '@easylogic/svelte-summernote/dist/lang/summernote-ko-KR'\n\nconst EditorComponent = () =\u003e {\n  return \u003cSvelteSummernoteLite id=\"sample\" lang='ko-KR' /\u003e\n}\n\nexport default EditorComponent\n```\n\n\n\n\n\n\n# development \n\n```\nnpm install\nnpm run dev \n```\n\n# build \n\n```\nnpm install\nnpm run build\n```\n\n# storybook \n\n```\nnpm install\nnpm run storybook\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasylogic%2Fsvelte-summernote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasylogic%2Fsvelte-summernote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasylogic%2Fsvelte-summernote/lists"}