{"id":18419670,"url":"https://github.com/teradata/covalent-text-editor-nightly","last_synced_at":"2025-10-12T14:16:54.096Z","repository":{"id":146377690,"uuid":"96561610","full_name":"Teradata/covalent-text-editor-nightly","owner":"Teradata","description":"Nightly builds of https://github.com/teradata/covalent text-editor module","archived":false,"fork":false,"pushed_at":"2021-02-19T19:35:30.000Z","size":451,"stargazers_count":23,"open_issues_count":0,"forks_count":9,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-10-12T14:16:53.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/Teradata.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-07-07T17:37:30.000Z","updated_at":"2022-02-06T15:39:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"e988d794-7e2a-4b71-b8e5-edb98b8c4f9d","html_url":"https://github.com/Teradata/covalent-text-editor-nightly","commit_stats":null,"previous_names":["teradata/covalent-text-editor"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/Teradata/covalent-text-editor-nightly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fcovalent-text-editor-nightly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fcovalent-text-editor-nightly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fcovalent-text-editor-nightly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fcovalent-text-editor-nightly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teradata","download_url":"https://codeload.github.com/Teradata/covalent-text-editor-nightly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teradata%2Fcovalent-text-editor-nightly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011598,"owners_count":26084963,"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-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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-11-06T04:17:52.803Z","updated_at":"2025-10-12T14:16:54.077Z","avatar_url":"https://github.com/Teradata.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## TdTextEditorComponent: td-text-editor\n\n`\u003ctd-text-editor\u003e` element generates an easymde markdown editor.\n\n## API Summary\n\n#### Inputs\n\n+ value?: string\n  + value of text in editor\n+ options?: object\n  + Options Object of valid Configurations listed here: \u003ca href=\"https://github.com/Ionaru/easy-markdown-editor#configuration\"\u003ehttps://github.com/Ionaru/easy-markdown-editor#configuration\u003c/a\u003e\n\n\n#### Properties\n\n+ isPreviewActive?: function()\n  + is the Preview Active. Returns boolean\n+ isSideBySideActive?: function()\n  + is the Side By Side Active. Returns boolean\n+ isFullscreenActive?: function()\n  + is Full Screen Active. Returns boolean\n+ clearAutosavedValue?: function()\n  + clears Auto Saved Value. Returns void\n+ toTextArea?: function()\n  + reverts to the Initial textarea. Returns void\n+ easyMDE?: function()\n  + getter function for the underlying easyMDE Object. Returns EasyMDE\n\n## Installation\n\nThis component can be installed as npm package.\n\n```bash\nnpm install @covalent/text-editor\n```\n\n## Setup\n\nImport the **CovalentTextEditorModule** in your NgModule:\n\n```typescript\nimport { CovalentTextEditorModule } from '@covalent/text-editor';\n@NgModule({\n  imports: [\n    CovalentTextEditorModule,\n    ...\n  ],\n  ...\n})\nexport class MyModule {}\n```\n\n### Usage\n\n```html\n\u003ctd-text-editor [value]=\"Some Text\" [options]=\"options\"\u003e\u003c/td-text-editor\u003e\n```\n\n```typescript\nclass MyComponent {\n  options: any = {\n    lineWrapping: true,\n    toolbar: false,\n    ...\n  };\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteradata%2Fcovalent-text-editor-nightly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteradata%2Fcovalent-text-editor-nightly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteradata%2Fcovalent-text-editor-nightly/lists"}