{"id":21638089,"url":"https://github.com/purecloudlabs/wysiwyg-html-editor","last_synced_at":"2026-02-07T23:02:54.788Z","repository":{"id":87602930,"uuid":"83077950","full_name":"purecloudlabs/wysiwyg-html-editor","owner":"purecloudlabs","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-03T06:34:04.000Z","size":1569,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T20:36:20.706Z","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/purecloudlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-24T20:00:00.000Z","updated_at":"2025-01-03T06:34:08.000Z","dependencies_parsed_at":"2025-01-03T07:26:29.384Z","dependency_job_id":"ff288309-df43-4154-a355-76c69ba934d2","html_url":"https://github.com/purecloudlabs/wysiwyg-html-editor","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/purecloudlabs/wysiwyg-html-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fwysiwyg-html-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fwysiwyg-html-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fwysiwyg-html-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fwysiwyg-html-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purecloudlabs","download_url":"https://codeload.github.com/purecloudlabs/wysiwyg-html-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fwysiwyg-html-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29211585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T22:58:45.823Z","status":"ssl_error","status_checked_at":"2026-02-07T22:58:45.272Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11-25T04:08:09.051Z","updated_at":"2026-02-07T23:02:54.771Z","avatar_url":"https://github.com/purecloudlabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WYSIWYG HTML Editor #\n\nThis repository serves as a thin framework-agnostic wrapper around a wysiwyg html editor library.\n\nThe primary purpose of the wrapper is to allow the behavior of the wysiwyg editor to be tweaked - to disable unwanted functionality or add functionality not supported out of the box - and give consistent behavior everywhere that it's used.\n\nA secondary purpose is to make it more feasible to swap out implementations under-the-hood with minimal downstream changes.\n\n[Changelog](CHANGELOG.md)\n\n### Usage ###\n\nThe library uses the [UMD pattern](https://github.com/umdjs/umd); if using the global variable form it exports a `window.HTMLEditor` global.\n\nCurrently everything (including styling and html) is bundled into a single file `lib.js` for ease-of-use downstream.  \n\nSee [documentation](API.md) and [example page](example/index.html) for API usage.\n\n### Development ###\n\nUses webpack with npm scripts for development:\n\n`npm run watch` - builds the webpack bundle and rebuilds it whenever source code changes\n\n`npm run example` - serves the example page at localhost:8000/example\n\n`npm run bundle` - builds the webpack bundle (`lib.js`) once.  Builds the minified, production build.\n\nThe normal setup is to run `npm run example` in one terminal and `npm run watch` in another.\n\n---\n\nNOTE: If you make changes to the JS Doc comments, please run `npm run doc` to ensure that the API.md stays up-to-date, and check in the results.\n\nA pre-push git hook is included to try to help ensure that API.md stays up-to-date.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurecloudlabs%2Fwysiwyg-html-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurecloudlabs%2Fwysiwyg-html-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurecloudlabs%2Fwysiwyg-html-editor/lists"}