{"id":13711863,"url":"https://github.com/SuavePirate/MarkdownTextView","last_synced_at":"2025-05-06T21:32:29.410Z","repository":{"id":144175108,"uuid":"82973432","full_name":"SuavePirate/MarkdownTextView","owner":"SuavePirate","description":"A Xamarin.Forms component to display markdown text in a TextView","archived":false,"fork":false,"pushed_at":"2018-02-22T17:14:57.000Z","size":262,"stargazers_count":50,"open_issues_count":5,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-17T09:51:49.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/SuavePirate.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":"2017-02-23T21:32:02.000Z","updated_at":"2024-03-20T21:44:02.000Z","dependencies_parsed_at":"2023-06-16T16:00:35.608Z","dependency_job_id":null,"html_url":"https://github.com/SuavePirate/MarkdownTextView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuavePirate%2FMarkdownTextView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuavePirate%2FMarkdownTextView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuavePirate%2FMarkdownTextView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuavePirate%2FMarkdownTextView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuavePirate","download_url":"https://codeload.github.com/SuavePirate/MarkdownTextView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252772172,"owners_count":21801866,"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-08-02T23:01:12.394Z","updated_at":"2025-05-06T21:32:28.707Z","avatar_url":"https://github.com/SuavePirate.png","language":"C#","readme":"# MarkdownTextView\n\n![alt tag](https://alexdunndev.files.wordpress.com/2017/02/xamagonmarkdown.png?w=1462)\n\nA Xamarin.Forms component to display markdown text in a TextView\n# Installation\n\nNow on NuGet!\n\n`Install-Package MarkdownTextView.Forms`\n\nhttps://www.nuget.org/packages/MarkdownTextView.Forms\n\n\n## Usage\n- Call `Init` before calling `Xamarin.Forms.Init()`\n- iOS: SPControls.MarkdownTextView.iOS.MarkdownTextView.Init();\n- Android: SPControls.MarkdownTextView.Droid.MarkdownTextView.Init();\n- Use the control\n- In Xaml:\n\n``` \n\u003cContentPage ...\n             xmlns:spcontrols=\"clr-namespace:SPControls.Forms;assembly=SPControls.MarkdownTextView\"\n             ...\u003e\n  \u003cspcontrols:MarkdownTextView Markdown=\"{Binding MarkdownString}\" /\u003e\n\u003c/ContentPage\u003e\n```\n- or in C#:\n```\nvar mdTextView = new MarkdownTextView();\nmdTextView.Markdown = \"# this is my *header* tag\";\n```\n             \n## TODO\n- Add other properties for updating markdown settings\n- Add text color settings\n- Add UWP Support\n\n# Sponsors\n\n","funding_links":[],"categories":["UI"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSuavePirate%2FMarkdownTextView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSuavePirate%2FMarkdownTextView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSuavePirate%2FMarkdownTextView/lists"}