{"id":21141098,"url":"https://github.com/vincent/ngx-textile","last_synced_at":"2026-01-23T09:05:46.453Z","repository":{"id":254881432,"uuid":"847840181","full_name":"vincent/ngx-textile","owner":"vincent","description":"Use Textile markup language in your Angular project","archived":false,"fork":false,"pushed_at":"2024-11-17T21:23:25.000Z","size":503,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T23:30:05.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/vincent.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-26T16:41:08.000Z","updated_at":"2024-11-21T03:22:51.000Z","dependencies_parsed_at":"2024-08-26T19:46:13.644Z","dependency_job_id":"eba81176-1dd4-42e6-be16-43bb3c667f9d","html_url":"https://github.com/vincent/ngx-textile","commit_stats":null,"previous_names":["vincent/ngx-textile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vincent/ngx-textile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincent%2Fngx-textile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincent%2Fngx-textile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincent%2Fngx-textile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincent%2Fngx-textile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vincent","download_url":"https://codeload.github.com/vincent/ngx-textile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincent%2Fngx-textile/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264393586,"owners_count":23601124,"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-11-20T07:22:35.318Z","updated_at":"2026-01-23T09:05:46.413Z","avatar_url":"https://github.com/vincent.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components"],"sub_categories":["Markdown"],"readme":"# NgxTextile\n\nUse Textile markup language in your Angular project, using [textile-js](https://github.com/borgar/textile-js)\n\n## Demo\n\n[//vincent.github.io/ngx-textile](https://vincent.github.io/ngx-textile)\n\n## Within a template\n\n```typescript\nimport { Component } from '@angular/core';\nimport { NgxTextilePipe } from 'ngx-textile';\n\n@Component({\n  imports: [NgxTextilePipe],\n  template: `\n    \u003cdiv [innerHTML]=\"text | textile\"\u003e\u003c/div\u003e\n  `,\n})\nexport class TestTextileComponent {\n    text = 'a _shorthand syntax_ used to generate valid HTML'\n}\n```\n\n## With the service\n\n```typescript\nimport { Component, inject } from '@angular/core';\nimport { NgxTextileService } from 'ngx-textile';\n\n@Component({\n  template: `\n    \u003cdiv [innerHTML]=\"text\"\u003e\u003c/div\u003e\n  `,\n})\nexport class TestTextileComponent {\n    #textile = inject(NgxTextileService)\n    text = this.#textile.parse('a _shorthand syntax_ used to generate valid HTML')\n}\n```\n\n## Install\n\n`npm i ngx-textile`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincent%2Fngx-textile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincent%2Fngx-textile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincent%2Fngx-textile/lists"}