-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for RichTextBlock
#81
Comments
Markdown viewer from the windows community toolkit requires this. |
I need to arrange |
You can simply use the |
@artemious7 Not sure to understand your use case very well, but it sounds like you could author a custom |
I don't know if this issue is still relevant as this because |
Thank you @davidjohnoliver for the clarification. So, if I understand correctly, that means that an app using those controls (RichTextBlock, RichEditBox, and other not yet implemented ones) won't run in others platforms than UWP, right ? If so, do you have any roadmap that could help us to visualize the remaining work ? |
Strictly speaking, apps using unimplemented APIs will compile and run, but creating those controls will throw a runtime exception (though this can be downgraded to an error message). And obviously the controls won't display anything.
|
I guess it's a huge work to support so many platforms. As the same time, Microsoft continues to work on its framework, so it's like an endless work... As I look the recent PR, seems to be more bug fixes than new stuff (like implementation of controls for example). It could be a brake in the adoption of Uno for professional projects. And behavior issues may affect less than having parts of the interface not showing at all, especially if no release is planned for those missing controls. By the way, thank very much for your hard work on this wonderful platform. I really enjoy it !! |
We can still do it the good old way: native controls for each platform our app supports. And if we do, we can share results with the community, even contribute to Uno Platform |
Perhaps |
This is really important to me. |
We have a new version folks are working on in WCT Labs, it still uses RichTextBlock. CommunityToolkit/Labs-Windows#480
We have had success with WASM at least of relatively easily abstracting to use a web library for something we displayed with RichTextBlock on Windows. We did this for our new Sample App in the Windows Community Toolkit where we use the MarkdownTextBlock on Windows on top of RichTextBlock, but then on WASM instead just inject the HTML from Markdig into the page: |
RichTextBlock
Added validation Tasks
@michael-hawker, I tried to circumvent the unavailability of
The following code is a modified version of the https://github.com/symptum/Symptum/tree/main/src/Symptum.UI/Markdown I would love to have Markdown rendering support in Uno. Hope you can consider this as a workaround. |
@ShankarBUS pretty cool solution! |
No description provided.
The text was updated successfully, but these errors were encountered: