{"id":18537935,"url":"https://github.com/easywebapp/markdown-area-element","last_synced_at":"2026-04-27T18:05:45.753Z","repository":{"id":91745287,"uuid":"455527803","full_name":"EasyWebApp/markdown-area-element","owner":"EasyWebApp","description":"MarkDown Editor element based on Web Components \u0026 WebCell v2","archived":false,"fork":false,"pushed_at":"2022-02-04T15:04:14.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T20:50:15.109Z","etag":null,"topics":["component","editor","element","markdown","web","web-cell"],"latest_commit_sha":null,"homepage":"https://web-cell.dev/markdown-area-element/","language":"TypeScript","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/EasyWebApp.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://paypal.me/TechQuery","https://tech-query.me/image/TechQuery-Alipay.jpg"]}},"created_at":"2022-02-04T11:47:39.000Z","updated_at":"2022-02-04T18:02:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f5f91f9-753f-4b62-a455-5ae79ea4c7bd","html_url":"https://github.com/EasyWebApp/markdown-area-element","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"7a498b27ef50827cb338cbb0010c2bb66c3910b5"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/EasyWebApp/markdown-area-element","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyWebApp%2Fmarkdown-area-element","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyWebApp%2Fmarkdown-area-element/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyWebApp%2Fmarkdown-area-element/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyWebApp%2Fmarkdown-area-element/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyWebApp","download_url":"https://codeload.github.com/EasyWebApp/markdown-area-element/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyWebApp%2Fmarkdown-area-element/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262173900,"owners_count":23270321,"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":["component","editor","element","markdown","web","web-cell"],"created_at":"2024-11-06T19:41:20.421Z","updated_at":"2026-04-27T18:05:42.854Z","avatar_url":"https://github.com/EasyWebApp.png","language":"TypeScript","funding_links":["https://paypal.me/TechQuery","https://tech-query.me/image/TechQuery-Alipay.jpg"],"categories":[],"sub_categories":[],"readme":"# Markdown Area Element\n\n**MarkDown Editor** element based on [Web Components][1] \u0026 [WebCell v2][2]\n\n[![NPM Dependency](https://david-dm.org/EasyWebApp/markdown-area-element.svg)][3]\n[![CI \u0026 CD](https://github.com/EasyWebApp/markdown-area-element/workflows/CI%20\u0026%20CD/badge.svg)][4]\n\n[![NPM](https://nodei.co/npm/markdown-area-element.png?downloads=true\u0026downloadRank=true\u0026stars=true)][5]\n\n## Usage\n\n```tsx\nimport { documentReady, render, createCell } from 'web-cell';\nimport { FileCellProps, FileCell } from 'file-cell';\nimport { MarkdownAreaElement } from 'markdown-area-element';\n\nconst upload: FileCellProps['transport'] = async file =\u003e {\n    const response = await fetch('/file', {\n        method: 'POST',\n        body: file\n    });\n    const { path } = await response.json();\n\n    return { path };\n};\n\ndocumentReady.then(() =\u003e\n    render(\n        \u003cFileCell transport={upload}\u003e\n            \u003cMarkdownAreaElement name=\"markdown\"\u003e\n                default text\n            \u003c/MarkdownAreaElement\u003e\n        \u003c/FileCell\u003e\n    )\n);\n```\n\n[1]: https://www.webcomponents.org/\n[2]: https://web-cell.dev/\n[3]: https://david-dm.org/EasyWebApp/markdown-area-element\n[4]: https://github.com/EasyWebApp/markdown-area-element/actions\n[5]: https://nodei.co/npm/markdown-area-element/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasywebapp%2Fmarkdown-area-element","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasywebapp%2Fmarkdown-area-element","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasywebapp%2Fmarkdown-area-element/lists"}