{"id":21318697,"url":"https://github.com/jutaz/angular-trumbowyg","last_synced_at":"2025-07-12T03:31:07.619Z","repository":{"id":143805327,"uuid":"117457632","full_name":"jutaz/angular-trumbowyg","owner":"jutaz","description":"Angular component for Trumbowyg 📝","archived":false,"fork":false,"pushed_at":"2018-04-11T14:15:29.000Z","size":71,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T16:01:45.817Z","etag":null,"topics":["angular","angularjs","component","trumbowyg","wysiwyg"],"latest_commit_sha":null,"homepage":"","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/jutaz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-14T18:56:18.000Z","updated_at":"2023-08-19T11:34:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f9d8696-40c8-4676-8ba4-748a5f69f908","html_url":"https://github.com/jutaz/angular-trumbowyg","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jutaz%2Fangular-trumbowyg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jutaz%2Fangular-trumbowyg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jutaz%2Fangular-trumbowyg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jutaz%2Fangular-trumbowyg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jutaz","download_url":"https://codeload.github.com/jutaz/angular-trumbowyg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225788343,"owners_count":17524257,"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":["angular","angularjs","component","trumbowyg","wysiwyg"],"created_at":"2024-11-21T19:20:23.535Z","updated_at":"2024-11-21T19:20:24.038Z","avatar_url":"https://github.com/jutaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-trumbowyg\n\nThis is an angular component for [`trumbowyg`](https://github.com/Alex-D/Trumbowyg).\n\n## Installing\n\n`npm install angular-trumbowyg`\n\nLoad either `./dist/angular-trumbowyg.js` or `./dist/angular-trumbowyg.min.js`.\n\nAdd `trumbowyg` as your app's dependency in your app declaration.\n\n## Usage\n\n```html\n\u003ctrumbowyg ng-model=\"$ctrl.html\"\n  ng-change=\"$ctrl.updateHTML()\"\n  ng-disabled=\"$ctrl.isInputDisabled\"\n  placeholder=\"Start typing some text...\"\n  options=\"{btns: [['bold', 'italic'], ['unorderedList', 'orderedList']]}\"\u003e\n\u003c/trumbowyg\u003e\n```\n\nThis component also supports events that are emitted by the `trumbowyg` itself. Here's the list of currently supported events:\n\n\n- `focus`\n- `blur`\n- `init`\n- `change`\n- `resize`\n- `paste`\n- `openfullscreen`\n- `closefullscreen`\n- `close`\n\nAny of those events can be listened on by specifying an attribute. For example, the following will listen for `blur` event:\n\n```html\n\u003ctrumbowyg ng-model=\"$ctrl.html\"\n  on-blur=\"$ctrl.onBlur()\"\n  options=\"{btns: [['bold', 'italic'], ['unorderedList', 'orderedList']]}\"\u003e\n\u003c/trumbowyg\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjutaz%2Fangular-trumbowyg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjutaz%2Fangular-trumbowyg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjutaz%2Fangular-trumbowyg/lists"}